Skip to content

Commit

Permalink
Issue 66: Incorrect cluster membership (#69)
Browse files Browse the repository at this point in the history
* Changes the configuration location for zookeeper from "/conf" to "/data/conf" which is a writable folder, so new dynamic configurations can get persisted.

* Fixes the following issues with Readiness Probe:
  - Always failing on servers that start as "observers" because of exit 1 added in block that upgrades observers to participants.
  - Post deletion and restart Server-0 remains as "observer" and never changes to "participant" as this server is ignored by the readiness probe script.
  - Adds 'nslookup' to make sure upgrade is not attempted when service is not yet available (for the very first probe on server 0, that has not yet started)

Signed-off-by: pbelgundi <[email protected]>
  • Loading branch information
pbelgundi authored and fpj committed Jun 28, 2019
1 parent 43a0bd7 commit 8874826
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 993 deletions.
Loading

0 comments on commit 8874826

Please sign in to comment.