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

Issue 417: Harden zookeeper post-install hook #418

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

anishakj
Copy link
Contributor

@anishakj anishakj commented Dec 2, 2021

Signed-off-by: anishakj [email protected]

Change log description

Added more validations in zookeeper post install hook.
Also changed the preallocsize to 16MB in values files, to reduce transactional log size.

Purpose of the change

Fixes #417

What the code does

Added more validations in post install hook, so that hook will succeed only after all the zookeeper pods are ready.

How to verify it

Verified zookeeper cluster installation

@codecov
Copy link

codecov bot commented Dec 2, 2021

Codecov Report

Merging #418 (6b02e70) into master (d7b042f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #418   +/-   ##
=======================================
  Coverage   84.11%   84.11%           
=======================================
  Files          12       12           
  Lines        1643     1643           
=======================================
  Hits         1382     1382           
  Misses        177      177           
  Partials       84       84           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7b042f...6b02e70. Read the comment docs.

Copy link
Contributor

@jkhalack jkhalack left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -69,7 +69,7 @@ config: {}
# autoPurgePurgeInterval: 1
# quorumListenOnAllIPs: false
# additionalConfig: {}

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: can you remove the extra whitespace

Copy link
Contributor

@nishant-yt nishant-yt left a comment

Choose a reason for hiding this comment

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

LGTM. Just address the comment

@anishakj anishakj merged commit f32c9fe into master Dec 2, 2021
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.

Harden zookeeper post install hook
4 participants