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

Add system nodes for keeper #301

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

lzydmxy
Copy link
Contributor

@lzydmxy lzydmxy commented Jun 12, 2024

Which issues of this PR fixes:

This PR try to fix #300

Change log:

@@ -12,6 +12,22 @@ namespace RK
using RunnerId = size_t;
using ThreadPoolPtr = std::shared_ptr<ThreadPool>;

const String CLICKHOUSE_KEEPER_SYSTEM_PATH = "/keeper";
Copy link
Contributor

Choose a reason for hiding this comment

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

Put them under macro COMPATIBLE_MODE_ZOOKEEPER

@JackyWoo JackyWoo merged commit 4442a51 into JDRaftKeeper:master Jun 13, 2024
7 checks passed
@JackyWoo JackyWoo added the enhancement Enhancements label Jun 13, 2024
@JackyWoo JackyWoo added this to the Release v2.1.0 milestone Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add system nodes for keeper to be compatible with ClickHouse Keeper and ZooKeeper
2 participants