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

[ZOOKEEPER-4834] fix typos in Apache ZooKeeper #2167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shoothzj
Copy link
Member

@shoothzj shoothzj commented May 24, 2024

Signed-off-by: ZhangJian He <shoothzj@gmail.com>
@@ -51,14 +51,14 @@ public class SnapStream {

private static final Logger LOG = LoggerFactory.getLogger(SnapStream.class);

public static final String ZOOKEEPER_SHAPSHOT_STREAM_MODE = "zookeeper.snapshot.compression.method";
public static final String ZOOKEEPER_SNAPSHOT_STREAM_MODE = "zookeeper.snapshot.compression.method";
Copy link
Member

Choose a reason for hiding this comment

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

This changes public API.

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

I give this patch a review and find at least two public API changes. You may see if typos can be turned off inline or other workarounds.

It also changes some logs output but I think it's generally OK since we don't promise on logs.

Signed-off-by: ZhangJian He <shoothzj@gmail.com>
@shoothzj
Copy link
Member Author

@tisonkun Thanks for your review. I think we can discuss later in another thread to decide public API changes(not in this PR), I revert it fisrt and add in .tyops.toml PTAL again.

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Looks good.

Copy link
Member

@kezhuw kezhuw left a comment

Choose a reason for hiding this comment

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

+1 to the direction.

I left some comments about some typos.

Besides above, how do we find these typos ? I saw no mvn/ci integration.

Signed-off-by: ZhangJian He <shoothzj@gmail.com>
@shoothzj
Copy link
Member Author

shoothzj commented Jun 13, 2024

@kezhuw Thanks for your thorough review. I have address your comments.

how do we find these typos ? I saw no mvn/ci integration.
I would like to put it in a separated PR. :)

@shoothzj
Copy link
Member Author

@eolivelli @maoling PTAL, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants