Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Patrick Hunt
I looked at the console output for the job you linked and there are tons of [exec] junit.run-concurrent: [exec] [echo] Running 8 concurrent JUnit processes. [exec] [junit] SLF4J: Class path contains multiple SLF4J bindings. [exec] [junit] SLF4J: Found binding in

ZooKeeper_branch35_openjdk7 - Build # 683 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/683/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by an SCM change [EnvInject] - Loading node

ZooKeeper-trunk-jdk8 - Build # 1217 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1217/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.73 MB...] [junit] 2017-09-28 04:19:43,695

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Jordan Zimmerman
This is on Jenkins. https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1051/testReport/ > On Sep 27, 2017, at 11:06 PM, Patrick Hunt wrote: > > Check your classpath (typ the build/libs and build/test/libs directories) - > how many log4j jar files do you have?

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Patrick Hunt
Check your classpath (typ the build/libs and build/test/libs directories) - how many log4j jar files do you have? Are there conflicting versions? (same jar diff versions I mean). Patrick On Wed, Sep 27, 2017 at 8:57 PM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > Now I'm getting a

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Jordan Zimmerman
Now I'm getting a different error: 2017-09-28 03:47:24,878 [myid:2] - ERROR [Thread-1:AppenderDynamicMBean@209] - Could not add DynamicLayoutMBean for [CONSOLE,layout=org.apache.log4j.PatternLayout]. javax.management.InstanceAlreadyExistsException:

Failed: ZOOKEEPER- PreCommit Build #1051

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

ZooKeeper_branch35_jdk7 - Build # 1125 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1125/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 72.49 MB...] [junit] at

[jira] [Commented] (ZOOKEEPER-2901) Session ID that is negative causes mis-calculation of Ephemeral Type

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183631#comment-16183631 ] ASF GitHub Bot commented on ZOOKEEPER-2901: --- Github user Randgalt commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2901) Session ID that is negative causes mis-calculation of Ephemeral Type

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183632#comment-16183632 ] ASF GitHub Bot commented on ZOOKEEPER-2901: --- Github user Randgalt commented on a diff in the

[GitHub] zookeeper pull request #352: Can't delete Znode

2017-09-27 Thread pono
Github user pono closed the pull request at: https://github.com/apache/zookeeper/pull/352 ---

[GitHub] zookeeper pull request #377: [ZOOKEEPER-2901] TTL Nodes don't work with Serv...

2017-09-27 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/377#discussion_r141521002 --- Diff: src/java/main/org/apache/zookeeper/server/SessionTrackerImpl.java --- @@ -84,6 +84,9 @@ public static long initializeNextSession(long id) {

[GitHub] zookeeper pull request #377: [ZOOKEEPER-2901] TTL Nodes don't work with Serv...

2017-09-27 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/377#discussion_r141521029 --- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java --- @@ -125,6 +125,8 @@ private final ZooKeeperServerListener listener;

[jira] [Commented] (ZOOKEEPER-2887) define dependency versions in build.xml to be easily overridden in build.properties

2017-09-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183626#comment-16183626 ] Hudson commented on ZOOKEEPER-2887: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #3553 (See

Failed: ZOOKEEPER- PreCommit Build #1050

2017-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1050/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 90.55 KB...] warning: Cannot merge

[jira] [Commented] (ZOOKEEPER-2887) define dependency versions in build.xml to be easily overridden in build.properties

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183604#comment-16183604 ] ASF GitHub Bot commented on ZOOKEEPER-2887: --- Github user asfgit closed the pull request at:

[GitHub] zookeeper pull request #357: ZOOKEEPER-2887: define dependency versions in b...

2017-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/357 ---

[jira] [Commented] (ZOOKEEPER-2887) define dependency versions in build.xml to be easily overridden in build.properties

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183593#comment-16183593 ] ASF GitHub Bot commented on ZOOKEEPER-2887: --- Github user phunt commented on the issue:

[GitHub] zookeeper issue #357: ZOOKEEPER-2887: define dependency versions in build.xm...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/357 +1, lgtm. Thanks @tamaashu ---

ZooKeeper_branch34 - Build # 2095 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2095/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 32.25 MB...] [junit] 2017-09-28 00:42:56,387

ZooKeeper_branch34_openjdk7 - Build # 1659 - Still Failing

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1659/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by an SCM change [EnvInject] - Loading node

ZooKeeper-trunk - Build # 3552 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3552/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.49 MB...] [junit] 2017-09-27 23:26:20,913 [myid:] -

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183442#comment-16183442 ] Hudson commented on ZOOKEEPER-2905: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #3551 (See

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183438#comment-16183438 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user andschwa commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183439#comment-16183439 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user andschwa closed the pull request

[GitHub] zookeeper issue #381: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/381 Thanks! ---

[GitHub] zookeeper pull request #382: ZOOKEEPER-2905: Don't include `config.h` in `zo...

2017-09-27 Thread andschwa
Github user andschwa closed the pull request at: https://github.com/apache/zookeeper/pull/382 ---

[GitHub] zookeeper pull request #381: ZOOKEEPER-2905: Don't include `config.h` in `zo...

2017-09-27 Thread andschwa
Github user andschwa closed the pull request at: https://github.com/apache/zookeeper/pull/381 ---

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183435#comment-16183435 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user andschwa commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183436#comment-16183436 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user andschwa closed the pull request

[GitHub] zookeeper issue #382: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/382 Thanks! ---

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183432#comment-16183432 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user andschwa commented on the issue:

[GitHub] zookeeper issue #383: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread andschwa
Github user andschwa commented on the issue: https://github.com/apache/zookeeper/pull/383 Thanks @phunt! ---

[GitHub] zookeeper issue #376: Update OutputArchive.java

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/376 Hi @20100507 - why is this a dup of @maoling 's PR #350 ? Also it looks like two files were fixed in the other PR and only one in this, so not a dup? Also please follow the suggestion from Michael

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183396#comment-16183396 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183397#comment-16183397 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[GitHub] zookeeper issue #381: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/381 @andschwa - can you close this PR? It's been merged but GH only allows keyword commands on the default branch and I don't have admin privs. Thanks again. ---

[GitHub] zookeeper issue #382: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/382 @andschwa - can you close this PR? It's been merged but GH only allows keyword commands on the default branch and I don't have admin privs. Thanks again. ---

[GitHub] zookeeper issue #380: Develeper shonminh

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/380 I'm guessing an accidental pull request by @Shonminh - Shonminh can you close this? ---

[jira] [Commented] (ZOOKEEPER-2896) Remove unused imports from org.apache.zookeeper.test.CreateTest.java

2017-09-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183367#comment-16183367 ] Hudson commented on ZOOKEEPER-2896: --- FAILURE: Integrated in Jenkins build ZooKeeper-trunk #3550 (See

ZooKeeper-trunk - Build # 3550 - Failure

2017-09-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3550/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.75 MB...] [junit] 2017-09-27 22:26:25,815 [myid:] -

[jira] [Updated] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2905: Fix Version/s: 3.4.11 3.5.4 > Don't include `config.h` in

[jira] [Resolved] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2905. - Resolution: Fixed Fix Version/s: 3.6.0 Issue resolved by pull request 383

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183358#comment-16183358 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user asfgit closed the pull request at:

Failed: ZOOKEEPER- PreCommit Build #1049

2017-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1049/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 90.57 KB...] warning: Cannot merge

[GitHub] zookeeper pull request #383: ZOOKEEPER-2905: Don't include `config.h` in `zo...

2017-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/383 ---

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183351#comment-16183351 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183346#comment-16183346 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183348#comment-16183348 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[jira] [Commented] (ZOOKEEPER-2905) Don't include `config.h` in `zookeeper.h`

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183349#comment-16183349 ] ASF GitHub Bot commented on ZOOKEEPER-2905: --- Github user phunt commented on the issue:

[GitHub] zookeeper issue #383: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/383 Thanks @andschwa - no worries. :-) ---

[GitHub] zookeeper issue #381: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/381 +1, lgtm. I compiled the c client code under Ubuntu 17.04, also compiled and successfully ran the tests for zkpython on the same environment. ---

[GitHub] zookeeper issue #383: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/383 +1, lgtm. I compiled the c client code under Ubuntu 17.04, also compiled and successfully ran the tests for zkpython on the same environment. ---

[GitHub] zookeeper issue #382: ZOOKEEPER-2905: Don't include `config.h` in `zookeeper...

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/382 +1, lgtm. I compiled the c client code under Ubuntu 17.04, also compiled and successfully ran the tests for zkpython on the same environment. ---

[jira] [Resolved] (ZOOKEEPER-2896) Remove unused imports from org.apache.zookeeper.test.CreateTest.java

2017-09-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-2896. - Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved

[jira] [Commented] (ZOOKEEPER-2896) Remove unused imports from org.apache.zookeeper.test.CreateTest.java

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183286#comment-16183286 ] ASF GitHub Bot commented on ZOOKEEPER-2896: --- Github user asfgit closed the pull request at:

Failed: ZOOKEEPER- PreCommit Build #1048

2017-09-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1048/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 90.92 KB...] warning: Cannot merge

[GitHub] zookeeper pull request #379: ZOOKEEPER-2896: Remove unused imports from org....

2017-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/379 ---

[jira] [Commented] (ZOOKEEPER-2896) Remove unused imports from org.apache.zookeeper.test.CreateTest.java

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183258#comment-16183258 ] ASF GitHub Bot commented on ZOOKEEPER-2896: --- Github user phunt commented on the issue:

[GitHub] zookeeper issue #379: ZOOKEEPER-2896: Remove unused imports from org.apache....

2017-09-27 Thread phunt
Github user phunt commented on the issue: https://github.com/apache/zookeeper/pull/379 +1 lgtm. Jenkins failure is unrelated (built fine). ---

[jira] [Commented] (ZOOKEEPER-1363) Categorise unit tests by 'test-commit', 'full-test' etc

2017-09-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183176#comment-16183176 ] Hadoop QA commented on ZOOKEEPER-1363: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #1047

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

[jira] [Commented] (ZOOKEEPER-1363) Categorise unit tests by 'test-commit', 'full-test' etc

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183139#comment-16183139 ] ASF GitHub Bot commented on ZOOKEEPER-1363: --- Github user mfenes closed the pull request at:

[jira] [Commented] (ZOOKEEPER-1363) Categorise unit tests by 'test-commit', 'full-test' etc

2017-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183140#comment-16183140 ] ASF GitHub Bot commented on ZOOKEEPER-1363: --- GitHub user mfenes reopened a pull request:

[GitHub] zookeeper pull request #375: ZOOKEEPER-1363: Categorise unit tests by 'test-...

2017-09-27 Thread mfenes
GitHub user mfenes reopened a pull request: https://github.com/apache/zookeeper/pull/375 ZOOKEEPER-1363: Categorise unit tests by 'test-commit', 'full-test' etc ZOOKEEPER-1363: Categorise unit tests by 'test-commit', 'full-test' etc Added new capability of defining test

[GitHub] zookeeper pull request #375: ZOOKEEPER-1363: Categorise unit tests by 'test-...

2017-09-27 Thread mfenes
Github user mfenes closed the pull request at: https://github.com/apache/zookeeper/pull/375 ---

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Jordan Zimmerman
I didn't change anything. I branched from master. What should I do any ideas? > On Sep 27, 2017, at 1:15 PM, Patrick Hunt wrote: > > Has the log4j configuration changed at all? iirc the console appender needs > to be setup for those tests to function. > > Patrick > > On

Re: Major issue with Container Nodes/TTL nodes!!!

2017-09-27 Thread Patrick Hunt
Has the log4j configuration changed at all? iirc the console appender needs to be setup for those tests to function. Patrick On Sat, Sep 23, 2017 at 8:01 AM, Jordan Zimmerman < jor...@jordanzimmerman.com> wrote: > There are 4 tests throwing NPEs in Jenkins due to: > > Layout layout =

Re: separate zookeeper client tools from server

2017-09-27 Thread Patrick Hunt
On Fri, Sep 15, 2017 at 12:25 AM, Nicolas Franck wrote: > Hi there, > > Zookeeper is now delivered as one download, containing both the server and > the client tools. > So all yum/debian packages do the same. > > I created a zookeeper ensemble, with a zookeeper instance

ZooKeeper flakey tests and some Jenkins updates.

2017-09-27 Thread Patrick Hunt
Hi folks. Michael Han setup a ZK flakey test dashboard some time ago which I've found very useful to understand the quality of the various branches. https://builds.apache.org/job/ZooKeeper-Find-Flaky-Tests/lastSuccessfulBuild/artifact/report.html I noticed recently that changes in the Jenkins

[jira] [Commented] (ZOOKEEPER-2713) Create CVE text for ZOOKEEPER-2693 "DOS attack on wchp/wchc four letter words (4lw)"

2017-09-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16182965#comment-16182965 ] Patrick Hunt commented on ZOOKEEPER-2713: - Minor changes given the release is now published.

[jira] [Assigned] (ZOOKEEPER-2713) Create CVE text for ZOOKEEPER-2693 "DOS attack on wchp/wchc four letter words (4lw)"

2017-09-27 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-2713: --- Assignee: Patrick Hunt > Create CVE text for ZOOKEEPER-2693 "DOS attack on