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

Disable hbase‘s durability #1212

Closed
adally opened this issue Aug 13, 2018 · 1 comment
Closed

Disable hbase‘s durability #1212

adally opened this issue Aug 13, 2018 · 1 comment

Comments

@adally
Copy link
Contributor

adally commented Aug 13, 2018

The YCSB readme is as the following, which is a little misleading.Because we can't use '-p durability=false' to disable durability. Instead it worked when I used '-p durability=SKIP_WAL'. The readme should be written more clearly .

durability: Whether or not writes should be appended to the WAL. Bypassing the WAL can improve throughput but data cannot be recovered in the event of a crash. The default is true.

@risdenk
Copy link
Collaborator

risdenk commented Nov 8, 2018

Can you open a PR to address the README?

adally added a commit to adally/YCSB that referenced this issue Nov 16, 2018
brianfrankcooper#1212

The YCSB readme is as the following, which is a little misleading.Because we can't use '-p durability=false' to disable durability. Instead it worked when I used '-p durability=SKIP_WAL'. The readme should be written more clearly.

durability: Whether or not writes should be appended to the WAL. Bypassing the WAL can improve throughput but data cannot be recovered in the event of a crash. The default is true.
@busbey busbey closed this as completed in d1ad3ec Sep 7, 2019
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

No branches or pull requests

2 participants