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

Errors in documents for Multi Backend and Bitcask [JIRA: RIAK-2353] #803

Open
alirizakeles opened this issue Jan 14, 2016 · 0 comments
Open
Assignees

Comments

@alirizakeles
Copy link

Hi,
I encountered some errors in riak documents.

  • There is no configuration value called bitcask.sync.open_timeout, it must be bitcask.open_timeout. At least riak console log says so
21:20:07.812 [error] You've tried to set bitcask.sync.open_timeout, but there is no setting with that name.
21:20:07.812 [error]   Did you mean one of these?
21:20:07.867 [error]     bitcask.open_timeout

Yes, it is really surprising and amazing to hear something meaningful from Riak logs. Thank you, this makes me so happy!.

Please fix it here in open timeout section.

  • Another one is in Multi Backend section. I tried many variations of multi backend configuration. Finally, I learnt that named backend is not optional. We have to set them as your example configuration here. But at the same page, in first section this obligation isn't clear. More, the following section says:
# Here is an example of the general form for configuring multiple backends:
riak.conf multi_backend.$name.$setting_name = setting

According to verbose riak server this is wrong:

You've tried to set multi_backend.bitcask_mult.sync.strategy, but there is no setting with that name.
21:40:11.219 [error]   Did you mean one of these?
21:40:11.302 [error]     multi_backend.$name.bitcask.sync.strategy

As you see riak needs something like multi_backend.bitcask_mult.bitcask.sync.strategy

multi_backend.$name.$setting_name is wrong or $setting_name means bitcask.sync.strategy which is not clear in documentation too.

Thanks.

@Basho-JIRA Basho-JIRA changed the title Errors in documents for Multi Backend and Bitcask Errors in documents for Multi Backend and Bitcask [JIRA: RIAK-2353] Jan 14, 2016
@angrycub angrycub self-assigned this Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants