Skip to content

kvserver: rename RaftMessageHandler to IncomingRaftMessageHandler#105123

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
wenyihu6:rename
Jun 26, 2023
Merged

kvserver: rename RaftMessageHandler to IncomingRaftMessageHandler#105123
craig[bot] merged 1 commit intocockroachdb:masterfrom
wenyihu6:rename

Conversation

@wenyihu6
Copy link
Copy Markdown
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
Copy Markdown
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 a review from a team as a code owner June 20, 2023 05:09
@wenyihu6 wenyihu6 requested a review from a team June 20, 2023 05:09
@wenyihu6 wenyihu6 requested a review from a team as a code owner 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
Copy Markdown
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
Copy Markdown
Contributor

@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
Copy Markdown
Contributor Author

TFTRs!!

bors r=tbg,kvoli

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 26, 2023

Build succeeded:

@craig craig bot merged commit 987249b into cockroachdb:master Jun 26, 2023
@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.

4 participants