ZooKeeper-trunk-WinVS2008 - Build # 2385 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/2385/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 93 lines...]
[ivy:retrieve]  found org.slf4j#slf4j-api;1.7.5 in maven2
[ivy:retrieve]  found org.slf4j#slf4j-log4j12;1.7.5 in maven2
[ivy:retrieve]  found commons-cli#commons-cli;1.2 in maven2
[ivy:retrieve]  found log4j#log4j;1.2.17 in maven2
[ivy:retrieve]  found io.netty#netty;3.10.5.Final in maven2
[ivy:retrieve]  found net.java.dev.javacc#javacc;5.0 in maven2
[ivy:retrieve] :: resolution report :: resolve 396ms :: artifacts dl 21ms
-
|  |modules||   artifacts   |
|   conf   | number| search|dwnlded|evicted|| number|dwnlded|
-
|  default |   16  |   0   |   0   |   0   ||   16  |   0   |
-
[ivy:retrieve] :: retrieving :: org.apache.zookeeper#zookeeper
[ivy:retrieve]  confs: [default]
[ivy:retrieve]  16 artifacts copied, 0 already retrieved (4635kB/69ms)

generate_jute_parser:
[mkdir] Created dir: 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\build\jute_compiler\org\apache\jute\compiler\generated
[ivy:artifactproperty] DEPRECATED: 'ivy.conf.file' is deprecated, use 
'ivy.settings.file' instead
[ivy:artifactproperty] :: loading settings :: file = 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\ivysettings.xml
 [move] Moving 1 file to 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\build\lib
   [javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
   [javacc] (type "javacc" with no arguments for help)
   [javacc] Reading from file 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\src\java\main\org\apache\jute\compiler\generated\rcc.jj
 . . .
   [javacc] File "TokenMgrError.java" does not exist.  Will create one.
   [javacc] File "ParseException.java" does not exist.  Will create one.
   [javacc] File "Token.java" does not exist.  Will create one.
   [javacc] File "SimpleCharStream.java" does not exist.  Will create one.
   [javacc] Parser generated successfully.

jute:
[javac] Compiling 39 source files to 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
[javac] 1 warning

compile_jute_uptodate:

compile_jute:
[mkdir] Created dir: 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\src\java\generated
[mkdir] Created dir: 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\src\c\generated
 [java] ../../zookeeper.jute Parsed Successfully
 [java] ../../zookeeper.jute Parsed Successfully
[touch] Creating 
f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008\src\java\generated\.generated

BUILD SUCCESSFUL
Total time: 5 seconds
[ZooKeeper-trunk-WinVS2008] $ cmd /c call 
C:\Users\jenkins\AppData\Local\Temp\1\hudson2097574118320564438.bat

f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008>set 
ZOOKEEPER_HOME=f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008 

f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008>msbuild 
src/c/zookeeper.sln /p:Configuration=Release 
'msbuild' is not recognized as an internal or external command,
operable program or batch file.

f:\jenkins\jenkins-slave\workspace\ZooKeeper-trunk-WinVS2008>exit 9009 
Build step 'Execute Windows batch command' marked build as failure
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
No tests ran.

[jira] [Commented] (ZOOKEEPER-1467) Server principal on client side is derived using hostname.

2016-12-29 Thread Rajesh Chandramohan (JIRA)

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

Rajesh Chandramohan commented on ZOOKEEPER-1467:


In case of Hiverserver2 , Where do we specify 
zookeeper.sasl.client.username=hadoop ?

I tried updating in hive-site.xml it doesn't seem to respecting that.  
Workaround was updating zookeeperservers jaas.cfg but that doesn't look optimum 
in prod env.
so Adding jaas.cfg in hiveserver2 home will help ?

> Server principal on client side is derived using hostname.
> --
>
> Key: ZOOKEEPER-1467
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1467
> Project: ZooKeeper
>  Issue Type: Bug
>  Components: java client
>Affects Versions: 3.4.3, 3.4.4, 3.5.0, 4.0.0
>Reporter: Laxman
>Assignee: Eugene Koontz
>Priority: Critical
>  Labels: Security, client, kerberos, sasl
> Fix For: 3.5.3, 3.6.0
>
> Attachments: ZOOKEEPER-1467.patch, ZOOKEEPER-1467.patch
>
>
> Server principal on client side is derived using hostname.
> org.apache.zookeeper.ClientCnxn.SendThread.startConnect()
> {code}
>try {
> zooKeeperSaslClient = new 
> ZooKeeperSaslClient("zookeeper/"+addr.getHostName());
> }
> {code}
> This may have problems when admin wanted some customized principals like 
> zookeeper/cluste...@hadoop.com where clusterid is the cluster identifier but 
> not the host name.
> IMO, server principal also should be configurable as hadoop is doing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


ZooKeeper_branch34_jdk7 - Build # 1346 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1346/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 234749 lines...]
[junit] 2016-12-30 02:39:37,882 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@219] - 
NIOServerCnxn factory exited run method
[junit] 2016-12-30 02:39:37,882 [myid:] - INFO  [main:ZooKeeperServer@497] 
- shutting down
[junit] 2016-12-30 02:39:37,882 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-30 02:39:37,883 [myid:] - INFO  
[main:SessionTrackerImpl@225] - Shutting down
[junit] 2016-12-30 02:39:37,883 [myid:] - INFO  
[main:PrepRequestProcessor@765] - Shutting down
[junit] 2016-12-30 02:39:37,883 [myid:] - INFO  
[main:SyncRequestProcessor@208] - Shutting down
[junit] 2016-12-30 02:39:37,883 [myid:] - INFO  [ProcessThread(sid:0 
cport:11221)::PrepRequestProcessor@143] - PrepRequestProcessor exited loop!
[junit] 2016-12-30 02:39:37,884 [myid:] - INFO  
[SyncThread:0:SyncRequestProcessor@186] - SyncRequestProcessor exited!
[junit] 2016-12-30 02:39:37,884 [myid:] - INFO  
[main:FinalRequestProcessor@402] - shutdown of request processor complete
[junit] 2016-12-30 02:39:37,884 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-30 02:39:37,885 [myid:] - INFO  [main:JMXEnv@147] - 
ensureOnly:[]
[junit] 2016-12-30 02:39:37,886 [myid:] - INFO  [main:ClientBase@445] - 
STARTING server
[junit] 2016-12-30 02:39:37,887 [myid:] - INFO  [main:ClientBase@366] - 
CREATING server instance 127.0.0.1:11221
[junit] 2016-12-30 02:39:37,887 [myid:] - INFO  
[main:NIOServerCnxnFactory@89] - binding to port 0.0.0.0/0.0.0.0:11221
[junit] 2016-12-30 02:39:37,887 [myid:] - INFO  [main:ClientBase@341] - 
STARTING server instance 127.0.0.1:11221
[junit] 2016-12-30 02:39:37,888 [myid:] - INFO  [main:ZooKeeperServer@173] 
- Created server with tickTime 3000 minSessionTimeout 6000 maxSessionTimeout 
6 datadir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build/test/tmp/test3828160686941058721.junit.dir/version-2
 snapdir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk7/build/test/tmp/test3828160686941058721.junit.dir/version-2
[junit] 2016-12-30 02:39:37,893 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-30 02:39:37,893 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-30 02:39:37,893 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@192] - 
Accepted socket connection from /127.0.0.1:51533
[junit] 2016-12-30 02:39:37,894 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxn@827] - Processing 
stat command from /127.0.0.1:51533
[junit] 2016-12-30 02:39:37,894 [myid:] - INFO  
[Thread-4:NIOServerCnxn$StatCommand@663] - Stat command output
[junit] 2016-12-30 02:39:37,895 [myid:] - INFO  
[Thread-4:NIOServerCnxn@1008] - Closed socket connection for client 
/127.0.0.1:51533 (no session established for client)
[junit] 2016-12-30 02:39:37,895 [myid:] - INFO  [main:JMXEnv@230] - 
ensureParent:[InMemoryDataTree, StandaloneServer_port]
[junit] 2016-12-30 02:39:37,897 [myid:] - INFO  [main:JMXEnv@247] - 
expect:InMemoryDataTree
[junit] 2016-12-30 02:39:37,898 [myid:] - INFO  [main:JMXEnv@251] - 
found:InMemoryDataTree 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221,name1=InMemoryDataTree
[junit] 2016-12-30 02:39:37,898 [myid:] - INFO  [main:JMXEnv@247] - 
expect:StandaloneServer_port
[junit] 2016-12-30 02:39:37,898 [myid:] - INFO  [main:JMXEnv@251] - 
found:StandaloneServer_port 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221
[junit] 2016-12-30 02:39:37,899 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@58] - Memory used 32679
[junit] 2016-12-30 02:39:37,899 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@63] - Number of threads 20
[junit] 2016-12-30 02:39:37,899 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@78] - FINISHED TEST METHOD testQuota
[junit] 2016-12-30 02:39:37,899 [myid:] - INFO  [main:ClientBase@522] - 
tearDown starting
[junit] 2016-12-30 02:39:37,964 [myid:] - INFO  [main:ZooKeeper@684] - 
Session: 0x1594d98d0f1 closed
[junit] 2016-12-30 02:39:37,964 [myid:] - INFO  [main:ClientBase@492] - 
STOPPING server
[junit] 2016-12-30 02:39:37,965 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@519] - EventThread shut down for 
session: 0x1594d98d0f1
[junit] 2016-12-30 02:39:37,965

ZooKeeper_branch34 - Build # 1775 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/1775/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 241352 lines...]
[junit] 2016-12-30 00:19:38,159 [myid:] - INFO  [main:ZooKeeperServer@497] 
- shutting down
[junit] 2016-12-30 00:19:38,159 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-30 00:19:38,160 [myid:] - INFO  
[main:SessionTrackerImpl@225] - Shutting down
[junit] 2016-12-30 00:19:38,160 [myid:] - INFO  
[main:PrepRequestProcessor@765] - Shutting down
[junit] 2016-12-30 00:19:38,160 [myid:] - INFO  
[main:SyncRequestProcessor@208] - Shutting down
[junit] 2016-12-30 00:19:38,160 [myid:] - INFO  [ProcessThread(sid:0 
cport:11221)::PrepRequestProcessor@143] - PrepRequestProcessor exited loop!
[junit] 2016-12-30 00:19:38,160 [myid:] - INFO  
[SyncThread:0:SyncRequestProcessor@186] - SyncRequestProcessor exited!
[junit] 2016-12-30 00:19:38,161 [myid:] - INFO  
[main:FinalRequestProcessor@402] - shutdown of request processor complete
[junit] 2016-12-30 00:19:38,161 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-30 00:19:38,162 [myid:] - INFO  [main:JMXEnv@147] - 
ensureOnly:[]
[junit] 2016-12-30 00:19:38,164 [myid:] - INFO  [main:ClientBase@445] - 
STARTING server
[junit] 2016-12-30 00:19:38,164 [myid:] - INFO  [main:ClientBase@366] - 
CREATING server instance 127.0.0.1:11221
[junit] 2016-12-30 00:19:38,164 [myid:] - INFO  
[main:NIOServerCnxnFactory@89] - binding to port 0.0.0.0/0.0.0.0:11221
[junit] 2016-12-30 00:19:38,165 [myid:] - INFO  [main:ClientBase@341] - 
STARTING server instance 127.0.0.1:11221
[junit] 2016-12-30 00:19:38,165 [myid:] - INFO  [main:ZooKeeperServer@173] 
- Created server with tickTime 3000 minSessionTimeout 6000 maxSessionTimeout 
6 datadir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34/build/test/tmp/test1680795920917153356.junit.dir/version-2
 snapdir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34/build/test/tmp/test1680795920917153356.junit.dir/version-2
[junit] 2016-12-30 00:19:38,169 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-30 00:19:38,169 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-30 00:19:38,170 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@192] - 
Accepted socket connection from /127.0.0.1:48289
[junit] 2016-12-30 00:19:38,170 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxn@827] - Processing 
stat command from /127.0.0.1:48289
[junit] 2016-12-30 00:19:38,170 [myid:] - INFO  
[Thread-4:NIOServerCnxn$StatCommand@663] - Stat command output
[junit] 2016-12-30 00:19:38,171 [myid:] - INFO  
[Thread-4:NIOServerCnxn@1008] - Closed socket connection for client 
/127.0.0.1:48289 (no session established for client)
[junit] 2016-12-30 00:19:38,171 [myid:] - INFO  [main:JMXEnv@230] - 
ensureParent:[InMemoryDataTree, StandaloneServer_port]
[junit] 2016-12-30 00:19:38,173 [myid:] - INFO  [main:JMXEnv@247] - 
expect:InMemoryDataTree
[junit] 2016-12-30 00:19:38,173 [myid:] - INFO  [main:JMXEnv@251] - 
found:InMemoryDataTree 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221,name1=InMemoryDataTree
[junit] 2016-12-30 00:19:38,174 [myid:] - INFO  [main:JMXEnv@247] - 
expect:StandaloneServer_port
[junit] 2016-12-30 00:19:38,174 [myid:] - INFO  [main:JMXEnv@251] - 
found:StandaloneServer_port 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221
[junit] 2016-12-30 00:19:38,174 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@58] - Memory used 32685
[junit] 2016-12-30 00:19:38,175 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@63] - Number of threads 20
[junit] 2016-12-30 00:19:38,175 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@78] - FINISHED TEST METHOD testQuota
[junit] 2016-12-30 00:19:38,175 [myid:] - INFO  [main:ClientBase@522] - 
tearDown starting
[junit] 2016-12-30 00:19:38,246 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@519] - EventThread shut down for 
session: 0x1594d18a593
[junit] 2016-12-30 00:19:38,246 [myid:] - INFO  [main:ZooKeeper@684] - 
Session: 0x1594d18a593 closed
[junit] 2016-12-30 00:19:38,247 [myid:] - INFO  [main:ClientBase@492] - 
STOPPING server
[junit] 2016-12-30 00:19:38,247 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@219] - 
NIOServerCnxn factory exited run method
[junit] 2016-12-30 00:19:38,247 [myid:] - INFO

[jira] [Commented] (ZOOKEEPER-2257) Make zookeeper server principal configurable at zookeeper client side

2016-12-29 Thread Rajesh Chandramohan (JIRA)

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

Rajesh Chandramohan commented on ZOOKEEPER-2257:


We have a related issue, Where our Zookeeper service is running as 
hadoop/hostname principle. But ZkClient default use server principle as 
zookeeper/hostname@REALM . How do we change to use hadoop/hostname@REALM  ?

> Make zookeeper server principal configurable at zookeeper client side
> -
>
> Key: ZOOKEEPER-2257
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2257
> Project: ZooKeeper
>  Issue Type: Improvement
>Reporter: Arshad Mohammad
>Assignee: Arshad Mohammad
>
> Currently Zookeeper client expects zookeeper server's principal to be in the 
> form of zookeeper.sasl.client.username/server-ip  for example 
> zookeeper/192.162.1.100. 
> But this may not always be the case server principal can be some thing like 
> zookeeper/hadoop.foo.com
> It would be better if we can make server principal configurable.
> Current Code:
> {code}
> String principalUserName = System.getProperty(ZK_SASL_CLIENT_USERNAME, 
> "zookeeper");
> zooKeeperSaslClient = new ZooKeeperSaslClient(principalUserName + "/" + 
> addr.getHostString());
> {code}
> Proposed Code:
> {code}
> String serverPrincipal = System.getProperty("zookeeper.server.principal");
> if (null != serverPrincipal) {
> zooKeeperSaslClient = new ZooKeeperSaslClient(serverPrincipal);
> } else {
> String principalUserName = System.getProperty(ZK_SASL_CLIENT_USERNAME, 
> "zookeeper");
> zooKeeperSaslClient = new ZooKeeperSaslClient(principalUserName + "/" + 
> addr.getHostString());
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


ZooKeeper_branch34_jdk8 - Build # 823 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/823/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 243143 lines...]
[junit] 2016-12-29 22:56:51,575 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@219] - 
NIOServerCnxn factory exited run method
[junit] 2016-12-29 22:56:51,575 [myid:] - INFO  [main:ZooKeeperServer@497] 
- shutting down
[junit] 2016-12-29 22:56:51,575 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 22:56:51,576 [myid:] - INFO  
[main:SessionTrackerImpl@225] - Shutting down
[junit] 2016-12-29 22:56:51,576 [myid:] - INFO  
[main:PrepRequestProcessor@765] - Shutting down
[junit] 2016-12-29 22:56:51,576 [myid:] - INFO  
[main:SyncRequestProcessor@208] - Shutting down
[junit] 2016-12-29 22:56:51,576 [myid:] - INFO  [ProcessThread(sid:0 
cport:11221)::PrepRequestProcessor@143] - PrepRequestProcessor exited loop!
[junit] 2016-12-29 22:56:51,576 [myid:] - INFO  
[SyncThread:0:SyncRequestProcessor@186] - SyncRequestProcessor exited!
[junit] 2016-12-29 22:56:51,577 [myid:] - INFO  
[main:FinalRequestProcessor@402] - shutdown of request processor complete
[junit] 2016-12-29 22:56:51,577 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-29 22:56:51,578 [myid:] - INFO  [main:JMXEnv@147] - 
ensureOnly:[]
[junit] 2016-12-29 22:56:51,579 [myid:] - INFO  [main:ClientBase@445] - 
STARTING server
[junit] 2016-12-29 22:56:51,580 [myid:] - INFO  [main:ClientBase@366] - 
CREATING server instance 127.0.0.1:11221
[junit] 2016-12-29 22:56:51,580 [myid:] - INFO  
[main:NIOServerCnxnFactory@89] - binding to port 0.0.0.0/0.0.0.0:11221
[junit] 2016-12-29 22:56:51,580 [myid:] - INFO  [main:ClientBase@341] - 
STARTING server instance 127.0.0.1:11221
[junit] 2016-12-29 22:56:51,581 [myid:] - INFO  [main:ZooKeeperServer@173] 
- Created server with tickTime 3000 minSessionTimeout 6000 maxSessionTimeout 
6 datadir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build/test/tmp/test4004475708578611639.junit.dir/version-2
 snapdir 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build/test/tmp/test4004475708578611639.junit.dir/version-2
[junit] 2016-12-29 22:56:51,584 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 22:56:51,584 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-29 22:56:51,585 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@192] - 
Accepted socket connection from /127.0.0.1:50426
[junit] 2016-12-29 22:56:51,585 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxn@827] - Processing 
stat command from /127.0.0.1:50426
[junit] 2016-12-29 22:56:51,586 [myid:] - INFO  
[Thread-4:NIOServerCnxn$StatCommand@663] - Stat command output
[junit] 2016-12-29 22:56:51,586 [myid:] - INFO  
[Thread-4:NIOServerCnxn@1008] - Closed socket connection for client 
/127.0.0.1:50426 (no session established for client)
[junit] 2016-12-29 22:56:51,586 [myid:] - INFO  [main:JMXEnv@230] - 
ensureParent:[InMemoryDataTree, StandaloneServer_port]
[junit] 2016-12-29 22:56:51,588 [myid:] - INFO  [main:JMXEnv@247] - 
expect:InMemoryDataTree
[junit] 2016-12-29 22:56:51,588 [myid:] - INFO  [main:JMXEnv@251] - 
found:InMemoryDataTree 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221,name1=InMemoryDataTree
[junit] 2016-12-29 22:56:51,589 [myid:] - INFO  [main:JMXEnv@247] - 
expect:StandaloneServer_port
[junit] 2016-12-29 22:56:51,589 [myid:] - INFO  [main:JMXEnv@251] - 
found:StandaloneServer_port 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221
[junit] 2016-12-29 22:56:51,589 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@58] - Memory used 33644
[junit] 2016-12-29 22:56:51,589 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@63] - Number of threads 20
[junit] 2016-12-29 22:56:51,590 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@78] - FINISHED TEST METHOD testQuota
[junit] 2016-12-29 22:56:51,590 [myid:] - INFO  [main:ClientBase@522] - 
tearDown starting
[junit] 2016-12-29 22:56:51,657 [myid:] - INFO  [main:ZooKeeper@684] - 
Session: 0x1594cccdcdd closed
[junit] 2016-12-29 22:56:51,657 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@519] - EventThread shut down for 
session: 0x1594cccdcdd
[junit] 2016-12-29 22:56:51,657 [myid:] - INFO  [main:ClientBase@492] - 
STOPPING server
[junit] 2016-12-29 22:56:51,658 

ZooKeeper-trunk-openjdk7 - Build # 1300 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1300/

###
## LAST 60 LINES OF THE CONSOLE 
###
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H17 (ubuntu) in workspace 
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/zookeeper.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.apache.org/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 085a7ab4efe04e566e952af1123e98eda609bd1b 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 085a7ab4efe04e566e952af1123e98eda609bd1b
 > git rev-list 085a7ab4efe04e566e952af1123e98eda609bd1b # timeout=10
No emails were triggered.
[ZooKeeper-trunk-openjdk7] $ /home/jenkins/tools/ant/latest/bin/ant 
-Dtest.output=yes -Dtest.junit.threads=8 -Dtest.junit.output.format=xml 
-Djavac.target=1.7 clean test-core-java
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/lib/jvm/java-7-openjdk-amd64//bin/java
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
No tests ran.

ZooKeeper_branch35_solaris - Build # 374 - Failure

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_solaris/374/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 120691 lines...]
[junit] 2016-12-29 16:55:25,053 [myid:] - INFO  
[HammerThread-0:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@d392d3
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-7:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@97d818
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-8:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@1107e52
[junit] 2016-12-29 16:55:25,054 [myid:] - INFO  
[HammerThread-6:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@10d144e
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-10:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@51001e
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-11:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@343545
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-12:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@11a0d43
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-14:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@103d6a5
[junit] 2016-12-29 16:55:25,056 [myid:127.0.0.1:11251] - INFO  
[HammerThread-1-SendThread(127.0.0.1:11251):ClientCnxn$SendThread@1113] - 
Opening socket connection to server 127.0.0.1/127.0.0.1:11251. Will not attempt 
to authenticate using SASL (unknown error)
[junit] 2016-12-29 16:55:25,054 [myid:] - INFO  
[HammerThread-4:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@a8120f
[junit] 2016-12-29 16:55:25,056 [myid:127.0.0.1:11249] - INFO  
[HammerThread-11-SendThread(127.0.0.1:11249):ClientCnxn$SendThread@1113] - 
Opening socket connection to server 127.0.0.1/127.0.0.1:11249. Will not attempt 
to authenticate using SASL (unknown error)
[junit] 2016-12-29 16:55:25,054 [myid:] - INFO  
[HammerThread-5:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@164240
[junit] 2016-12-29 16:55:25,053 [myid:] - INFO  
[HammerThread-3:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@1cbc124
[junit] 2016-12-29 16:55:25,056 [myid:] - INFO  
[NIOServerCxnFactory.AcceptThread:/127.0.0.1:11251:NIOServerCnxnFactory$AcceptThread@296]
 - Accepted socket connection from /127.0.0.1:64218
[junit] 2016-12-29 16:55:25,056 [myid:127.0.0.1:11251] - INFO  
[HammerThread-1-SendThread(127.0.0.1:11251):ClientCnxn$SendThread@948] - Socket 
connection established, initiating session, client: null, server: null
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-13:ZooKeeper@853] - Initiating client connection, 
connectString=127.0.0.1:11249,127.0.0.1:11250,127.0.0.1:11251,127.0.0.1:11252,127.0.0.1:11253
 sessionTimeout=3 
watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@e08e48
[junit] 2016-12-29 16:55:25,055 [myid:] - INFO  
[HammerThread-9:ZooKeeper@853] - Initiating client connection, 
connectString=127.0

[GitHub] zookeeper issue #73: practise git

2016-12-29 Thread eribeiro
Github user eribeiro commented on the issue:

https://github.com/apache/zookeeper/pull/73
  
@fpj @phunt @hanm FYI: you have to ask INFRA to close a batch of PRs. The 
rationale is that GH mirror repo is read-only so either the PR creator close 
it, INFRA close it, or anyone can create a new PR with comments "Fixes 
" or "Closes ", one for each PR to be closed, even if 
this new PR has *nothing* to do with the changes of the new PR. More details 
here:


http://mail-archives.apache.org/mod_mbox/zookeeper-dev/201612.mbox/%3CCAC%3D%3DnPTH2Bz%2BYgE2VUtkg_CTaK94zNrug%3DmXEfkeeq4k22a_FA%40mail.gmail.com%3E


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zookeeper issue #74: ServerConfig#parse(String[]) parse params has problems

2016-12-29 Thread eribeiro
Github user eribeiro commented on the issue:

https://github.com/apache/zookeeper/pull/74
  
This issue was solved by https://github.com/apache/zookeeper/pull/125 so 
this PR can be closed

PS: @hanm and @fpj and @phunt, afaik, you have to ask INFRA to close it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


ZooKeeper_branch34_openjdk7 - Build # 1327 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1327/

###
## LAST 60 LINES OF THE CONSOLE 
###
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H13 (ubuntu) in workspace 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_openjdk7
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/zookeeper.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from git://git.apache.org/zookeeper.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.apache.org/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.4^{commit} # timeout=10
Checking out Revision c8cc54c7271327aef19f75039472e3250cae63ea 
(refs/remotes/origin/branch-3.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8cc54c7271327aef19f75039472e3250cae63ea
 > git rev-list c8cc54c7271327aef19f75039472e3250cae63ea # timeout=10
No emails were triggered.
[ZooKeeper_branch34_openjdk7] $ /home/jenkins/tools/ant/latest/bin/ant 
-Dtest.output=yes -Dtest.junit.threads=8 -Dtest.junit.output.format=xml 
-Djavac.target=1.7 clean test-core-java
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/lib/jvm/java-7-openjdk-amd64//bin/java
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
No tests ran.

ZooKeeper_branch34_solaris - Build # 1410 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_solaris/1410/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 186833 lines...]
[junit] 2016-12-29 13:57:41,035 [myid:] - INFO  [main:JMXEnv@147] - 
ensureOnly:[]
[junit] 2016-12-29 13:57:41,036 [myid:] - INFO  [main:ClientBase@445] - 
STARTING server
[junit] 2016-12-29 13:57:41,036 [myid:] - INFO  [main:ClientBase@366] - 
CREATING server instance 127.0.0.1:11221
[junit] 2016-12-29 13:57:41,037 [myid:] - INFO  
[main:NIOServerCnxnFactory@89] - binding to port 0.0.0.0/0.0.0.0:11221
[junit] 2016-12-29 13:57:41,037 [myid:] - INFO  [main:ClientBase@341] - 
STARTING server instance 127.0.0.1:11221
[junit] 2016-12-29 13:57:41,037 [myid:] - INFO  [main:ZooKeeperServer@173] 
- Created server with tickTime 3000 minSessionTimeout 6000 maxSessionTimeout 
6 datadir 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper_branch34_solaris/build/test/tmp/test678211195396249452.junit.dir/version-2
 snapdir 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper_branch34_solaris/build/test/tmp/test678211195396249452.junit.dir/version-2
[junit] 2016-12-29 13:57:41,040 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 13:57:41,040 [myid:] - INFO  
[main:FourLetterWordMain@62] - connecting to 127.0.0.1 11221
[junit] 2016-12-29 13:57:41,041 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@192] - 
Accepted socket connection from /127.0.0.1:59366
[junit] 2016-12-29 13:57:41,041 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxn@827] - Processing 
stat command from /127.0.0.1:59366
[junit] 2016-12-29 13:57:41,041 [myid:] - INFO  
[Thread-5:NIOServerCnxn$StatCommand@663] - Stat command output
[junit] 2016-12-29 13:57:41,042 [myid:] - INFO  
[Thread-5:NIOServerCnxn@1008] - Closed socket connection for client 
/127.0.0.1:59366 (no session established for client)
[junit] 2016-12-29 13:57:41,042 [myid:] - INFO  [main:JMXEnv@230] - 
ensureParent:[InMemoryDataTree, StandaloneServer_port]
[junit] 2016-12-29 13:57:41,043 [myid:] - INFO  [main:JMXEnv@247] - 
expect:InMemoryDataTree
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  [main:JMXEnv@251] - 
found:InMemoryDataTree 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221,name1=InMemoryDataTree
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  [main:JMXEnv@247] - 
expect:StandaloneServer_port
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  [main:JMXEnv@251] - 
found:StandaloneServer_port 
org.apache.ZooKeeperService:name0=StandaloneServer_port11221
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@58] - Memory used 8947
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@63] - Number of threads 20
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@78] - FINISHED TEST METHOD testQuota
[junit] 2016-12-29 13:57:41,044 [myid:] - INFO  [main:ClientBase@522] - 
tearDown starting
[junit] 2016-12-29 13:57:42,001 [myid:] - INFO  
[SessionTracker:SessionTrackerImpl@162] - SessionTrackerImpl exited loop!
[junit] 2016-12-29 13:57:42,001 [myid:] - INFO  
[SessionTracker:SessionTrackerImpl@162] - SessionTrackerImpl exited loop!
[junit] 2016-12-29 13:57:42,112 [myid:] - INFO  [main:ZooKeeper@684] - 
Session: 0x1594adf29ff closed
[junit] 2016-12-29 13:57:42,112 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@519] - EventThread shut down for 
session: 0x1594adf29ff
[junit] 2016-12-29 13:57:42,112 [myid:] - INFO  [main:ClientBase@492] - 
STOPPING server
[junit] 2016-12-29 13:57:42,113 [myid:] - WARN  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@213] - 
Ignoring unexpected runtime exception
[junit] java.nio.channels.CancelledKeyException
[junit] at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
[junit] at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:69)
[junit] at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:182)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] 2016-12-29 13:57:42,113 [myid:] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11221:NIOServerCnxnFactory@219] - 
NIOServerCnxn factory exited run method
[junit] 2016-12-29 13:57:42,114 [myid:] - INFO  [main:ZooKeeperServer@497] 
- shutting down
[junit] 2016-12-29 13:57:42,114 [myid:] - ERROR [main:ZooKeeperServer@472] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state cha

[GitHub] zookeeper issue #139: EndOfStreamException: Unable to read additional data f...

2016-12-29 Thread eribeiro
Github user eribeiro commented on the issue:

https://github.com/apache/zookeeper/pull/139
  
Hi @lester015,

Sorry, but your PR is invalid. It tries to merge branch-3.4 into master and 
so includes *a lot* of unrelated commits (definitely a no-no operation). It's 
hard to see what your code contributions were in the mid of hundreds of 
unrelated changes. I would _strongly_ suggest that you:

   1) close this PR (it's invalid in the current form).

   2) post your problem on u...@zookeeper.org mailing list (need to 
subscribe first). Depending on the answer follow steps 2 and 3 below. See 
https://zookeeper.apache.org/lists.html

   3) open an issue at jira: issues.apache.org/jira/browse/ZOOKEEPER

   4) submit your fix as a PR here based on a new branch named 
'ZOOKEEPER-'  that is based and targeting the branch you want to 
fix (branch-3.4, or branch-3.5, or master).

Best regards!



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


ZooKeeper_branch35_jdk8 - Build # 356 - Failure

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/356/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 478200 lines...]
[junit] 2016-12-29 12:12:40,961 [myid:] - INFO  [main:ClientBase@543] - 
tearDown starting
[junit] 2016-12-29 12:12:40,961 [myid:] - INFO  [main:ClientBase@513] - 
STOPPING server
[junit] 2016-12-29 12:12:40,961 [myid:] - INFO  
[main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:30317
[junit] 2016-12-29 12:12:40,963 [myid:] - INFO  [main:ZooKeeperServer@533] 
- shutting down
[junit] 2016-12-29 12:12:40,964 [myid:] - ERROR [main:ZooKeeperServer@505] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 12:12:40,964 [myid:] - INFO  
[main:SessionTrackerImpl@232] - Shutting down
[junit] 2016-12-29 12:12:40,964 [myid:] - INFO  
[main:PrepRequestProcessor@974] - Shutting down
[junit] 2016-12-29 12:12:40,964 [myid:] - INFO  
[main:SyncRequestProcessor@191] - Shutting down
[junit] 2016-12-29 12:12:40,964 [myid:] - INFO  [ProcessThread(sid:0 
cport:30317)::PrepRequestProcessor@154] - PrepRequestProcessor exited loop!
[junit] 2016-12-29 12:12:40,964 [myid:] - INFO  
[SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
[junit] 2016-12-29 12:12:40,966 [myid:] - INFO  
[main:FinalRequestProcessor@479] - shutdown of request processor complete
[junit] 2016-12-29 12:12:40,967 [myid:] - INFO  [main:MBeanRegistry@128] - 
Unregister MBean 
[org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=InMemoryDataTree]
[junit] 2016-12-29 12:12:40,967 [myid:] - INFO  [main:MBeanRegistry@128] - 
Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317]
[junit] 2016-12-29 12:12:40,969 [myid:] - INFO  
[main:FourLetterWordMain@85] - connecting to 127.0.0.1 30317
[junit] 2016-12-29 12:12:40,969 [myid:] - INFO  [main:JMXEnv@146] - 
ensureOnly:[]
[junit] 2016-12-29 12:12:40,974 [myid:] - INFO  [main:ClientBase@568] - 
fdcount after test is: 1464 at start it was 1464
[junit] 2016-12-29 12:12:40,974 [myid:] - INFO  [main:ZKTestCase$1@65] - 
SUCCEEDED testWatcherAutoResetWithLocal
[junit] 2016-12-29 12:12:40,974 [myid:] - INFO  [main:ZKTestCase$1@60] - 
FINISHED testWatcherAutoResetWithLocal
[junit] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
447.244 sec, Thread: 8, Class: org.apache.zookeeper.test.NettyNettySuiteTest
[junit] 2016-12-29 12:12:41,242 [myid:127.0.0.1:30073] - INFO  
[main-SendThread(127.0.0.1:30073):ClientCnxn$SendThread@1113] - Opening socket 
connection to server 127.0.0.1/127.0.0.1:30073. Will not attempt to 
authenticate using SASL (unknown error)
[junit] 2016-12-29 12:12:41,243 [myid:] - INFO  [New I/O boss 
#18:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
[junit] java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:30073
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
[junit] at 
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
[junit] at 
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
[junit] at 
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
[junit] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-12-29 12:12:41,243 [myid:] - WARN  [New I/O boss 
#18:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 
0xfc736741] EXCEPTION: java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:30073
[junit] java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:30073
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
[junit] at 
org.jb

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

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/878/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 464607 lines...]
[junit] java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:24687
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
[junit] at 
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
[junit] at 
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
[junit] at 
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
[junit] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-12-29 12:00:49,449 [myid:] - INFO  [New I/O boss 
#66:ClientCnxnSocketNetty@208] - channel is told closing
[junit] 2016-12-29 12:00:49,449 [myid:127.0.0.1:24687] - INFO  
[main-SendThread(127.0.0.1:24687):ClientCnxn$SendThread@1231] - channel for 
sessionid 0x101de211cd9 is lost, closing socket connection and attempting 
reconnect
[junit] 2016-12-29 12:00:49,516 [myid:127.0.0.1:24811] - INFO  
[main-SendThread(127.0.0.1:24811):ClientCnxn$SendThread@1113] - Opening socket 
connection to server 127.0.0.1/127.0.0.1:24811. Will not attempt to 
authenticate using SASL (unknown error)
[junit] 2016-12-29 12:00:49,517 [myid:] - INFO  [New I/O boss 
#:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
[junit] java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:24811
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
[junit] at 
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
[junit] at 
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
[junit] at 
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
[junit] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-12-29 12:00:49,521 [myid:] - WARN  [New I/O boss 
#:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 
0x4924436a] EXCEPTION: java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:24811
[junit] java.net.ConnectException: Connection refused: 
127.0.0.1/127.0.0.1:24811
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
[junit] at 
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
[junit] at 
org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
[junit] at 
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
[junit] at 
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
[junit] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-12-29 12:00:49,521 [myid:]

Failed: ZOOKEEPER- PreCommit Build #174

2016-12-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/174/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 890 lines...]
warning: Cannot merge binary files: docs/zookeeperAdmin.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/recipes.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/linkmap.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/javaExample.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/index.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/bookkeeperStream.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/bookkeeperStarted.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/bookkeeperProgrammer.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/bookkeeperOverview.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)
warning: Cannot merge binary files: docs/bookkeeperConfig.pdf (HEAD vs. 
c8cc54c7271327aef19f75039472e3250cae63ea)

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:587)
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to H7(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249)
at com.sun.proxy.$Proxy90.merge(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:438)
at 
com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:107)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:984)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1087)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
[description-setter] Could not determine description.
Putting comment on the pull request
Email was triggered for: Failure - Any
Sending email fo

[GitHub] zookeeper pull request #139: EndOfStreamException: Unable to read additional...

2016-12-29 Thread lester015
GitHub user lester015 opened a pull request:

https://github.com/apache/zookeeper/pull/139

EndOfStreamException: Unable to read additional data from client sessionid 
0x25947fe0b1e0014, likely client has closed socket

Dear teams,
 Recently,I using the storm send the index to ES which coordination 
 with Zookeeper-3.4.6. the storm connect the zk cluster  was successfully. when 
I submit the topology and I found the exception in zookeeper.out as fallows:

EndOfStreamException: Unable to read additional data from client sessionid 
0x35947fdfeef0002, likely client has closed socket
at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
at java.lang.Thread.run(Thread.java:745)
2016-12-29 10:37:21,727 [myid:3] - INFO  
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1007] - Closed socket 
connection for client /x.x.x.x:48834 which had sessionid 0x35947fdfeef0002
2016-12-29 10:37:40,001 [myid:3] - INFO  
[SessionTracker:ZooKeeperServer@347] - Expiring session 0x35947fdfeef0002, 
timeout of 2ms exceeded


Best Regards,
Levi




You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/zookeeper branch-3.4

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zookeeper/pull/139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #139


commit 3e8141d7f4a59a55f0789573bdb69b08f0d964f7
Author: Mahadev Konar 
Date:   2012-09-30T17:49:02Z

Preparing for release 3.4.5

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1392086 
13f79535-47bb-0310-9956-ffa450edef68

commit 8841d5e343864a8c6cc6b80843bfd1c77ab2c14b
Author: Mahadev Konar 
Date:   2012-09-30T17:52:02Z

Preparing for 3.4.5 - take 2

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1392089 
13f79535-47bb-0310-9956-ffa450edef68

commit 6682c8c66d9d6e67e0d3e76ac6d6d970c2ce95db
Author: Patrick D. Hunt 
Date:   2012-10-31T18:42:18Z

ZOOKEEPER-1560 Zookeeper client hangs on creation of large nodes (Skye 
Wanderman-Milne via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1404289 
13f79535-47bb-0310-9956-ffa450edef68

commit 70ce681e3a5e281b43d1f9e9322debaa51123df4
Author: Mahadev Konar 
Date:   2012-11-05T07:34:29Z

Preparing for release 3.4.5

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1405703 
13f79535-47bb-0310-9956-ffa450edef68

commit 1bfa4c32be7eeda081024616b53bed5229d65c63
Author: Patrick D. Hunt 
Date:   2012-11-28T07:44:33Z

ZOOKEEPER-1474. Cannot build Zookeeper with IBM Java: use of Sun MXBean 
classes (Adalberto Medeiros via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1414567 
13f79535-47bb-0310-9956-ffa450edef68

commit b87749ab29e0d37d97f7c7dd8e916a94cb2e845a
Author: Patrick D. Hunt 
Date:   2012-12-11T07:45:09Z

ZOOKEEPER-1564. Allow JUnit test build with IBM Java (Paulo Ricardo Paz 
Vital via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420022 
13f79535-47bb-0310-9956-ffa450edef68

commit b3892c673120e7fd8859f6d2c5f4d67d581ef658
Author: Patrick D. Hunt 
Date:   2012-12-11T08:19:42Z

ZOOKEEPER-1596. Zab1_0Test should ensure that the file is closed (Enis 
Soztutar via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420030 
13f79535-47bb-0310-9956-ffa450edef68

commit c50168a1ccd4396db05b781c36ee3a497a6ca370
Author: Patrick D. Hunt 
Date:   2012-12-12T06:51:38Z

ZOOKEEPER-1513. "Unreasonable length" exception while starting a server 
(Skye W-M via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420540 
13f79535-47bb-0310-9956-ffa450edef68

commit 6d7f3e08238e47fe2b66764ccee9c74deec99da9
Author: Patrick D. Hunt 
Date:   2012-12-12T06:58:55Z

ZOOKEEPER-1581. change copyright in notice to 2012 (breed via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420544 
13f79535-47bb-0310-9956-ffa450edef68

commit 8f2bc0523ce0638de19cbc3cb6ba1d2ae7b46cf4
Author: Patrick D. Hunt 
Date:   2012-12-12T07:21:00Z

ZOOKEEPER-1598. Ability to support more digits in the version string (Raja 
Aluri via phunt)

git-svn-id: 
https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420548 
13f79535-47bb-0310-9956-ffa450edef68

commit ba0a4eee5c5c7f9e54d4c2d15d918f15d2ad24cd
Author: Patrick D. Hunt 
Date:   2012-12-12T07:39:44Z

ZOOKEEPER-753. log4j dependency in the pom needs to have exclusion lists 
(Sean Busbey via phunt)

git-svn-

[jira] [Created] (ZOOKEEPER-2657) Using zookeeper without SASL causes error logging

2016-12-29 Thread Aseem Bansal (JIRA)
Aseem Bansal created ZOOKEEPER-2657:
---

 Summary: Using zookeeper without SASL causes error logging
 Key: ZOOKEEPER-2657
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2657
 Project: ZooKeeper
  Issue Type: Improvement
Affects Versions: 3.4.6
Reporter: Aseem Bansal


We are using Kafka which uses zookeeper. But we are not using SASL. So we keep 
on getting 

{noformat}
CRITICAL: Found 32 lines (limit=1/1): (1) 2016-12-16 07:02:14.780 [INFO ] [r] 
org.apache.zookeeper.ClientCnxn [] - Opening socket connection to server 
10.0.1.47/10.0.1.47:2181. Will not attempt to authenticate using SASL (unknown 
error)
{noformat}

Found http://stackoverflow.com/a/26532778/2235567

Looked and found this based on the above 
https://svn.apache.org/repos/asf/zookeeper/trunk/src/java/main/org/apache/zookeeper/client/ZooKeeperSaslClient.java

Searched for "Will not attempt to authenticate using SASL" and found the 
"unknown error".

Can the message be changed so that the word error is not there as it is not 
really an error?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


ZooKeeper_branch35_openjdk7 - Build # 351 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/351/

###
## LAST 60 LINES OF THE CONSOLE 
###
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H16 (ubuntu) in workspace 
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/zookeeper.git # timeout=10
Fetching upstream changes from git://git.apache.org/zookeeper.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > git://git.apache.org/zookeeper.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-3.5^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-3.5^{commit} # timeout=10
Checking out Revision 0295aec68b31a4e1d3d6ba076e7509957947b8a0 
(refs/remotes/origin/branch-3.5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0295aec68b31a4e1d3d6ba076e7509957947b8a0
 > git rev-list 0295aec68b31a4e1d3d6ba076e7509957947b8a0 # timeout=10
No emails were triggered.
[ZooKeeper_branch35_openjdk7] $ /home/jenkins/tools/ant/latest/bin/ant 
-Dtest.output=yes -Dtest.junit.threads=8 -Dtest.junit.output.format=xml 
-Djavac.target=1.7 clean test-core-java
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/lib/jvm/java-7-openjdk-amd64//bin/java
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
No tests ran.

ZooKeeper_branch35_jdk7 - Build # 786 - Failure

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/786/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 468698 lines...]
[junit] at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
[junit] 2016-12-29 08:48:27,918 [myid:127.0.0.1:30073] - INFO  
[main-SendThread(127.0.0.1:30073):ClientCnxn$SendThread@1113] - Opening socket 
connection to server 127.0.0.1/127.0.0.1:30073. Will not attempt to 
authenticate using SASL (unknown error)
[junit] 2016-12-29 08:48:27,919 [myid:127.0.0.1:30073] - WARN  
[main-SendThread(127.0.0.1:30073):ClientCnxn$SendThread@1235] - Session 
0x1017617e165 for server 127.0.0.1/127.0.0.1:30073, unexpected error, 
closing socket connection and attempting reconnect
[junit] java.net.ConnectException: Connection refused
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
[junit] at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
[junit] at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
[junit] 2016-12-29 08:48:27,993 [myid:] - INFO  
[SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
[junit] 2016-12-29 08:48:28,208 [myid:127.0.0.1:30194] - INFO  
[main-SendThread(127.0.0.1:30194):ClientCnxn$SendThread@1113] - Opening socket 
connection to server 127.0.0.1/127.0.0.1:30194. Will not attempt to 
authenticate using SASL (unknown error)
[junit] 2016-12-29 08:48:28,208 [myid:127.0.0.1:30194] - WARN  
[main-SendThread(127.0.0.1:30194):ClientCnxn$SendThread@1235] - Session 
0x101761b9cbc for server 127.0.0.1/127.0.0.1:30194, unexpected error, 
closing socket connection and attempting reconnect
[junit] java.net.ConnectException: Connection refused
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
[junit] at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
[junit] at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
[junit] 2016-12-29 08:48:28,257 [myid:] - INFO  [ProcessThread(sid:0 
cport:30317)::PrepRequestProcessor@656] - Processed session termination for 
sessionid: 0x101761eee74
[junit] 2016-12-29 08:48:28,258 [myid:] - INFO  
[SyncThread:0:MBeanRegistry@128] - Unregister MBean 
[org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=Connections,name2=127.0.0.1,name3=0x101761eee74]
[junit] 2016-12-29 08:48:28,258 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for 
session: 0x101761eee74
[junit] 2016-12-29 08:48:28,259 [myid:] - INFO  [main:ZooKeeper@1311] - 
Session: 0x101761eee74 closed
[junit] 2016-12-29 08:48:28,259 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 189133
[junit] 2016-12-29 08:48:28,259 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 1644
[junit] 2016-12-29 08:48:28,259 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD 
testWatcherAutoResetWithLocal
[junit] 2016-12-29 08:48:28,260 [myid:] - INFO  [main:ClientBase@543] - 
tearDown starting
[junit] 2016-12-29 08:48:28,260 [myid:] - INFO  [main:ClientBase@513] - 
STOPPING server
[junit] 2016-12-29 08:48:28,260 [myid:] - INFO  
[main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:30317
[junit] 2016-12-29 08:48:28,272 [myid:] - INFO  [main:ZooKeeperServer@533] 
- shutting down
[junit] 2016-12-29 08:48:28,272 [myid:] - ERROR [main:ZooKeeperServer@505] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 08:48:28,273 [myid:] - INFO  
[main:SessionTrackerImpl@232] - Shutting down
[junit] 2016-12-29 08:48:28,273 [myid:] - INFO  
[main:PrepRequestProcessor@974] - Shutting down
[junit] 2016-12-29 08:48:28,273 [myid:] - INFO  
[main:SyncRequestProcessor@191] - Shutting down
[junit] 2016-12-29 08:48:28,273 [myid:] - INFO  
[SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
[junit] 2016-12-29 08:48:28,273 [myid:] - INFO  
[main:FinalRequestProcessor@479] - shutdown of request processor complete
[junit] 2016-12-29 08:48:28,274 [myid:] - INFO  [main:MBeanRegistry@128] - 
Unregister MBean 
[org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=InMemoryDataTree]
[junit] 2016-12-29 08:48:28,274 [myid:] - INFO  [main:MBeanRegistry@128] - 
Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317]
[junit] 2016-12-29 08:48:28,295 [myid:] - INF

ZooKeeper-trunk-solaris - Build # 1443 - Still Failing

2016-12-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1443/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 473719 lines...]
[junit] 2016-12-29 08:47:22,395 [myid:] - INFO  [main:ClientBase@386] - 
CREATING server instance 127.0.0.1:11222
[junit] 2016-12-29 08:47:22,395 [myid:] - INFO  
[main:NIOServerCnxnFactory@673] - Configuring NIO connection handler with 10s 
sessionless connection timeout, 2 selector thread(s), 16 worker threads, and 64 
kB direct buffers.
[junit] 2016-12-29 08:47:22,396 [myid:] - INFO  
[main:NIOServerCnxnFactory@686] - binding to port 0.0.0.0/0.0.0.0:11222
[junit] 2016-12-29 08:47:22,396 [myid:] - INFO  [main:ClientBase@361] - 
STARTING server instance 127.0.0.1:11222
[junit] 2016-12-29 08:47:22,397 [myid:] - INFO  [main:ZooKeeperServer@894] 
- minSessionTimeout set to 6000
[junit] 2016-12-29 08:47:22,397 [myid:] - INFO  [main:ZooKeeperServer@903] 
- maxSessionTimeout set to 6
[junit] 2016-12-29 08:47:22,397 [myid:] - INFO  [main:ZooKeeperServer@160] 
- Created server with tickTime 3000 minSessionTimeout 6000 maxSessionTimeout 
6 datadir 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper-trunk-solaris/build/test/tmp/test8701715795551851225.junit.dir/version-2
 snapdir 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper-trunk-solaris/build/test/tmp/test8701715795551851225.junit.dir/version-2
[junit] 2016-12-29 08:47:22,401 [myid:] - INFO  [main:FileSnap@83] - 
Reading snapshot 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper-trunk-solaris/build/test/tmp/test8701715795551851225.junit.dir/version-2/snapshot.b
[junit] 2016-12-29 08:47:22,403 [myid:] - INFO  [main:FileTxnSnapLog@306] - 
Snapshotting: 0xb to 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ZooKeeper-trunk-solaris/build/test/tmp/test8701715795551851225.junit.dir/version-2/snapshot.b
[junit] 2016-12-29 08:47:22,404 [myid:] - ERROR [main:ZooKeeperServer@506] 
- ZKShutdownHandler is not registered, so ZooKeeper server won't take any 
action on ERROR or SHUTDOWN server state changes
[junit] 2016-12-29 08:47:22,404 [myid:] - INFO  
[main:FourLetterWordMain@85] - connecting to 127.0.0.1 11222
[junit] 2016-12-29 08:47:22,405 [myid:] - INFO  
[NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:11222:NIOServerCnxnFactory$AcceptThread@296]
 - Accepted socket connection from /127.0.0.1:50402
[junit] 2016-12-29 08:47:22,405 [myid:] - INFO  
[NIOWorkerThread-1:NIOServerCnxn@485] - Processing stat command from 
/127.0.0.1:50402
[junit] 2016-12-29 08:47:22,406 [myid:] - INFO  
[NIOWorkerThread-1:StatCommand@49] - Stat command output
[junit] 2016-12-29 08:47:22,406 [myid:] - INFO  
[NIOWorkerThread-1:NIOServerCnxn@614] - Closed socket connection for client 
/127.0.0.1:50402 (no session established for client)
[junit] 2016-12-29 08:47:22,406 [myid:] - INFO  [main:JMXEnv@228] - 
ensureParent:[InMemoryDataTree, StandaloneServer_port]
[junit] 2016-12-29 08:47:22,408 [myid:] - INFO  [main:JMXEnv@245] - 
expect:InMemoryDataTree
[junit] 2016-12-29 08:47:22,408 [myid:] - INFO  [main:JMXEnv@249] - 
found:InMemoryDataTree 
org.apache.ZooKeeperService:name0=StandaloneServer_port11222,name1=InMemoryDataTree
[junit] 2016-12-29 08:47:22,408 [myid:] - INFO  [main:JMXEnv@245] - 
expect:StandaloneServer_port
[junit] 2016-12-29 08:47:22,408 [myid:] - INFO  [main:JMXEnv@249] - 
found:StandaloneServer_port 
org.apache.ZooKeeperService:name0=StandaloneServer_port11222
[junit] 2016-12-29 08:47:22,408 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 17821
[junit] 2016-12-29 08:47:22,409 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 24
[junit] 2016-12-29 08:47:22,409 [myid:] - INFO  
[main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD 
testQuota
[junit] 2016-12-29 08:47:22,409 [myid:] - INFO  [main:ClientBase@543] - 
tearDown starting
[junit] 2016-12-29 08:47:22,437 [myid:] - INFO  [main:ZooKeeper@1313] - 
Session: 0x125c6bcc6e9 closed
[junit] 2016-12-29 08:47:22,437 [myid:] - INFO  
[main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for 
session: 0x125c6bcc6e9
[junit] 2016-12-29 08:47:22,437 [myid:] - INFO  [main:ClientBase@513] - 
STOPPING server
[junit] 2016-12-29 08:47:22,438 [myid:] - INFO  
[ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - 
ConnnectionExpirerThread interrupted
[junit] 2016-12-29 08:47:22,445 [myid:] - INFO  
[NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] 
- selector thread exitted run method
[junit] 2016-12-29 08:47:22,445 [myid:] - INFO  
[NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] 
- selecto