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 config issue #127

Closed
wants to merge 1 commit into from
Closed

Zookeeper config issue #127

wants to merge 1 commit into from

Conversation

pbelgundi
Copy link
Contributor

@pbelgundi pbelgundi commented Feb 13, 2020

Signed-off-by: pbelgundi prajakta.belgundi@emc.com

Change Log

Fixes issue with zookeeperStart.sh

Purpose

Fixes #126 #116

Signed-off-by: pbelgundi <prajakta.belgundi@emc.com>
@codecov-io
Copy link

codecov-io commented Feb 13, 2020

Codecov Report

Merging #127 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   48.42%   48.42%           
=======================================
  Files           5        5           
  Lines         921      921           
=======================================
  Hits          446      446           
  Misses        448      448           
  Partials       27       27

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 e72c852...fd311fb. Read the comment docs.

@@ -88,17 +88,23 @@ if [[ "$WRITE_CONFIGURATION" == true ]]; then
echo $MYID > $MYID_FILE
echo "server.${MYID}=${ZKCONFIG}" > $DYNCONFIG
else
set -ex
ZKURL=$(zkConnectionString)
CONFIG=`java -Dlog4j.configuration=file:"$LOG4J_CONF" -jar /root/zu.jar get-all $ZKURL`
echo Writing configuration gleaned from zookeeper ensemble
echo "$CONFIG" | grep -v "^version="> $DYNCONFIG
Copy link
Contributor

Choose a reason for hiding this comment

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

this is already done in REGISTER step, see #129

@pbelgundi pbelgundi requested review from SrishT and removed request for spiegela February 14, 2020 05:05
Copy link
Contributor

@SrishT SrishT left a comment

Choose a reason for hiding this comment

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

LGTM

@pbelgundi pbelgundi self-assigned this Feb 20, 2020
@pbelgundi
Copy link
Contributor Author

Not needed anymore. Fixed by : #120

@pbelgundi pbelgundi closed this Feb 28, 2020
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.

Zookeeper Server 1 onwards configuration gleaned from ensemble is not correct.
4 participants