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

kvserver: rename RaftMessageHandler to IncomingRaftMessageHandler #105123

Merged
merged 1 commit into from Jun 26, 2023

Conversation

wenyihu6
Copy link
Contributor

@wenyihu6 wenyihu6 commented Jun 18, 2023

The commit renames RaftMessageHandler, Listen, and Stop to
IncomingRaftMessageHandler, ListenIncomingRaftMessages, and
StopIncomingRaftMessages. Another PR is introducing a new interface
OutgoingRaftMessageHandler, dedicated to managing messages sent. The main
purpose of this PR is to make the future PR cleaner by handling the renaming
process. Note that this commit does not change any existing functionality.

Part of: #103983

Related: #105122

Release Note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@wenyihu6 wenyihu6 self-assigned this Jun 18, 2023
@wenyihu6 wenyihu6 force-pushed the rename branch 4 times, most recently from 029a7a8 to 35676af Compare June 20, 2023 04:49
@wenyihu6 wenyihu6 marked this pull request as ready for review June 20, 2023 05:09
@wenyihu6 wenyihu6 requested review from a team as code owners June 20, 2023 05:09
@wenyihu6 wenyihu6 requested a review from tbg June 20, 2023 05:09
@wenyihu6 wenyihu6 force-pushed the rename branch 2 times, most recently from 6a60f67 to 05c794f Compare June 20, 2023 14:19
@wenyihu6
Copy link
Contributor Author

wenyihu6 commented Jun 20, 2023

I’m putting the PR merging on hold until we settle down the discussion on renaming for Listen and Stop.


Update: decided to just rename Listen and Stop as well

Copy link
Collaborator

@kvoli kvoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 11 of 11 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @wenyihu6)

The commit renames `RaftMessageHandler`, `Listen`, and `Stop` to
`IncomingRaftMessageHandler`, `ListenIncomingRaftMessages`, and
`StopIncomingRaftMessages`. Another PR is introducing a new interface
`OutgoingRaftMessageHandler`, dedicated to managing messages sent. The main
purpose of this PR is to make the future PR cleaner by handling the renaming
process. Note that this commit does not change any existing functionality.

Part of: cockroachdb#103983

Related: cockroachdb#105122

Release Note: None
@wenyihu6
Copy link
Contributor Author

TFTRs!!

bors r=tbg,kvoli

@craig
Copy link
Contributor

craig bot commented Jun 26, 2023

Build succeeded:

@craig craig bot merged commit 987249b into cockroachdb:master Jun 26, 2023
7 checks passed
@wenyihu6 wenyihu6 deleted the rename branch October 30, 2023 17:36
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

Successfully merging this pull request may close these issues.

None yet

4 participants