neorados/cls: FIFO client#49976
Closed
adamemerson wants to merge 3319 commits intoceph:wip-coro-after-reeffrom
Closed
neorados/cls: FIFO client#49976adamemerson wants to merge 3319 commits intoceph:wip-coro-after-reeffrom
adamemerson wants to merge 3319 commits intoceph:wip-coro-after-reeffrom
Conversation
tchaikov
reviewed
Feb 3, 2023
be8ea24 to
e5b95be
Compare
|
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
271a902 to
166d4ba
Compare
166d4ba to
d8bd864
Compare
cbodley
approved these changes
Feb 6, 2023
Contributor
cbodley
left a comment
There was a problem hiding this comment.
looks good in general but hard to review in detail. we'll need to do some multisite workload testing to verify this, and that will depend on further async refactoring
Contributor
Author
|
I'm going to do another pass, especially since we now have only one version of everything, and thread the Error Injector through, so I can test the error paths, and if that works, I'll make a version integrated into RGW that we can do workload tests against. |
27c3c39 to
9ceab5f
Compare
d8bd864 to
456f6fb
Compare
9ceab5f to
88c6d6d
Compare
|
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
88c6d6d to
3edbc3f
Compare
3edbc3f to
cb02065
Compare
cb02065 to
c9fd0c5
Compare
456f6fb to
e7601f4
Compare
a7838d9 to
024be9e
Compare
024be9e to
c5920d7
Compare
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
…utines Signed-off-by: Casey Bodley <cbodley@redhat.com>
We should not be using std::list everywhere, and this is an excellent time to switch. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
in the initial design of co_throttle described in ceph#49720, the cancel_on_error option only applied to errors from awaitable<error_code> but not to exceptions from awaitable<void> coroutines with the decision to use exceptions as the default method of error handling in rgw multisite, this design choice no longer makes sense. i've removed the error_code overloads entirely, and changed the exception handling logic to match the previous behavior for error codes the unit tests were rewritten with co_waiter instead of timers to make them deterministic and faster. co_waiter's cancellation behavior exposed some issues where the cancellation signal could cause the completions to recurse, so on_complete() was restructured to tolerate that Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Adam Emerson <aemerson@redhat.com>
Signed-off-by: Adam Emerson <aemerson@redhat.com>
Signed-off-by: Adam Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Since we're plumbing the driver around and it's where our neorados handle lives. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Rewrite all of `RGWDataChangesLog` and supporting classes to use non-blocking, C++20 coroutines. Make interfaces for `optional_yield` and `librados::AioCompletion`. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NeoRADOS CLS FIFO client.
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "pacific"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
Checklist
Show available Jenkins commands
jenkins retest this pleasejenkins test classic perfjenkins test crimson perfjenkins test signedjenkins test make checkjenkins test make check arm64jenkins test submodulesjenkins test dashboardjenkins test dashboard cephadmjenkins test apijenkins test docsjenkins render docsjenkins test ceph-volume alljenkins test ceph-volume toxjenkins test windows