[GitHub] zookeeper issue #572: ZOOKEEPER-3085 define exit codes in enum

2018-07-30 Thread pravsingh
Github user pravsingh commented on the issue: https://github.com/apache/zookeeper/pull/572 agree with you guys. 👍 ---

[GitHub] zookeeper pull request #496: ZOOKEEPER-3008: Potential NPE in SaslQuorumAuth...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/496#discussion_r205904126 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/auth/SaslQuorumAuthLearner.java --- @@ -66,8 +67,8 @@ public SaslQuorumAuthLearner(boolean

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205903481 --- Diff: src/java/main/org/apache/zookeeper/metrics/Summary.java --- @@ -0,0 +1,34 @@ +/** + * Licensed to the Apache Software Foundation (ASF

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205902926 --- Diff: src/java/main/org/apache/zookeeper/metrics/Gauge.java --- @@ -0,0 +1,35 @@ +/** + * Licensed to the Apache Software Foundation (ASF

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205902898 --- Diff: src/java/main/org/apache/zookeeper/metrics/Counter.java --- @@ -0,0 +1,47 @@ +/** + * Licensed to the Apache Software Foundation (ASF

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205903511 --- Diff: src/java/main/org/apache/zookeeper/metrics/MetricsProvider.java --- @@ -0,0 +1,64 @@ +/** + * Licensed to the Apache Software

[GitHub] zookeeper pull request #572: ZOOKEEPER-3085 define exit codes in enum

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/572#discussion_r205901936 --- Diff: src/java/main/org/apache/zookeeper/server/ExitCode.java --- @@ -20,8 +20,35 @@ /** * Exit code used to exit server

[GitHub] zookeeper pull request #572: ZOOKEEPER-3085 define exit codes in enum

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/572#discussion_r205901511 --- Diff: src/java/main/org/apache/zookeeper/server/ExitCode.java --- @@ -20,8 +20,35 @@ /** * Exit code used to exit server