[GitHub] zookeeper issue #611: ZOOKEEPER-3131

2018-08-31 Thread wangchaod
Github user wangchaod commented on the issue: https://github.com/apache/zookeeper/pull/611 @lvfangmin OK thanks ---

[jira] [Commented] (ZOOKEEPER-1177) Enabling a large number of watches for a large number of clients

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16599408#comment-16599408 ] Hadoop QA commented on ZOOKEEPER-1177: -- -1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #606: [ZOOKEEPER-3127] Fixing potential data inconsistency d...

2018-08-31 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/606 The ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig is failing, I don't think it's related with this diff. @breed I think this is ready to get in now. ---

[GitHub] zookeeper issue #590: [ZOOKEEPER-1177] Add the memory optimized watch manage...

2018-08-31 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/590 Added JMH micro benchmark for the watch manager: * It shows **big win** for the watch heavy cases, with the current implementation, it uses more than 50MB memory to store 1M watches,

[jira] [Commented] (ZOOKEEPER-3137) add a utility to truncate logs to a zxid

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16599372#comment-16599372 ] Hadoop QA commented on ZOOKEEPER-3137: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-3123) MetricsProvider Lifecycle in ZooKeeper Server

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16599370#comment-16599370 ] Hadoop QA commented on ZOOKEEPER-3123: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-3136) Reduce log in ClientBase in case of ConnectException

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16599369#comment-16599369 ] Hadoop QA commented on ZOOKEEPER-3136: -- -1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #615: ZOOKEEPER-3137: add a utility to truncate logs to a zx...

2018-08-31 Thread enixon
Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/615 Sample usage is something like: `java -cp build/zookeeper-3.6.0-SNAPSHOT.jar:build/lib/* org.apache.zookeeper.server.util.LogChopper 0x3350003 log.333000b shorterlog.333000b`

[GitHub] zookeeper issue #601: ZOOKEEPER-3123 MetricsProvider Lifecycle in ZooKeeper ...

2018-08-31 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/zookeeper/pull/601 @lvfangmin I have pushed a bunch of tests for the QuorumPeerMain case. As already said for the ZooKeeperServerMain there is much "copy and paste" for test cases, but this is current

[jira] [Updated] (ZOOKEEPER-3137) add a utility to truncate logs to a zxid

2018-08-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3137: -- Labels: pull-request-available (was: ) > add a utility to truncate logs to a zxid

[GitHub] zookeeper pull request #615: ZOOKEEPER-3137: add a utility to truncate logs ...

2018-08-31 Thread enixon
GitHub user enixon opened a pull request: https://github.com/apache/zookeeper/pull/615 ZOOKEEPER-3137: add a utility to truncate logs to a zxid You can merge this pull request into a Git repository by running: $ git pull https://github.com/enixon/zookeeper add-chop

[jira] [Updated] (ZOOKEEPER-3136) Reduce log in ClientBase in case of ConnectException

2018-08-31 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated ZOOKEEPER-3136: --- Fix Version/s: 3.6.0 > Reduce log in ClientBase in case of ConnectException >

[jira] [Updated] (ZOOKEEPER-3136) Reduce log in ClientBase in case of ConnectException

2018-08-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3136: -- Labels: pull-request-available (was: ) > Reduce log in ClientBase in case of

[jira] [Created] (ZOOKEEPER-3137) add a utility to truncate logs to a zxid

2018-08-31 Thread Brian Nixon (JIRA)
Brian Nixon created ZOOKEEPER-3137: -- Summary: add a utility to truncate logs to a zxid Key: ZOOKEEPER-3137 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3137 Project: ZooKeeper Issue

[GitHub] zookeeper pull request #614: ZOOKEEPER-3136 Reduce log in ClientBase in case...

2018-08-31 Thread eolivelli
GitHub user eolivelli opened a pull request: https://github.com/apache/zookeeper/pull/614 ZOOKEEPER-3136 Reduce log in ClientBase in case of ConnectException Do not log stacktraces of a very common error during the execution of tests, that is while waiting for a server to start.

[jira] [Updated] (ZOOKEEPER-3136) Reduce log in ClientBase in case of ConnectException

2018-08-31 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated ZOOKEEPER-3136: --- Summary: Reduce log in ClientBase in case of ConnectException (was: Reduce log

[jira] [Updated] (ZOOKEEPER-3136) Reduce log in ClientBase in case of "ConnectException"

2018-08-31 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated ZOOKEEPER-3136: --- Summary: Reduce log in ClientBase in case of "ConnectException" (was: Reduce

[jira] [Created] (ZOOKEEPER-3136) Reduce log in FourLetterWordMain in case of "ConnectException"

2018-08-31 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created ZOOKEEPER-3136: -- Summary: Reduce log in FourLetterWordMain in case of "ConnectException" Key: ZOOKEEPER-3136 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3136

[jira] [Commented] (ZOOKEEPER-2284) LogFormatter and SnapshotFormatter does not handle FileNotFoundException gracefully

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16598688#comment-16598688 ] Hadoop QA commented on ZOOKEEPER-2284: -- -1 overall. Here are the results of testing the latest

[jira] [Commented] (ZOOKEEPER-2284) LogFormatter and SnapshotFormatter does not handle FileNotFoundException gracefully

2018-08-31 Thread Mohammad Arshad (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16598684#comment-16598684 ] Mohammad Arshad commented on ZOOKEEPER-2284: Please take it. Assigned to you. >

[jira] [Assigned] (ZOOKEEPER-2284) LogFormatter and SnapshotFormatter does not handle FileNotFoundException gracefully

2018-08-31 Thread Mohammad Arshad (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Arshad reassigned ZOOKEEPER-2284: -- Assignee: maoling (was: Mohammad Arshad) > LogFormatter and

[jira] [Assigned] (ZOOKEEPER-1823) LogFormatter should support printing transaction data as a string

2018-08-31 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling reassigned ZOOKEEPER-1823: -- Assignee: maoling (was: Raul Gutierrez Segales) > LogFormatter should support printing

[GitHub] zookeeper pull request #613: ZOOKEEPER-1823:LogFormatter should support prin...

2018-08-31 Thread maoling
GitHub user maoling opened a pull request: https://github.com/apache/zookeeper/pull/613 ZOOKEEPER-1823:LogFormatter should support printing transaction data as a string - It would be a useful addition for debuggling to show transaction data as strings with a option `-s ` -

[jira] [Updated] (ZOOKEEPER-1823) LogFormatter should support printing transaction data as a string

2018-08-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-1823: -- Labels: pull-request-available (was: ) > LogFormatter should support printing

[jira] [Commented] (ZOOKEEPER-1823) LogFormatter should support printing transaction data as a string

2018-08-31 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16598609#comment-16598609 ] maoling commented on ZOOKEEPER-1823:

[jira] [Commented] (ZOOKEEPER-3080) Step 1.5 - Separate jute structure

2018-08-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16598563#comment-16598563 ] Hadoop QA commented on ZOOKEEPER-3080: -- +1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper issue #610: [ZOOKEEPER-3124] Remove special logic to handle cversi...

2018-08-31 Thread nkalmar
Github user nkalmar commented on the issue: https://github.com/apache/zookeeper/pull/610 Looks like the C test failed, can you please re-run if Jenkins throws the same error? (just add an empty --amend commit). ---

[GitHub] zookeeper issue #610: [ZOOKEEPER-3124] Remove special logic to handle cversi...

2018-08-31 Thread nkalmar
Github user nkalmar commented on the issue: https://github.com/apache/zookeeper/pull/610 Oh, nice, thanks @lvfangmin ! I will take a look on both then. ---