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

Write Rados object asynchronous #21

Closed
jrse opened this issue May 17, 2017 · 1 comment
Closed

Write Rados object asynchronous #21

jrse opened this issue May 17, 2017 · 1 comment
Assignees

Comments

@jrse
Copy link
Contributor

jrse commented May 17, 2017

No description provided.

@jrse jrse self-assigned this May 19, 2017
@jrse jrse removed their assignment Jun 1, 2017
@jrse
Copy link
Contributor Author

jrse commented Jun 8, 2017

mail data is sent asynchronously to rados. But currently both the async call to operate and the wait_for_completion call are in the same method (rados_save_finish)

@jrse jrse self-assigned this Jun 8, 2017
@jrse jrse closed this as completed Jun 30, 2017
peter-mauritius pushed a commit that referenced this issue Aug 16, 2017
  - creates mail data copy to std::string buffer in rados_save_continue
fkt.
  - async op to write object to rados: called in rados_save_finish
  - finish callback is delegated to rados_mail_object.
  - rados_save_finish will wait for completion before returning.
  - TODO (add: wait for completion to correct lifecycle method)
peter-mauritius pushed a commit that referenced this issue Sep 8, 2017
  - creates mail data copy to std::string buffer in rados_save_continue
fkt.
  - async op to write object to rados: called in rados_save_finish
  - finish callback is delegated to rados_mail_object.
  - rados_save_finish will wait for completion before returning.
  - TODO (add: wait for completion to correct lifecycle method)
peter-mauritius pushed a commit that referenced this issue Sep 8, 2017
  - creates mail data copy to std::string buffer in rados_save_continue
fkt.
  - async op to write object to rados: called in rados_save_finish
  - finish callback is delegated to rados_mail_object.
  - rados_save_finish will wait for completion before returning.
  - TODO (add: wait for completion to correct lifecycle method)
@jrse jrse mentioned this issue Apr 18, 2018
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

1 participant