Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error of verify logs #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix error of verify logs #2

wants to merge 1 commit into from

Conversation

TKONIY
Copy link

@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