GitHub user nkalmar opened a pull request:
https://github.com/apache/zookeeper/pull/572
ZOOKEEPER-3085 define exit codes in enum
Define the used exit codes in one enum. contrib projects are excluded, as
they can have seperate exit codes (and they do use it differently then in core
ZK).
Some exit codes overlap, but refactoring the exit code used is not backward
compatible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3085
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/572.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #572
----
commit d321f44f82c637681bfff28c2de4b6720acd5015
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-07-15T18:13:01Z
ZOOKEEPER-3085 define exit codes in enum
----
---