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 ability to use separate disk for zookeeper tx log #476

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

doug-ba
Copy link
Contributor

@doug-ba doug-ba commented Mar 22, 2024

Fixes #475

Motivation

Putting the zookeeper transaction log on a separate volume improves performance.

Modifications

Adds the ability to optionally add a PVC for the zookeeper transaction log and configure zookeeper to use it.

Verifying this change

  • Make sure that the change passes the CI checks.

@doug-ba
Copy link
Contributor Author

doug-ba commented Mar 25, 2024

@lhotari is there any chance you can also review this one?

@lhotari
Copy link
Member

lhotari commented Mar 25, 2024

@lhotari is there any chance you can also review this one?

@doug-ba thanks for the great contributions! I'll provide a review tomorrow since I missed the reviews today.

@lhotari lhotari merged commit 9929b80 into apache:master Mar 26, 2024
30 checks passed
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.

Allow using a separate volume for the zookeeper transaction log
2 participants