-
Notifications
You must be signed in to change notification settings - Fork 211
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
Conversation
Signed-off-by: pbelgundi <[email protected]>
Codecov Report
@@ 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.
|
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Not needed anymore. Fixed by : #120 |
Signed-off-by: pbelgundi [email protected]
Change Log
Fixes issue with zookeeperStart.sh
Purpose
Fixes #126 #116