Skip to content

Fix error of verify logs#2

Open
TKONIY wants to merge 1 commit intonusdbsystem:mainfrom
TKONIY:main
Open

Fix error of verify logs#2
TKONIY wants to merge 1 commit intonusdbsystem:mainfrom
TKONIY:main

Conversation

@TKONIY
Copy link
Copy Markdown

@TKONIY TKONIY commented Nov 22, 2023

In process_ycsb.py, a flag represents whether an operation succeeds. It is processed as:
=1 : success
=0 : failure

verifyClient.cc outputs logs for two operations Verify() and Commit()

  1. For Commit(), if status is REPLY_OK, then log true, which is correct.
  2. For Verify(), if status is REPLY_OK, then log false, which is wrong.

This pull request fixes the error in situation 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant