ZooKeeper_branch34_jdk7 - Build # 1859 - Still Failing

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1859/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 38.40 KB...]
[junit] Running org.apache.zookeeper.test.RecoveryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
7.302 sec
[junit] Running org.apache.zookeeper.test.RepeatStartupTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.808 sec
[junit] Running org.apache.zookeeper.test.RestoreCommittedLogTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
23.146 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedClientTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.549 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedServerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.548 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailDesignatedClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.116 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailNotifyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.455 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.474 sec
[junit] Running org.apache.zookeeper.test.SaslAuthMissingClientConfigTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.444 sec
[junit] Running org.apache.zookeeper.test.SaslClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.072 sec
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.481 sec
[junit] Running org.apache.zookeeper.test.SessionTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
42.451 sec
[junit] Running org.apache.zookeeper.test.StandaloneTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.264 sec
[junit] Running org.apache.zookeeper.test.StatTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
19.538 sec
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.504 sec
[junit] Running org.apache.zookeeper.test.SyncCallTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.256 sec
[junit] Running org.apache.zookeeper.test.TruncateTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
71.623 sec
[junit] Running org.apache.zookeeper.test.UpgradeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.165 sec
[junit] Running org.apache.zookeeper.test.WatchedEventTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.074 sec
[junit] Running org.apache.zookeeper.test.WatcherFuncTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.779 sec
[junit] Running org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
45.516 sec
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
32.535 sec
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.538 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build.xml:1382: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build.xml:1385: 
Tests failed!

Total time: 43 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
1 tests failed.
FAILED:  org.apache.zookeeper.test.QuorumHammerTest.testHammerBasic

Error Message:
expected:<1000> but was:<687>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1000> but was:<687>
at 
org.apache.zookeeper.test.ClientHammerTest.verifyHammer(ClientHammerTest.java:231)
at 
org.apache.zookeeper.test.ClientHammerTest.runHammer(ClientHammerTest.java:142)
at 
org.apache.zookeeper.test.ClientHammerTest.testHammerBasic(ClientHammerTest.java:120)
at 

Re: [VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-22 Thread Ted Yu
Hi,
I ran test suite for the RC.

Testcase: testSessionTimeout took 22.686 sec
  Caused an ERROR
KeeperErrorCode = ConnectionLoss for /stest
org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /stest
  at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
  at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
  at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
  at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1133)
  at
org.apache.zookeeper.test.SessionTest.testSessionTimeout(SessionTest.java:300)



Testcase: testWatcherAutoResetDisabledWithLocal took 8.545 sec
  Caused an ERROR
KeeperErrorCode = ConnectionLoss for /watchtest/child2
org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /watchtest/child2
  at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
  at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
  at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:876)
  at
org.apache.zookeeper.test.WatcherTest.testWatcherAutoReset(WatcherTest.java:369)
  at
org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetWithLocal(WatcherTest.java:255)
  at
org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetDisabledWithLocal(WatcherTest.java:268)

Has anyone else seen the above test failures ?

Cheers


ZooKeeper-trunk - Build # 3773 - Failure

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3773/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 258.51 KB...]
 [exec] Log Message Received: [2018-03-22 
23:54:36,585:27836(0x2b9a31284f40):ZOO_INFO@log_env@1081: Client 
environment:os.version=#186-Ubuntu SMP Mon Dec 4 19:09:19 UTC 2017]
 [exec] Log Message Received: [2018-03-22 
23:54:36,585:27836(0x2b9a31284f40):ZOO_INFO@log_env@1089: Client 
environment:user.name=jenkins]
 [exec] Log Message Received: [2018-03-22 
23:54:36,585:27836(0x2b9a31284f40):ZOO_INFO@log_env@1097: Client 
environment:user.home=/home/jenkins]
 [exec] Log Message Received: [2018-03-22 
23:54:36,585:27836(0x2b9a31284f40):ZOO_INFO@log_env@1109: Client 
environment:user.dir=/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/build/test/test-cppunit]
 [exec] Log Message Received: [2018-03-22 
23:54:36,585:27836(0x2b9a31284f40):ZOO_INFO@zookeeper_init_internal@1152: 
Initiating client connection, host=127.0.0.1:22181 sessionTimeout=1 
watcher=0x461d20 sessionId=0 sessionPasswd= context=0x7fff0981d560 
flags=0]
 [exec] Log Message Received: [2018-03-22 
23:54:36,586:27836(0x2b9a332e7700):ZOO_INFO@check_events@2439: initiated 
connection to server [127.0.0.1:22181]]
 [exec] Log Message Received: [2018-03-22 
23:54:36,614:27836(0x2b9a332e7700):ZOO_INFO@check_events@2491: session 
establishment complete on server [127.0.0.1:22181], 
sessionId=0x101869432e8000f, negotiated timeout=1 ]
 [exec]  : elapsed 1067 : OK
 [exec] Zookeeper_simpleSystem::testAsyncWatcherAutoReset ZooKeeper server 
started : elapsed 10314 : OK
 [exec] Zookeeper_simpleSystem::testDeserializeString : elapsed 0 : OK
 [exec] Zookeeper_simpleSystem::testFirstServerDown : elapsed 1001 : OK
 [exec] Zookeeper_simpleSystem::testNullData : elapsed 1050 : OK
 [exec] Zookeeper_simpleSystem::testIPV6 : elapsed 1012 : OK
 [exec] Zookeeper_simpleSystem::testCreate : elapsed 1033 : OK
 [exec] Zookeeper_simpleSystem::testPath : elapsed 1058 : OK
 [exec] Zookeeper_simpleSystem::testPathValidation : elapsed 1141 : OK
 [exec] Zookeeper_simpleSystem::testPing : elapsed 17726 : OK
 [exec] Zookeeper_simpleSystem::testAcl : elapsed 1031 : OK
 [exec] Zookeeper_simpleSystem::testChroot : elapsed 3116 : OK
 [exec] Zookeeper_simpleSystem::testAuth ZooKeeper server started ZooKeeper 
server started : elapsed 30762 : OK
 [exec] Zookeeper_simpleSystem::testHangingClient : elapsed 1044 : OK
 [exec] Zookeeper_simpleSystem::testWatcherAutoResetWithGlobal ZooKeeper 
server started ZooKeeper server started ZooKeeper server started : elapsed 
15095 : OK
 [exec] Zookeeper_simpleSystem::testWatcherAutoResetWithLocal ZooKeeper 
server started ZooKeeper server started ZooKeeper server started : elapsed 
15137 : OK
 [exec] Zookeeper_simpleSystem::testGetChildren2 : elapsed 1074 : OK
 [exec] Zookeeper_simpleSystem::testLastZxid : elapsed 4541 : OK
 [exec] Zookeeper_simpleSystem::testRemoveWatchers ZooKeeper server started 
: elapsed 4394 : OK
 [exec] Zookeeper_readOnly::testReadOnly : elapsed 4122 : OK
 [exec] OK (74)
 [exec] PASS: zktest-mt
 [exec] ==
 [exec] 1 of 2 tests failed
 [exec] Please report to u...@zookeeper.apache.org
 [exec] ==
 [exec] make[1]: Leaving directory 
`/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/build/test/test-cppunit'
 [exec] make[1]: *** [check-TESTS] Error 1
 [exec] make: *** [check-am] Error 2

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/build.xml:1395: The 
following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/build.xml:1355: The 
following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/build.xml:1365: exec 
returned: 2

Total time: 18 minutes 9 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Recording fingerprints
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Publishing Javadoc
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7



###

ZooKeeper_branch34_jdk8 - Build # 1334 - Failure

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1334/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 38.84 KB...]
[junit] Running org.apache.zookeeper.test.RecoveryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.42 sec
[junit] Running org.apache.zookeeper.test.RepeatStartupTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.751 sec
[junit] Running org.apache.zookeeper.test.RestoreCommittedLogTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.723 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedClientTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.585 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedServerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.615 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailDesignatedClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.887 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailNotifyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.538 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.656 sec
[junit] Running org.apache.zookeeper.test.SaslAuthMissingClientConfigTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.527 sec
[junit] Running org.apache.zookeeper.test.SaslClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.077 sec
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.559 sec
[junit] Running org.apache.zookeeper.test.SessionTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
32.603 sec
[junit] Running org.apache.zookeeper.test.StandaloneTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.944 sec
[junit] Running org.apache.zookeeper.test.StatTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.795 sec
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.263 sec
[junit] Running org.apache.zookeeper.test.SyncCallTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.527 sec
[junit] Running org.apache.zookeeper.test.TruncateTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.115 sec
[junit] Running org.apache.zookeeper.test.UpgradeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.819 sec
[junit] Running org.apache.zookeeper.test.WatchedEventTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.077 sec
[junit] Running org.apache.zookeeper.test.WatcherFuncTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.893 sec
[junit] Running org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
26.242 sec
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.819 sec
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.639 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build.xml:1382: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build.xml:1385: 
Tests failed!

Total time: 28 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
8 tests failed.
FAILED:  org.apache.zookeeper.server.ZxidRolloverTest.testMultipleRollover

Error Message:
java.net.BindException: Address already in use

Stack Trace:
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.apache.zookeeper.test.QuorumUtil.(QuorumUtil.java:116)
at org.apache.zookeeper.test.QuorumUtil.(QuorumUtil.java:121)
at 
org.apache.zookeeper.server.ZxidRolloverTest.setUp(ZxidRolloverTest.java:63)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)

[jira] [Created] (ZOOKEEPER-3005) Update zkEnv.cmd to check if environment variable are already exist

2018-03-22 Thread Mike J (JIRA)
Mike J created ZOOKEEPER-3005:
-

 Summary: Update zkEnv.cmd to check if environment variable are 
already exist
 Key: ZOOKEEPER-3005
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3005
 Project: ZooKeeper
  Issue Type: Improvement
  Components: other
Reporter: Mike J


Update the zkEnv.cmd script to not override ZOOCFGDIR, ZOO_LOG_DIR, or 
ZOO_LOG4J_PROP if they have already been set. This would match the 
functionality that currently exists in zkEnv.sh.

Also, add the ability to set the config file name using the ZOOCFG environment 
variable. This would match functionality that currently exists in zkEnv.sh.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Ted Yu
+1


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Raúl Gutiérrez Segalés
+1

On Thu, Mar 22, 2018 at 1:08 PM, Tamas Penzes  wrote:

> +1 (non-binding)
>
> On Thu, Mar 22, 2018 at 6:57 PM, Andor Molnar  wrote:
>
> > Hi all,
> >
> > Let's start the vote on upgrading to Java8.
> > https://issues.apache.org/jira/browse/ZOOKEEPER-3002
> >
> > *Shall we upgrade the minimum required Java version to compile and run
> > ZooKeeper on 3.5 and master branches to Java 1.8?*
> >
> > Please cast your vote by replying 'Yes' or 'No' to this thread.
> >
> > Thanks,
> > Andor
> >
>
>
>
> --
> *Tamás **Pénzes* | Engineering Manager
> e. tam...@cloudera.com
> cloudera.com 
>


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Tamas Penzes
+1 (non-binding)

On Thu, Mar 22, 2018 at 6:57 PM, Andor Molnar  wrote:

> Hi all,
>
> Let's start the vote on upgrading to Java8.
> https://issues.apache.org/jira/browse/ZOOKEEPER-3002
>
> *Shall we upgrade the minimum required Java version to compile and run
> ZooKeeper on 3.5 and master branches to Java 1.8?*
>
> Please cast your vote by replying 'Yes' or 'No' to this thread.
>
> Thanks,
> Andor
>



-- 
*Tamás **Pénzes* | Engineering Manager
e. tam...@cloudera.com
cloudera.com 


[VOTE] Apache ZooKeeper release 3.4.12 candidate 0

2018-03-22 Thread Abraham Fine
This is a bugfix release candidate for 3.4.12. It fixes 22 issues, including 
issues that
affect incorrect handling of the dataDir and the dataLogDir.
 
The full release notes is available at:
 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801=12342040
 
*** Please download, test and vote by March 27th 2018, 23:59 UTC+0. ***
 
Source files:
http://people.apache.org/~afine/zookeeper-3.4.12-candidate-0/
 
Maven staging repo:
https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.12/
 
The release candidate tag in git to be voted upon: release-3.4.12-rc0
 
ZooKeeper's KEYS file containing PGP keys we use to sign the release:
http://www.apache.org/dist/zookeeper/KEYS
 
Should we release this candidate?


[jira] [Created] (ZOOKEEPER-3004) create jenkins jobs to test java 6 for branch 3.4

2018-03-22 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-3004:
---

 Summary: create jenkins jobs to test java 6 for branch 3.4
 Key: ZOOKEEPER-3004
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3004
 Project: ZooKeeper
  Issue Type: Bug
Affects Versions: 3.4.11
Reporter: Abraham Fine


3.4 currently supports Java 6. While working on the release of 3.4.12 I noticed 
a minor issue while using java 6 to build zookeeper (see the linked issue). We 
should have a jenkins job that continuously tests 3.4 and pull requests 
targeting 3.4 against this older jdk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZOOKEEPER-3003) ant package does not fail if javadoc generation fails

2018-03-22 Thread Abraham Fine (JIRA)
Abraham Fine created ZOOKEEPER-3003:
---

 Summary: ant package does not fail if javadoc generation fails
 Key: ZOOKEEPER-3003
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3003
 Project: ZooKeeper
  Issue Type: Bug
Affects Versions: 3.4.11
Reporter: Abraham Fine


While working on the release of 3.4.12 and testing under jdk 6 I noticed that 
our javadoc task currently fails due to the yetus api compatability annotations 
we have. The yetus annotations target jdk 7.

While I don't think this is too much of a problem since it should not impact 
ZooKeeper operation under jdk 6 we should definitely avoid silent failures.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Abraham Fine
+1

On Thu, Mar 22, 2018, at 11:05, Andor Molnar wrote:
> +1
> 
> On Thu, Mar 22, 2018 at 7:04 PM, Jordan Zimmerman <
> jor...@jordanzimmerman.com> wrote:
> 
> > +1 (non binding)
> >
> > > On Mar 22, 2018, at 12:57 PM, Andor Molnar  wrote:
> > >
> > > Hi all,
> > >
> > > Let's start the vote on upgrading to Java8.
> > > https://issues.apache.org/jira/browse/ZOOKEEPER-3002
> > >
> > > *Shall we upgrade the minimum required Java version to compile and run
> > > ZooKeeper on 3.5 and master branches to Java 1.8?*
> > >
> > > Please cast your vote by replying 'Yes' or 'No' to this thread.
> > >
> > > Thanks,
> > > Andor
> >
> >


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Andor Molnar
+1

On Thu, Mar 22, 2018 at 7:04 PM, Jordan Zimmerman <
jor...@jordanzimmerman.com> wrote:

> +1 (non binding)
>
> > On Mar 22, 2018, at 12:57 PM, Andor Molnar  wrote:
> >
> > Hi all,
> >
> > Let's start the vote on upgrading to Java8.
> > https://issues.apache.org/jira/browse/ZOOKEEPER-3002
> >
> > *Shall we upgrade the minimum required Java version to compile and run
> > ZooKeeper on 3.5 and master branches to Java 1.8?*
> >
> > Please cast your vote by replying 'Yes' or 'No' to this thread.
> >
> > Thanks,
> > Andor
>
>


Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Jordan Zimmerman
+1 (non binding)

> On Mar 22, 2018, at 12:57 PM, Andor Molnar  wrote:
> 
> Hi all,
> 
> Let's start the vote on upgrading to Java8.
> https://issues.apache.org/jira/browse/ZOOKEEPER-3002
> 
> *Shall we upgrade the minimum required Java version to compile and run
> ZooKeeper on 3.5 and master branches to Java 1.8?*
> 
> Please cast your vote by replying 'Yes' or 'No' to this thread.
> 
> Thanks,
> Andor



Re: [VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Patrick Hunt
+1.

Patrick

On Thu, Mar 22, 2018 at 10:57 AM, Andor Molnar  wrote:

> Hi all,
>
> Let's start the vote on upgrading to Java8.
> https://issues.apache.org/jira/browse/ZOOKEEPER-3002
>
> *Shall we upgrade the minimum required Java version to compile and run
> ZooKeeper on 3.5 and master branches to Java 1.8?*
>
> Please cast your vote by replying 'Yes' or 'No' to this thread.
>
> Thanks,
> Andor
>


[jira] [Updated] (ZOOKEEPER-3002) Upgrade branches 3.5 and trunk to Java 1.8

2018-03-22 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-3002:

Fix Version/s: 3.6.0
   3.5.4

> Upgrade branches 3.5 and trunk to Java 1.8
> --
>
> Key: ZOOKEEPER-3002
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3002
> Project: ZooKeeper
>  Issue Type: Task
>  Components: java client, server
>Affects Versions: 3.5.4, 3.6.0
>Reporter: Andor Molnar
>Assignee: Andor Molnar
>Priority: Major
>  Labels: java1.8, upgrade
> Fix For: 3.5.4, 3.6.0
>
>
> We upgrade the minimum required Java version to compile and run ZooKeeper on 
> 3.5 and master branches to Java 1.8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[VOTE] Upgrade 3.5 and trunk to Java8

2018-03-22 Thread Andor Molnar
Hi all,

Let's start the vote on upgrading to Java8.
https://issues.apache.org/jira/browse/ZOOKEEPER-3002

*Shall we upgrade the minimum required Java version to compile and run
ZooKeeper on 3.5 and master branches to Java 1.8?*

Please cast your vote by replying 'Yes' or 'No' to this thread.

Thanks,
Andor


[jira] [Created] (ZOOKEEPER-3002) Upgrade branches 3.5 and trunk to Java 1.8

2018-03-22 Thread Andor Molnar (JIRA)
Andor Molnar created ZOOKEEPER-3002:
---

 Summary: Upgrade branches 3.5 and trunk to Java 1.8
 Key: ZOOKEEPER-3002
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3002
 Project: ZooKeeper
  Issue Type: Task
  Components: java client, server
Affects Versions: 3.5.4, 3.6.0
Reporter: Andor Molnar
Assignee: Andor Molnar


We upgrade the minimum required Java version to compile and run ZooKeeper on 
3.5 and master branches to Java 1.8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [SUGGESTION] Target branches 3.5 and master (3.6) to Java 8

2018-03-22 Thread Patrick Hunt
I'd recommend starting a separate [VOTE] thread to make it more obvious. Is
there a jira? I didn't see it on this thread, would be good to
create/document.

Regards,

Patrick

On Thu, Mar 22, 2018 at 10:43 AM, Andor Molnar  wrote:

> Silence probably means 'yes', so I start the vote now.
>
> *Shall we upgrade the minimum required Java version to compile and run
> ZooKeeper on 3.5 and master branches to Java 1.8?*
>
> *Yes / No*
>
> I vote for 'Yes'.
>
> Regards,
> Andor
>
>
>
> On Mon, Mar 19, 2018 at 1:35 PM, Andor Molnar  wrote:
>
> > From the responses on 'user' list, I think we are good to go.
> >
> > What do you think?
> >
> > Andor
> >
> >
> >
> > On Wed, Mar 7, 2018 at 12:04 PM, Andor Molnar 
> wrote:
> >
> >> Okay, I dropped a mail on the user list to get some feedback.
> >>
> >>
> >> Regards,
> >> Andor
> >>
> >>
> >> On Thu, Feb 22, 2018 at 5:59 PM, Patrick Hunt  wrote:
> >>
> >>> Perhaps discuss on the user list as Flavio mentioned prior to calling a
> >>> vote? Has anyone looked at dependencies, is this consistent with what
> the
> >>> rest of the ecosystem has defined. Hadoop/Hbase/Kafka/... components,
> >>> Curator, etc...
> >>>
> >>> Regards,
> >>>
> >>> Patrick
> >>>
> >>> On Thu, Feb 22, 2018 at 7:52 AM, Andor Molnar 
> >>> wrote:
> >>>
> >>> > Is everybody happy with the plan that Tamaas suggested?
> >>> > Shall we start a vote?
> >>> >
> >>> > Andor
> >>> >
> >>> >
> >>> >
> >>> > On Wed, Feb 21, 2018 at 11:34 PM, Mark Fenes 
> >>> wrote:
> >>> >
> >>> > > Hi All,
> >>> > >
> >>> > > I totally support the idea of upgrading to Java 8 and I agree with
> >>> Abe
> >>> > that
> >>> > > we should not require different minimum versions of Java for the
> >>> client
> >>> > and
> >>> > > the server.
> >>> > > Also skipping the non-LTS versions sounds reasonable.
> >>> > >
> >>> > > Regards,
> >>> > > Mark
> >>> > >
> >>> > >
> >>> > > On Tue, Feb 20, 2018 at 8:49 PM, Tamás Pénzes  >
> >>> > wrote:
> >>> > >
> >>> > > > Hi All,
> >>> > > >
> >>> > > > Just to add my 2 cents. // Might be five, I write long. :)
> >>> > > > Hope, you find valuable bits.
> >>> > > >
> >>> > > > As many of us I also hope that ZooKeeper 3.5 will be released
> soon.
> >>> > > > Until then most of the changes go into master and branch-3.5 too,
> >>> so I
> >>> > > > would keep them on the same Java version for code compatibility.
> >>> In the
> >>> > > > same time I'd be happy if it was Java 8.
> >>> > > >
> >>> > > > ZK 3.5+ supports Java 7 since December 2014, an almost 7 year old
> >>> Java
> >>> > > > version today.
> >>> > > > It was a perfect decision in 2014, when nobody expected ZK 3.5
> >>> coming
> >>> > so
> >>> > > > late, but things might be different four years later.
> >>> > > >
> >>> > > > Since we have to keep compatibility with Java 6 on branch-3.4 we
> >>> > already
> >>> > > > need manual changes when cherry picking into that branch. Not
> much
> >>> > > > difference if branch-3.5 is Java 8.
> >>> > > >
> >>> > > >
> >>> > > > As Flavio said changing branch-3.5 to Java 8 might cause issues
> for
> >>> > users
> >>> > > > already using ZK 3.5.x-beta.
> >>> > > > I totally agree with that concern, but using a beta state
> software
> >>> > means
> >>> > > > you accept the risk of facing changes.
> >>> > > > And Java 8 is four years old now, so we would not change to
> >>> bleeding
> >>> > > edge,
> >>> > > > which I guess nobody wanted.
> >>> > > >
> >>> > > >
> >>> > > > So what I would propose is the following:
> >>> > > >
> >>> > > >- Upgrade branches "master" and "branch-3.5" to Java 8 (LTS)
> >>> asap.
> >>> > > >- After releasing 3.5 GA and the next LTS Java version (Java
> 11
> >>> /
> >>> > > >18.9-LTS) gets released upgrade "master" branch to Java
> 11-LTS.
> >>> (
> >>> > > >http://www.oracle.com/technetwork/java/eol-135779.html)
> >>> > > >- I would not upgrade Java to a non-LTS version.
> >>> > > >
> >>> > > >
> >>> > > > What do you think about it?
> >>> > > >
> >>> > > > Thanks, Tamaas
> >>> > > >
> >>> > > >
> >>> > > > On Mon, Feb 19, 2018 at 10:32 PM, Flavio Junqueira <
> f...@apache.org
> >>> >
> >>> > > wrote:
> >>> > > >
> >>> > > > > I'm fine with moving to Java 8 or even 9 in 3.6. Does anyone
> >>> have a
> >>> > > > > different option? Otherwise, should we start a vote?
> >>> > > > >
> >>> > > > > -Flavio
> >>> > > > >
> >>> > > > >
> >>> > > > > > On 16 Feb 2018, at 21:28, Abraham Fine 
> >>> wrote:
> >>> > > > > >
> >>> > > > > > I'm a -1 on requiring different minimum versions of java for
> >>> the
> >>> > > client
> >>> > > > > and the server.  I think this has the potential to create a lot
> >>> of
> >>> > > > > confusion for users and contributors.
> >>> > > > > >
> >>> > > > > > I would support moving master (3.6) to java 8, I also think
> it
> >>> is
> >>> > > worth
> >>> > > > > considering 

Re: [SUGGESTION] Target branches 3.5 and master (3.6) to Java 8

2018-03-22 Thread Andor Molnar
Silence probably means 'yes', so I start the vote now.

*Shall we upgrade the minimum required Java version to compile and run
ZooKeeper on 3.5 and master branches to Java 1.8?*

*Yes / No*

I vote for 'Yes'.

Regards,
Andor



On Mon, Mar 19, 2018 at 1:35 PM, Andor Molnar  wrote:

> From the responses on 'user' list, I think we are good to go.
>
> What do you think?
>
> Andor
>
>
>
> On Wed, Mar 7, 2018 at 12:04 PM, Andor Molnar  wrote:
>
>> Okay, I dropped a mail on the user list to get some feedback.
>>
>>
>> Regards,
>> Andor
>>
>>
>> On Thu, Feb 22, 2018 at 5:59 PM, Patrick Hunt  wrote:
>>
>>> Perhaps discuss on the user list as Flavio mentioned prior to calling a
>>> vote? Has anyone looked at dependencies, is this consistent with what the
>>> rest of the ecosystem has defined. Hadoop/Hbase/Kafka/... components,
>>> Curator, etc...
>>>
>>> Regards,
>>>
>>> Patrick
>>>
>>> On Thu, Feb 22, 2018 at 7:52 AM, Andor Molnar 
>>> wrote:
>>>
>>> > Is everybody happy with the plan that Tamaas suggested?
>>> > Shall we start a vote?
>>> >
>>> > Andor
>>> >
>>> >
>>> >
>>> > On Wed, Feb 21, 2018 at 11:34 PM, Mark Fenes 
>>> wrote:
>>> >
>>> > > Hi All,
>>> > >
>>> > > I totally support the idea of upgrading to Java 8 and I agree with
>>> Abe
>>> > that
>>> > > we should not require different minimum versions of Java for the
>>> client
>>> > and
>>> > > the server.
>>> > > Also skipping the non-LTS versions sounds reasonable.
>>> > >
>>> > > Regards,
>>> > > Mark
>>> > >
>>> > >
>>> > > On Tue, Feb 20, 2018 at 8:49 PM, Tamás Pénzes 
>>> > wrote:
>>> > >
>>> > > > Hi All,
>>> > > >
>>> > > > Just to add my 2 cents. // Might be five, I write long. :)
>>> > > > Hope, you find valuable bits.
>>> > > >
>>> > > > As many of us I also hope that ZooKeeper 3.5 will be released soon.
>>> > > > Until then most of the changes go into master and branch-3.5 too,
>>> so I
>>> > > > would keep them on the same Java version for code compatibility.
>>> In the
>>> > > > same time I'd be happy if it was Java 8.
>>> > > >
>>> > > > ZK 3.5+ supports Java 7 since December 2014, an almost 7 year old
>>> Java
>>> > > > version today.
>>> > > > It was a perfect decision in 2014, when nobody expected ZK 3.5
>>> coming
>>> > so
>>> > > > late, but things might be different four years later.
>>> > > >
>>> > > > Since we have to keep compatibility with Java 6 on branch-3.4 we
>>> > already
>>> > > > need manual changes when cherry picking into that branch. Not much
>>> > > > difference if branch-3.5 is Java 8.
>>> > > >
>>> > > >
>>> > > > As Flavio said changing branch-3.5 to Java 8 might cause issues for
>>> > users
>>> > > > already using ZK 3.5.x-beta.
>>> > > > I totally agree with that concern, but using a beta state software
>>> > means
>>> > > > you accept the risk of facing changes.
>>> > > > And Java 8 is four years old now, so we would not change to
>>> bleeding
>>> > > edge,
>>> > > > which I guess nobody wanted.
>>> > > >
>>> > > >
>>> > > > So what I would propose is the following:
>>> > > >
>>> > > >- Upgrade branches "master" and "branch-3.5" to Java 8 (LTS)
>>> asap.
>>> > > >- After releasing 3.5 GA and the next LTS Java version (Java 11
>>> /
>>> > > >18.9-LTS) gets released upgrade "master" branch to Java 11-LTS.
>>> (
>>> > > >http://www.oracle.com/technetwork/java/eol-135779.html)
>>> > > >- I would not upgrade Java to a non-LTS version.
>>> > > >
>>> > > >
>>> > > > What do you think about it?
>>> > > >
>>> > > > Thanks, Tamaas
>>> > > >
>>> > > >
>>> > > > On Mon, Feb 19, 2018 at 10:32 PM, Flavio Junqueira >> >
>>> > > wrote:
>>> > > >
>>> > > > > I'm fine with moving to Java 8 or even 9 in 3.6. Does anyone
>>> have a
>>> > > > > different option? Otherwise, should we start a vote?
>>> > > > >
>>> > > > > -Flavio
>>> > > > >
>>> > > > >
>>> > > > > > On 16 Feb 2018, at 21:28, Abraham Fine 
>>> wrote:
>>> > > > > >
>>> > > > > > I'm a -1 on requiring different minimum versions of java for
>>> the
>>> > > client
>>> > > > > and the server.  I think this has the potential to create a lot
>>> of
>>> > > > > confusion for users and contributors.
>>> > > > > >
>>> > > > > > I would support moving master (3.6) to java 8, I also think it
>>> is
>>> > > worth
>>> > > > > considering moving to java 9. Given how long our release cycle
>>> tends
>>> > to
>>> > > > be
>>> > > > > I think targeting the latest and greatest this early in the
>>> > development
>>> > > > > cycle is reasonable.
>>> > > > > >
>>> > > > > > Thanks,
>>> > > > > > Abe
>>> > > > > >
>>> > > > > > On Fri, Feb 16, 2018, at 06:48, Enrico Olivelli wrote:
>>> > > > > >> 2018-02-16 14:20 GMT+01:00 Andor Molnar :
>>> > > > > >>
>>> > > > > >>> +1 for setting the Java8 requirement on server side.
>>> > > > > >>>
>>> > > > > >>> *Client side.*
>>> > > > > >>> I'd like the 

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

2018-03-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409744#comment-16409744
 ] 

ASF GitHub Bot commented on ZOOKEEPER-2901:
---

Github user anmolnar commented on the issue:

https://github.com/apache/zookeeper/pull/377
  
@afine This one is also an important PR to review and merge if you have a 
chance. I think it's already in a good shape.


> Session ID that is negative causes mis-calculation of Ephemeral Type
> 
>
> Key: ZOOKEEPER-2901
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2901
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: server
>Affects Versions: 3.5.3
> Environment: Running 3.5.3-beta in Docker container
>Reporter: Mark Johnson
>Assignee: Jordan Zimmerman
>Priority: Blocker
>
> In the code that determines the EphemeralType it is looking at the owner 
> (which is the client ID or connection ID):
> EphemeralType.java:
>public static EphemeralType get(long ephemeralOwner) {
>if (ephemeralOwner == CONTAINER_EPHEMERAL_OWNER) {
>return CONTAINER;
>}
>if (ephemeralOwner < 0) {
>return TTL;
>}
>return (ephemeralOwner == 0) ? VOID : NORMAL;
>}
> However my connection ID is:
> header.getClientId(): -720548323429908480
> This causes the code to think this is a TTL Ephemeral node instead of a
> NORMAL Ephemeral node.
> This also explains why this is random - if my client ID is non-negative
> then the node gets added correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zookeeper issue #377: [ZOOKEEPER-2901] TTL Nodes don't work with Server IDs ...

2018-03-22 Thread anmolnar
Github user anmolnar commented on the issue:

https://github.com/apache/zookeeper/pull/377
  
@afine This one is also an important PR to review and merge if you have a 
chance. I think it's already in a good shape.


---


ZooKeeper_branch35_jdk8 - Build # 892 - Still Failing

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/892/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 60.56 KB...]
[junit] Running org.apache.zookeeper.test.SaslClientTest in thread 8
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.067 sec, Thread: 8, Class: org.apache.zookeeper.test.SaslClientTest
[junit] Running org.apache.zookeeper.test.SaslSuperUserTest in thread 3
[junit] Running org.apache.zookeeper.test.ServerCnxnTest in thread 8
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.035 sec, Thread: 5, Class: 
org.apache.zookeeper.test.SaslAuthMissingClientConfigTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.689 sec, Thread: 3, Class: org.apache.zookeeper.test.SaslSuperUserTest
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest in thread 
5
[junit] Running org.apache.zookeeper.test.SessionTest in thread 3
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.571 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionInvalidationTest
[junit] Running org.apache.zookeeper.test.SessionTrackerCheckTest in thread 
5
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.081 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionTrackerCheckTest
[junit] Running org.apache.zookeeper.test.SessionUpgradeTest in thread 5
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.512 sec, Thread: 8, Class: org.apache.zookeeper.test.ServerCnxnTest
[junit] Running org.apache.zookeeper.test.StandaloneTest in thread 8
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.534 sec, Thread: 8, Class: org.apache.zookeeper.test.StandaloneTest
[junit] Running org.apache.zookeeper.test.StatTest in thread 8
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.617 sec, Thread: 8, Class: org.apache.zookeeper.test.StatTest
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest in thread 8
[junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.845 sec, Thread: 8, Class: org.apache.zookeeper.test.StaticHostProviderTest
[junit] Running org.apache.zookeeper.test.StringUtilTest in thread 8
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.059 sec, Thread: 8, Class: org.apache.zookeeper.test.StringUtilTest
[junit] Running org.apache.zookeeper.test.SyncCallTest in thread 8
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.557 sec, Thread: 8, Class: org.apache.zookeeper.test.SyncCallTest
[junit] Running org.apache.zookeeper.test.TruncateTest in thread 8
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
69.107 sec, Thread: 7, Class: org.apache.zookeeper.test.QuorumZxidSyncTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.112 sec, Thread: 8, Class: org.apache.zookeeper.test.TruncateTest
[junit] Running org.apache.zookeeper.test.WatchEventWhenAutoResetTest in 
thread 8
[junit] Running org.apache.zookeeper.test.WatchedEventTest in thread 7
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.072 sec, Thread: 7, Class: org.apache.zookeeper.test.WatchedEventTest
[junit] Running org.apache.zookeeper.test.WatcherFuncTest in thread 7
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.796 sec, Thread: 7, Class: org.apache.zookeeper.test.WatcherFuncTest
[junit] Running org.apache.zookeeper.test.WatcherTest in thread 7
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
20.679 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionUpgradeTest
[junit] Running org.apache.zookeeper.test.X509AuthTest in thread 5
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.079 sec, Thread: 5, Class: org.apache.zookeeper.test.X509AuthTest
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in 
thread 5
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.46 sec, Thread: 5, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest in thread 5
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
88.443 sec, Thread: 6, Class: org.apache.zookeeper.test.QuorumTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.723 sec, Thread: 5, Class: org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
34.318 sec, Thread: 3, Class: org.apache.zookeeper.test.SessionTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
22.567 

ZooKeeper_branch35_jdk7 - Build # 1331 - Still Failing

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1331/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 60.54 KB...]
[junit] Running org.apache.zookeeper.test.SaslSuperUserTest in thread 5
[junit] Running org.apache.zookeeper.test.ServerCnxnTest in thread 2
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.523 sec, Thread: 5, Class: org.apache.zookeeper.test.SaslSuperUserTest
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest in thread 
5
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.566 sec, Thread: 2, Class: org.apache.zookeeper.test.ServerCnxnTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.747 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionInvalidationTest
[junit] Running org.apache.zookeeper.test.SessionTest in thread 2
[junit] Running org.apache.zookeeper.test.SessionTrackerCheckTest in thread 
5
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.119 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionTrackerCheckTest
[junit] Running org.apache.zookeeper.test.SessionUpgradeTest in thread 5
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
18.48 sec, Thread: 5, Class: org.apache.zookeeper.test.SessionUpgradeTest
[junit] Running org.apache.zookeeper.test.StandaloneTest in thread 5
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.859 sec, Thread: 5, Class: org.apache.zookeeper.test.StandaloneTest
[junit] Running org.apache.zookeeper.test.StatTest in thread 5
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.116 sec, Thread: 5, Class: org.apache.zookeeper.test.StatTest
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest in thread 5
[junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.124 sec, Thread: 5, Class: org.apache.zookeeper.test.StaticHostProviderTest
[junit] Running org.apache.zookeeper.test.StringUtilTest in thread 5
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.105 sec, Thread: 5, Class: org.apache.zookeeper.test.StringUtilTest
[junit] Running org.apache.zookeeper.test.SyncCallTest in thread 5
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.06 sec, Thread: 5, Class: org.apache.zookeeper.test.SyncCallTest
[junit] Running org.apache.zookeeper.test.TruncateTest in thread 5
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
35.802 sec, Thread: 2, Class: org.apache.zookeeper.test.SessionTest
[junit] Running org.apache.zookeeper.test.WatchEventWhenAutoResetTest in 
thread 2
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
167.714 sec, Thread: 6, Class: org.apache.zookeeper.test.RecoveryTest
[junit] Running org.apache.zookeeper.test.WatchedEventTest in thread 6
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.169 sec, Thread: 6, Class: org.apache.zookeeper.test.WatchedEventTest
[junit] Running org.apache.zookeeper.test.WatcherFuncTest in thread 6
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.43 sec, Thread: 6, Class: org.apache.zookeeper.test.WatcherFuncTest
[junit] Running org.apache.zookeeper.test.WatcherTest in thread 6
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
22.154 sec, Thread: 5, Class: org.apache.zookeeper.test.TruncateTest
[junit] Running org.apache.zookeeper.test.X509AuthTest in thread 5
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.141 sec, Thread: 5, Class: org.apache.zookeeper.test.X509AuthTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
21.477 sec, Thread: 2, Class: 
org.apache.zookeeper.test.WatchEventWhenAutoResetTest
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in 
thread 5
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest in thread 2
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.401 sec, Thread: 2, Class: org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
128.816 sec, Thread: 3, Class: org.apache.zookeeper.test.RestoreCommittedLogTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
13.782 sec, Thread: 5, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
33.562 sec, Thread: 6, Class: org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
291.697 sec, Thread: 4, Class: org.apache.zookeeper.test.ReconfigTest

ZooKeeper_branch34_jdk7 - Build # 1858 - Failure

2018-03-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1858/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 38.48 KB...]
[junit] Running org.apache.zookeeper.test.RecoveryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
25.248 sec
[junit] Running org.apache.zookeeper.test.RepeatStartupTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
6.231 sec
[junit] Running org.apache.zookeeper.test.RestoreCommittedLogTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
21.111 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedClientTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.828 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedServerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.736 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailDesignatedClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.417 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailNotifyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.572 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.716 sec
[junit] Running org.apache.zookeeper.test.SaslAuthMissingClientConfigTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.622 sec
[junit] Running org.apache.zookeeper.test.SaslClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.08 sec
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.778 sec
[junit] Running org.apache.zookeeper.test.SessionTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
32.785 sec
[junit] Running org.apache.zookeeper.test.StandaloneTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.874 sec
[junit] Running org.apache.zookeeper.test.StatTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.992 sec
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.339 sec
[junit] Running org.apache.zookeeper.test.SyncCallTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.758 sec
[junit] Running org.apache.zookeeper.test.TruncateTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
8.557 sec
[junit] Running org.apache.zookeeper.test.UpgradeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.442 sec
[junit] Running org.apache.zookeeper.test.WatchedEventTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.093 sec
[junit] Running org.apache.zookeeper.test.WatcherFuncTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.462 sec
[junit] Running org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
32.162 sec
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
14.569 sec
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.924 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build.xml:1382: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build.xml:1385: 
Tests failed!

Total time: 57 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
1 tests failed.
FAILED:  org.apache.zookeeper.test.ReadOnlyModeTest.testSeekForRwServer

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time 
until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in 
the report does not reflect the time until the timeout.