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

Update comment in cluster_legacy.h #277

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

bentotten
Copy link
Contributor

Update comment suggesting clusterMsgPingExtTypes to clusterMsgPingtypes as clusterMsgPingExtTypes does not exist

Copy link
Member

@enjoy-binbin enjoy-binbin left a comment

Choose a reason for hiding this comment

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

@bentotten
Copy link
Contributor Author

please sign this: https://github.com/valkey-io/valkey/blob/unstable/CONTRIBUTING.md#developer-certificate-of-origin

Neat! I believe I signed it correctly now, but am unsure how to rerun the test - is this something you do or do I need to create a new PR?

@enjoy-binbin
Copy link
Member

you can see the detail git commit message in your commit, it did not signoff. you can take a look in the unstable branch commit, all commits have a Signed-off-by: xxxx

@madolson
Copy link
Member

@bentotten The easier thing you can do while on the patch-2 branch is:

commit -s --amend
git push origin patch-2 --force

If you have git setup to add your name. That will add the signoff.

Update comment suggesting clusterMsgPingExtTypes to clusterMsgPingtypes as clusterMsgPingExtTypes does not exist. Additionally specify that ver is set to CLUSTER_PROTO_VER, not "1", to make it easier to see where to change this.

Signed-off-by: Ben Totten <btotten@amazon.com>
@bentotten
Copy link
Contributor Author

Complete (I think)

Note: additional comment improvement for uint16_t ver; while we're here

@madolson madolson merged commit 6975242 into valkey-io:unstable Apr 11, 2024
14 checks passed
@bentotten bentotten deleted the patch-2 branch April 11, 2024 20:40
zuiderkwast pushed a commit to zuiderkwast/placeholderkv that referenced this pull request Apr 17, 2024
Update comment suggesting clusterMsgPingExtTypes to clusterMsgPingtypes
as clusterMsgPingExtTypes does not exist

Signed-off-by: Ben Totten <btotten@amazon.com>
PatrickJS pushed a commit to PatrickJS/placeholderkv that referenced this pull request Apr 24, 2024
Update comment suggesting clusterMsgPingExtTypes to clusterMsgPingtypes
as clusterMsgPingExtTypes does not exist

Signed-off-by: Ben Totten <btotten@amazon.com>
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.

3 participants