-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: erase the rpc level when wal is located at same node #38858
enhance: erase the rpc level when wal is located at same node #38858
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38858 +/- ##
==========================================
- Coverage 80.11% 80.10% -0.01%
==========================================
Files 1465 1464 -1
Lines 203083 203120 +37
==========================================
+ Hits 162700 162712 +12
- Misses 34576 34603 +27
+ Partials 5807 5805 -2
|
8b9bc00
to
1e80731
Compare
@chyezh go-sdk check failed, comment |
@chyezh go-sdk check failed, comment |
@chyezh E2e jenkins job failed, comment |
f4cbd43
to
059bef1
Compare
@chyezh E2e jenkins job failed, comment |
059bef1
to
9060f98
Compare
@chyezh go-sdk check failed, comment |
@chyezh E2e jenkins job failed, comment |
5562c09
to
0766a73
Compare
@chyezh E2e jenkins job failed, comment |
@chyezh go-sdk check failed, comment |
0766a73
to
21f09f7
Compare
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
- Make the wal scanner interface same with streaming scanner. - Use wal if the wal is located at current node. - Otherwise fallback the old logic. Signed-off-by: chyezh <[email protected]>
21f09f7
to
44a42ee
Compare
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
|
||
// Close is called after all messages are handled or handling is interrupted. | ||
Close() | ||
} | ||
|
||
var _ Handler = ChanMessageHandler(nil) |
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.
moving to adaptor package
@@ -45,27 +43,3 @@ type Scanner interface { | |||
// Return the error same with `Error` | |||
Close() error | |||
} | |||
|
|||
type HandleParam struct { |
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.
move to message package
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: chyezh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: #38399