[jira] [Resolved] (ZOOKEEPER-3255) add a banner to make the startup of zk server more cool

2019-03-03 Thread Fangmin Lv (JIRA)


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

Fangmin Lv resolved ZOOKEEPER-3255.
---
   Resolution: Fixed
Fix Version/s: 3.6.0

Issue resolved by pull request 786
[https://github.com/apache/zookeeper/pull/786]

> add a banner to make the startup of zk server more cool
> ---
>
> Key: ZOOKEEPER-3255
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3255
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.5.4
>Reporter: maoling
>Assignee: maoling
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 3.6.0
>
> Attachments: quorum.jpg, standalone.jpg
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> 2019-01-24 11:27:37,370 [myid:] - INFO [main:DatadirCleanupManager@101] - 
> Purge task is not scheduled.
> 2019-01-24 11:27:37,370 [myid:] - WARN [main:QuorumPeerMain@130] - Either no 
> config or no quorum defined in config, running in standalone mode
> 2019-01-24 11:27:37,372 [myid:] - INFO [main:ManagedUtil@46] - Log4j found 
> with jmx enabled.
> 2019-01-24 11:27:37,387 [myid:] - INFO [main:QuorumPeerConfig@139] - Reading 
> configuration from: 
> /data/software/zookeeper/zookeeper-standalone-test/bin/../conf/zoo.cfg
> 2019-01-24 11:27:37,387 [myid:] - WARN [main:VerifyingFileFactory@59] - 
> ../../zkdata is relative. Prepend ./ to indicate that you're sure!
> 2019-01-24 11:27:37,387 [myid:] - WARN [main:VerifyingFileFactory@59] - 
> ../../zkdataLog is relative. Prepend ./ to indicate that you're sure!
> 2019-01-24 11:27:37,388 [myid:] - INFO [main:QuorumPeerConfig@402] - 
> clientPortAddress is 0.0.0.0:2181
> 2019-01-24 11:27:37,389 [myid:] - INFO [main:QuorumPeerConfig@406] - 
> secureClientPort is not set
> 2019-01-24 11:27:37,389 [myid:] - INFO [main:QuorumPeerConfig@423] - 
> observerMasterPort is not set
> 2019-01-24 11:27:37,389 [myid:] - INFO [main:QuorumPeerConfig@441] - 
> metricsProvider.className is 
> org.apache.zookeeper.metrics.impl.NullMetricsProvider
> 2019-01-24 11:27:37,389 [myid:] - INFO [main:ZooKeeperServerMain@122] - 
> Starting server
> 2019-01-24 11:27:37,419 [myid:] - INFO [main:ZookeeperBanner@87] -
> 2019-01-24 11:27:37,419 [myid:] - INFO [main:ZookeeperBanner@87] - __ _
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - |___ / | |
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - / / ___ 
> ___ | | __ ___ ___ _ __ ___ _ __
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - / / / _ \ 
> / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__|
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - / /__ | 
> (_) | | (_) | | < | __/ | __/ | |_) | | __/ | |
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - /_| 
> \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_|
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - | |
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] - |_|
> 2019-01-24 11:27:37,420 [myid:] - INFO [main:ZookeeperBanner@87] -
> 2019-01-24 11:27:37,425 [myid:] - INFO [main:Environment@109] - Server 
> environment:zookeeper.version=3.6.0-SNAPSHOT-29f9b2c1c0e832081f94d59a6b88709c5f1bb3ca,
>  built on 01/17/2019 12:32 GMT
> 2019-01-24 11:27:37,425 [myid:] - INFO [main:Environment@109] - Server 
> environment:host.name=959572f662cb
> 2019-01-24 11:27:37,425 [myid:] - INFO [main:Environment@109] - Server 
> environment:java.version=1.8.0_112
> 2019-01-24 11:27:37,425 [myid:] - INFO [main:Environment@109] - Server 
> environment:java.vendor=Oracle Corporation
> 2019-01-24 11:27:37,425 [myid:] - INFO [main:Environment@109] - Server 
> environment:java.home=/usr/java/jdk1.8.0_112/jre
> --



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


[GitHub] [zookeeper] asfgit closed pull request #786: ZOOKEEPER-3255:add a banner to make the startup of zk server more cool

2019-03-03 Thread GitBox
asfgit closed pull request #786: ZOOKEEPER-3255:add a banner to make the 
startup of zk server more cool
URL: https://github.com/apache/zookeeper/pull/786
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [zookeeper] maoling commented on issue #839: ZOOKEEPER-3290: Throw detailed KeeperException when a transaction failed

2019-03-03 Thread GitBox
maoling commented on issue #839: ZOOKEEPER-3290: Throw detailed KeeperException 
when a transaction failed
URL: https://github.com/apache/zookeeper/pull/839#issuecomment-469107877
 
 
   +1
   
   - don't look at the specific code,just take a test,it will be ok to throw 
the error path.
   - also think about backward compatibility,take a quick test to show I'am 
overreacting,no backward compatibility problem with the change of the 
protocol:`ErrorTxn`.
   1.low version client(without this patch) connect to high version 
server(with this patch):
`org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = 
NoNode`
  2.high version client connect to lower version server:
   `org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = 
NoNode`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


ZooKeeper-trunk - Build # 423 - Failure

2019-03-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/423/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 185.51 KB...]
[junit] Running org.apache.zookeeper.test.SessionTimeoutTest in thread 4
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.556 sec, Thread: 4, Class: org.apache.zookeeper.test.SessionTimeoutTest
[junit] Running org.apache.zookeeper.test.SessionTrackerCheckTest in thread 
4
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.087 sec, Thread: 4, Class: org.apache.zookeeper.test.SessionTrackerCheckTest
[junit] Running org.apache.zookeeper.test.SessionUpgradeTest in thread 4
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
15.687 sec, Thread: 1, Class: org.apache.zookeeper.test.SessionTest
[junit] Running org.apache.zookeeper.test.StandaloneTest in thread 1
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.658 sec, Thread: 1, Class: org.apache.zookeeper.test.StandaloneTest
[junit] Running org.apache.zookeeper.test.StatTest in thread 1
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.127 sec, Thread: 1, Class: org.apache.zookeeper.test.StatTest
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest in thread 1
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
18.032 sec, Thread: 4, Class: org.apache.zookeeper.test.SessionUpgradeTest
[junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.68 sec, Thread: 1, Class: org.apache.zookeeper.test.StaticHostProviderTest
[junit] Running org.apache.zookeeper.test.StringUtilTest in thread 4
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.068 sec, Thread: 4, Class: org.apache.zookeeper.test.StringUtilTest
[junit] Running org.apache.zookeeper.test.SyncCallTest in thread 1
[junit] Running org.apache.zookeeper.test.TruncateTest in thread 4
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.733 sec, Thread: 1, Class: org.apache.zookeeper.test.SyncCallTest
[junit] Running org.apache.zookeeper.test.WatchEventWhenAutoResetTest in 
thread 1
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.958 sec, Thread: 4, Class: org.apache.zookeeper.test.TruncateTest
[junit] Running org.apache.zookeeper.test.WatchedEventTest in thread 4
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.081 sec, Thread: 4, Class: org.apache.zookeeper.test.WatchedEventTest
[junit] Running org.apache.zookeeper.test.WatcherFuncTest in thread 4
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.171 sec, Thread: 4, Class: org.apache.zookeeper.test.WatcherFuncTest
[junit] Running org.apache.zookeeper.test.WatcherTest in thread 4
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
17.726 sec, Thread: 1, Class: 
org.apache.zookeeper.test.WatchEventWhenAutoResetTest
[junit] Running org.apache.zookeeper.test.X509AuthTest in thread 1
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.09 sec, Thread: 1, Class: org.apache.zookeeper.test.X509AuthTest
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in 
thread 1
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
5.866 sec, Thread: 1, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest in thread 1
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.779 sec, Thread: 1, Class: org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Running org.apache.zookeeper.util.PemReaderTest in thread 1
[junit] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
4.028 sec, Thread: 1, Class: org.apache.zookeeper.util.PemReaderTest
[junit] Running org.apache.jute.BinaryInputArchiveTest in thread 1
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.149 sec, Thread: 1, Class: org.apache.jute.BinaryInputArchiveTest
[junit] Running org.apache.jute.UtilsTest in thread 1
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.074 sec, Thread: 1, Class: org.apache.jute.UtilsTest
[junit] Running org.apache.jute.XmlInputArchiveTest in thread 1
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.169 sec, Thread: 1, Class: org.apache.jute.XmlInputArchiveTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
29.145 sec, Thread: 4, Class: org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
342.843 sec, Thread: 2, Class: org.apache.zookeeper.test.NioNettySuiteTest
[j

[jira] [Commented] (ZOOKEEPER-1752) Download area contains obsolete releases

2019-03-03 Thread Sebb (JIRA)


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

Sebb commented on ZOOKEEPER-1752:
-

Thanks.

I suggest removing previous release(s) once the announce message for the next 
release has been sent out.

> Download area contains obsolete releases
> 
>
> Key: ZOOKEEPER-1752
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1752
> Project: ZooKeeper
>  Issue Type: Bug
>Reporter: Sebb
>Assignee: Patrick Hunt
>Priority: Major
>
> The download area under http://www.apache.org/dist/zookeeper/ contains 
> several superseded releases.
> It is important that only the latest release of each currently maintained 
> product line is stored on the main ASF mirrors. Links to older releases can 
> be provided on download pages, but the links should be to the ASF archive 
> server http://archive.apache.org/dist/zookeeper/
> See http://www.apache.org/dev/release.html#when-to-archive



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


[jira] [Resolved] (ZOOKEEPER-1752) Download area contains obsolete releases

2019-03-03 Thread Patrick Hunt (JIRA)


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

Patrick Hunt resolved ZOOKEEPER-1752.
-
Resolution: Fixed

> Download area contains obsolete releases
> 
>
> Key: ZOOKEEPER-1752
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1752
> Project: ZooKeeper
>  Issue Type: Bug
>Reporter: Sebb
>Assignee: Patrick Hunt
>Priority: Major
>
> The download area under http://www.apache.org/dist/zookeeper/ contains 
> several superseded releases.
> It is important that only the latest release of each currently maintained 
> product line is stored on the main ASF mirrors. Links to older releases can 
> be provided on download pages, but the links should be to the ASF archive 
> server http://archive.apache.org/dist/zookeeper/
> See http://www.apache.org/dev/release.html#when-to-archive



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


[jira] [Commented] (ZOOKEEPER-1752) Download area contains obsolete releases

2019-03-03 Thread Patrick Hunt (JIRA)


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

Patrick Hunt commented on ZOOKEEPER-1752:
-

I suspect people are nervous about removing them during the release process 
itself. I just cleaned them up and updated the release documentation to make it 
more clear that the old versions are still available on the archive. Thanks for 
the ping Sebb.

> Download area contains obsolete releases
> 
>
> Key: ZOOKEEPER-1752
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1752
> Project: ZooKeeper
>  Issue Type: Bug
>Reporter: Sebb
>Assignee: Patrick Hunt
>Priority: Major
>
> The download area under http://www.apache.org/dist/zookeeper/ contains 
> several superseded releases.
> It is important that only the latest release of each currently maintained 
> product line is stored on the main ASF mirrors. Links to older releases can 
> be provided on download pages, but the links should be to the ASF archive 
> server http://archive.apache.org/dist/zookeeper/
> See http://www.apache.org/dev/release.html#when-to-archive



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


Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 4

2019-03-03 Thread Patrick Hunt
-1 - "spotbugs-annotations-3.1.9.jar" is still being distributed in the lib
directory. (I highlighted this in my comments on RC3 as well)

Regards,

Patrick

On Wed, Feb 27, 2019 at 8:48 AM Andor Molnar  wrote:

> This is a bugfix release candidate for 3.4.14. It fixes 8 issues, mostly
> build / unit tests issues,
> dependency updates flagged by OWASP, NPE and a name resolution problem.
> Among these it also supports
> experimental Maven build and Markdown based documentation generation.
>
> The full release notes is available at:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587
>
> *** Please download, test and vote by February 24th 2019, 23:59 UTC+0. ***
>
> Source files:
> https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc4/
>
> Maven staging repo:
>
> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/
>
> The release candidate tag in git to be voted upon: release-3.4.14-rc4
>
> 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?
>
> Regards,
> Andor
>
>
>


[GitHub] [zookeeper] phunt commented on a change in pull request #787: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1

2019-03-03 Thread GitBox
phunt commented on a change in pull request #787: ZOOKEEPER-3253: client should 
not send requests with cxid=-4, -2, or -1
URL: https://github.com/apache/zookeeper/pull/787#discussion_r261877616
 
 

 ##
 File path: 
zookeeper-server/src/test/java/org/apache/zookeeper/test/ClientTest.java
 ##
 @@ -868,4 +870,37 @@ public void testTryWithResources() throws Exception {
 
 Assert.assertFalse(zooKeeper.getState().isAlive());
 }
+
+@Test
+public void testCXidRollover() throws Exception {
+TestableZooKeeper zk = null;
+try {
+zk = createClient();
+zk.setXid(Integer.MAX_VALUE - 10);
+
+zk.create("/testnode", "".getBytes(), Ids.OPEN_ACL_UNSAFE,
+CreateMode.PERSISTENT);
+for (int i = 0; i < 20; ++i) {
+final CountDownLatch latch = new CountDownLatch(1);
+final AtomicInteger rc = new AtomicInteger(0);
+zk.setData("/testnode", "".getBytes(), -1,
+new AsyncCallback.StatCallback() {
+@Override
+public void processResult(int retcode, String path, 
Object ctx, Stat stat) {
+rc.set(retcode);
+latch.countDown();
+}
+}, null);
+Assert.assertTrue("setData should complete within 5s",
+latch.await(5, TimeUnit.SECONDS));
 
 Review comment:
   this is generally an anti-pattern in the tests and leads to flakey tests. 
e.g. we can see on some test environments that are oversubscribed. I'd suggest 
something very large, e.g. 30 seconds or just using the session timeout.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Assigned] (ZOOKEEPER-3253) client should not send requests with cxid=-4, -2, or -1

2019-03-03 Thread Patrick Hunt (JIRA)


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

Patrick Hunt reassigned ZOOKEEPER-3253:
---

Assignee: Samuel Just

> client should not send requests with cxid=-4, -2, or -1
> ---
>
> Key: ZOOKEEPER-3253
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3253
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: java client
>Affects Versions: 3.4.9, 3.5.4, 3.6.0
>Reporter: Samuel Just
>Assignee: Samuel Just
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 3.6.0
>
>   Original Estimate: 48h
>  Time Spent: 4h 10m
>  Remaining Estimate: 43h 50m
>
> Once the cxid value increments to -4, the client will interpret the response 
> as an auth packet rather than as a response to a request and will 
> transparently drop the response and the request will hang.  Similarly, -2 
> will be seen as a ping and will be dropped hanging the request.  -1 shows up 
> as a WatcherEvent and results in the error below.
>  
> {quote}2019-01-07T21:58:23.209+00:00 [INFO ] 
> [main-SendThread(mnds1-2-phx.ops.sfdc.net:2181)] [ClientCnxn.java:1381] [:] - 
> Session establishment complete on server 
> mnds1-2-phx.ops.sfdc.net/10.246.244.71:2181, sessionid = 0x267859729d66320, 
> negotiated timeout = 1
>  2019-01-07T21:58:22.281+00:00 20190107215822.281000 [WARN ] 
> [main-SendThread(mnds1-3-phx.ops.sfdc.net:2181)] [ClientCnxn.java:1235] [:] - 
> Session 0x267859729d66320 for server 
> mnds1-3-phx.ops.sfdc.net/10.246.244.69:2181, unexpected error, closing socket 
> connection and attempting reconnect
>  java.io.IOException: Unreasonable length = 892612659
>  at 
> org.apache.jute.BinaryInputArchive.checkLength(BinaryInputArchive.java:127) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at org.apache.jute.BinaryInputArchive.readString(BinaryInputArchive.java:81) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at org.apache.zookeeper.proto.WatcherEvent.deserialize(WatcherEvent.java:66) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at 
> org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:839) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at 
> org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:101) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at 
> org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:363)
>  
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
>  at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214) 
> ~[zookeeper-3.5.3-beta.jar:3.5.3-beta-8ce24f9e675cbefffb8f21a47e06b42864475a60]
> {quote}
>  



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


ZooKeeper_branch34_openjdk7 - Build # 2228 - Failure

2019-03-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/2228/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 48.90 KB...]
[junit] Running org.apache.zookeeper.test.SaslAuthFailNotifyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.605 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.56 sec
[junit] Running org.apache.zookeeper.test.SaslClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.074 sec
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.544 sec
[junit] Running org.apache.zookeeper.test.SessionTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
10.742 sec
[junit] Running org.apache.zookeeper.test.SessionTimeoutTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.765 sec
[junit] Running org.apache.zookeeper.test.StandaloneTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.88 sec
[junit] Running org.apache.zookeeper.test.StatTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.836 sec
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.938 sec
[junit] Running org.apache.zookeeper.test.SyncCallTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.721 sec
[junit] Running org.apache.zookeeper.test.TruncateTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
7.394 sec
[junit] Running org.apache.zookeeper.test.UpgradeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.124 sec
[junit] Running org.apache.zookeeper.test.WatchedEventTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.075 sec
[junit] Running org.apache.zookeeper.test.WatcherFuncTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.158 sec
[junit] Running org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
29.756 sec
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
7.989 sec
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.66 sec
[junit] Running org.apache.jute.BinaryInputArchiveTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.08 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk7/build.xml:1424:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk7/build.xml:1427:
 Tests failed!

Total time: 46 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Recording test results
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/



###
## 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.