-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Raft] rollback related optimize #2903
Conversation
nebula::cpp2::ErrorCode::E_RPC_FAILURE); | ||
context->resp.markFailure(); | ||
}) | ||
.ensure([context, host] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvement! It's what i want to do like this. Maybe we can do more for all requests by folly::collect
Generally LTGM. could you resolve the conflicts? |
Codecov Report
@@ Coverage Diff @@
## master #2903 +/- ##
==========================================
- Coverage 85.47% 84.71% -0.77%
==========================================
Files 1229 1231 +2
Lines 110375 110844 +469
==========================================
- Hits 94341 93897 -444
- Misses 16034 16947 +913
Continue to review full report at Codecov.
|
I will separate this PR into multiple parts, the problem is more than complicated than I expected. Timeout will open another PR. |
I am still doing some test, don't merge to 2.6.0 plz.