[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020672#comment-16020672 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #738

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/738/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.85 MB...] [exec] +1 tests

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020647#comment-16020647 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #737

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/737/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.82 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020640#comment-16020640 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #736

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/736/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.59 MB...] [exec] +1 tests

Failed: ZOOKEEPER- PreCommit Build #735

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/735/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.77 MB...] [exec] +1 tests

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020636#comment-16020636 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020603#comment-16020603 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #734

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/734/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.17 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020594#comment-16020594 ] ASF GitHub Bot commented on ZOOKEEPER-2789: --- Github user asdf2014 commented

[GitHub] zookeeper issue #262: ZOOKEEPER-2789: Reassign `ZXID` for solving 32bit over...

2017-05-22 Thread asdf2014
Github user asdf2014 commented on the issue: https://github.com/apache/zookeeper/pull/262 Thinking about some abnormal situations, maybe 24 bit for `epoch` and 40 bit for `counter` is more better choice: $Math.min(2^{24} / (24 * 365), 2^{40} / (86400 * 1000 * 365)) \approx Math.min(19

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020569#comment-16020569 ] Hadoop QA commented on ZOOKEEPER-2789: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #733

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/733/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.50 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020563#comment-16020563 ] ASF GitHub Bot commented on ZOOKEEPER-2789: --- GitHub user asdf2014 opened a p

[GitHub] zookeeper pull request #262: ZOOKEEPER-2789: Reassign `ZXID` for solving 32b...

2017-05-22 Thread asdf2014
GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/262 ZOOKEEPER-2789: Reassign `ZXID` for solving 32bit overflow problem If it is `1k/s` ops, then as long as $2^{32} / (86400 * 1000) \approx 49.7$ days ZXID will exhausted. But, if we reassign the `

[jira] [Updated] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2789: Description: If it is `1k/s` ops, then as long as $2^32 / (86400 * 1000) \approx 49.7$ d

[jira] [Updated] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2789: Description: If it is `1k/s` ops, then as long as $2^{32} / (86400 * 1000) \approx 49.7$

[jira] [Updated] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2789: Description: If it is `1k/s` ops, then as long as `$2^{32} / (86400 * 1000) \approx 49.7

[jira] [Created] (ZOOKEEPER-2789) Reassign `ZXID` for solving 32bit overflow problem

2017-05-22 Thread Benedict Jin (JIRA)
Benedict Jin created ZOOKEEPER-2789: --- Summary: Reassign `ZXID` for solving 32bit overflow problem Key: ZOOKEEPER-2789 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2789 Project: ZooKeeper

[GitHub] zookeeper issue #238: ZOOKEEPER-2763: Utils.toCsvBuffer() omits leading 0 fo...

2017-05-22 Thread eribeiro
Github user eribeiro commented on the issue: https://github.com/apache/zookeeper/pull/238 Totally agree. It is worth another jira, for sure. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[jira] [Commented] (ZOOKEEPER-2763) Utils.toCsvBuffer() omits leading 0 for bytes < 0x10

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020537#comment-16020537 ] ASF GitHub Bot commented on ZOOKEEPER-2763: --- Github user eribeiro commented

[jira] [Updated] (ZOOKEEPER-2763) Utils.toCsvBuffer() omits leading 0 for bytes < 0x10

2017-05-22 Thread Alburt Hoffman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alburt Hoffman updated ZOOKEEPER-2763: -- Flags: Patch > Utils.toCsvBuffer() omits leading 0 for bytes < 0x10 > --

[jira] [Commented] (ZOOKEEPER-2763) Utils.toCsvBuffer() omits leading 0 for bytes < 0x10

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020507#comment-16020507 ] ASF GitHub Bot commented on ZOOKEEPER-2763: --- Github user alburthoffman comme

[GitHub] zookeeper issue #238: ZOOKEEPER-2763: Utils.toCsvBuffer() omits leading 0 fo...

2017-05-22 Thread alburthoffman
Github user alburthoffman commented on the issue: https://github.com/apache/zookeeper/pull/238 @eribeiro you are correct. foreach loop is more readable. But for bufEquals, it should be in another commit(code refractor?). cause this PR is for ZOOKEEPER-2763 let's mak

[jira] [Commented] (ZOOKEEPER-2733) Cleanup findbug warnings in branch-3.4: Dodgy code Warnings

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020383#comment-16020383 ] Hadoop QA commented on ZOOKEEPER-2733: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #730

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/730/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.57 MB...] [exec] +1 tests

[jira] [Commented] (ZOOKEEPER-2762) Multithreaded correctness Warnings

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020381#comment-16020381 ] Hadoop QA commented on ZOOKEEPER-2762: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #729

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/729/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 35.12 MB...] [exec] +1 tests

[jira] [Commented] (ZOOKEEPER-2762) Multithreaded correctness Warnings

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020363#comment-16020363 ] Hadoop QA commented on ZOOKEEPER-2762: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #728

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/728/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.51 MB...] [exec] +1 tests

[jira] [Commented] (ZOOKEEPER-2731) Cleanup findbug warnings in branch-3.4: Malicious code vulnerability Warnings

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020343#comment-16020343 ] Hadoop QA commented on ZOOKEEPER-2731: -- -1 overall. GitHub Pull Request Build

[jira] [Commented] (ZOOKEEPER-2731) Cleanup findbug warnings in branch-3.4: Malicious code vulnerability Warnings

2017-05-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020344#comment-16020344 ] Hadoop QA commented on ZOOKEEPER-2731: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #732

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/732/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.89 KB...] [exec] [exec]

Failed: ZOOKEEPER- PreCommit Build #731

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/731/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 792.02 KB...] [exec] +1 test

[jira] [Commented] (ZOOKEEPER-2731) Cleanup findbug warnings in branch-3.4: Malicious code vulnerability Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020256#comment-16020256 ] ASF GitHub Bot commented on ZOOKEEPER-2731: --- Github user afine commented on

[GitHub] zookeeper issue #232: ZOOKEEPER-2731: Cleanup findbug warnings in branch-3.4...

2017-05-22 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/232 @rakeshadr all your concerns should now be addressed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[GitHub] zookeeper issue #236: ZOOKEEPER-2733: Cleanup findbug warnings in branch-3.4...

2017-05-22 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/236 @rakeshadr all your concerns should now be addressed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[jira] [Commented] (ZOOKEEPER-2733) Cleanup findbug warnings in branch-3.4: Dodgy code Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020248#comment-16020248 ] ASF GitHub Bot commented on ZOOKEEPER-2733: --- Github user afine commented on

[jira] [Commented] (ZOOKEEPER-2762) Multithreaded correctness Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020236#comment-16020236 ] ASF GitHub Bot commented on ZOOKEEPER-2762: --- Github user afine commented on

[GitHub] zookeeper pull request #239: ZOOKEEPER-2762: Cleanup findbug warnings in bra...

2017-05-22 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/239#discussion_r117851157 --- Diff: src/java/test/config/findbugsExcludeFile.xml --- @@ -90,6 +90,16 @@ + + --- End diff -- @ra

[jira] [Commented] (ZOOKEEPER-2732) Cleanup findbug warnings in branch-3.4: Performance Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019917#comment-16019917 ] ASF GitHub Bot commented on ZOOKEEPER-2732: --- Github user afine closed the pu

[GitHub] zookeeper pull request #258: ZOOKEEPER-2732: Cleanup findbug warnings in bra...

2017-05-22 Thread afine
Github user afine closed the pull request at: https://github.com/apache/zookeeper/pull/258 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

ZooKeeper_branch34_openjdk7 - Build # 1506 - Still Failing

2017-05-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1506/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment varia

ZooKeeper_branch35_jdk8 - Build # 533 - Failure

2017-05-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/533/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.21 MB...] [junit] java.net.ConnectException:

ZooKeeper-trunk-jdk8 - Build # 1056 - Still Failing

2017-05-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1056/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.55 MB...] [junit] at org.jboss.netty.chann

Failed: ZOOKEEPER- PreCommit Build #727

2017-05-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/727/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 35.35 MB...] [exec] [exec]

[GitHub] zookeeper issue #261: Branch 3.4

2017-05-22 Thread JiangJiafu
Github user JiangJiafu commented on the issue: https://github.com/apache/zookeeper/pull/261 merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zookeeper pull request #261: Branch 3.4

2017-05-22 Thread JiangJiafu
GitHub user JiangJiafu opened a pull request: https://github.com/apache/zookeeper/pull/261 Branch 3.4 You can merge this pull request into a Git repository by running: $ git pull https://github.com/JiangJiafu/zookeeper branch-3.4 Alternatively you can review and apply these c

[GitHub] zookeeper pull request #239: ZOOKEEPER-2762: Cleanup findbug warnings in bra...

2017-05-22 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/239#discussion_r117696607 --- Diff: src/java/test/config/findbugsExcludeFile.xml --- @@ -90,6 +90,16 @@ + + --- End diff --

[jira] [Commented] (ZOOKEEPER-2762) Multithreaded correctness Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019327#comment-16019327 ] ASF GitHub Bot commented on ZOOKEEPER-2762: --- Github user rakeshadr commented

[jira] [Commented] (ZOOKEEPER-2733) Cleanup findbug warnings in branch-3.4: Dodgy code Warnings

2017-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019222#comment-16019222 ] ASF GitHub Bot commented on ZOOKEEPER-2733: --- Github user rakeshadr commented

[GitHub] zookeeper pull request #236: ZOOKEEPER-2733: Cleanup findbug warnings in bra...

2017-05-22 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/236#discussion_r117673526 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -628,14 +628,7 @@ protected void pRequest(Request request) throws