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

Postpone RADOS cluster initialization to allow lightweight index operations #56

Closed
peter-mauritius opened this issue Jul 18, 2017 · 0 comments

Comments

@peter-mauritius
Copy link
Collaborator

peter-mauritius commented Jul 18, 2017

RADOS cluster initialization is now done in mailbox_open(). To allow index operations without RADOS cluster initialization, which we assume to be expensive, it would help to move the code to the mail operation level.

@jrse jrse closed this as completed Aug 16, 2017
peter-mauritius pushed a commit that referenced this issue Sep 8, 2017
Connection is opened before the first request to rados (read, save,
delete, copy)
peter-mauritius pushed a commit that referenced this issue Sep 8, 2017
Connection is opened before the first request to rados (read, save,
delete, copy)
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