You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/02/17 21:52:15 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 996 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/996/

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:61856/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:61856/collection1
	at __randomizedtesting.SeedInfo.seed([F109C778571A3EB0:70EF496020455E8C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:412)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:889)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:334)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 47 more




Build Log:
[...truncated 8859 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T930 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T930 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZkTest-1361133456037
[junit4:junit4]   2> 8 T930 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T931 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T931 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T931 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T931 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T931 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T931 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T930 oasc.ZkTestServer.run start zk server on port:18943
[junit4:junit4]   2> 109 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6dbc0a9c
[junit4:junit4]   2> 110 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T936 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T936 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 111 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44399
[junit4:junit4]   2> 111 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44399
[junit4:junit4]   2> 112 T934 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 139 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0000 with negotiated timeout 10000 for client /140.211.11.196:44399
[junit4:junit4]   2> 139 T936 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0000, negotiated timeout = 10000
[junit4:junit4]   2> 140 T937 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6dbc0a9c name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 140 T930 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 158 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0000
[junit4:junit4]   2> 159 T937 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 159 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44399 which had sessionid 0x13ce9e04aab0000
[junit4:junit4]   2> 159 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0000 closed
[junit4:junit4]   2> 159 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a97b352
[junit4:junit4]   2> 160 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 160 T938 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 161 T938 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 161 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11721
[junit4:junit4]   2> 161 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11721
[junit4:junit4]   2> 162 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0001 with negotiated timeout 10000 for client /140.211.11.196:11721
[junit4:junit4]   2> 162 T938 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0001, negotiated timeout = 10000
[junit4:junit4]   2> 162 T939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a97b352 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 163 T930 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 172 T930 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 175 T930 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 183 T930 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 186 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 187 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 201 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 203 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 309 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 310 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 315 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 315 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 320 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 320 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 324 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 325 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 329 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 330 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 335 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 335 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 340 T930 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 340 T930 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 344 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0001
[junit4:junit4]   2> 345 T939 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 345 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11721 which had sessionid 0x13ce9e04aab0001
[junit4:junit4]   2> 345 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0001 closed
[junit4:junit4]   2> 470 T930 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 475 T930 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:25869
[junit4:junit4]   2> 476 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 476 T930 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 476 T930 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376
[junit4:junit4]   2> 477 T930 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/solr.xml
[junit4:junit4]   2> 477 T930 oasc.CoreContainer.<init> New CoreContainer 627232818
[junit4:junit4]   2> 477 T930 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/'
[junit4:junit4]   2> 478 T930 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/'
[junit4:junit4]   2> 522 T930 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 525 T930 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 525 T930 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 525 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 542 T930 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 556 T930 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18943/solr
[junit4:junit4]   2> 569 T930 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 569 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4456a1a0
[junit4:junit4]   2> 570 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 570 T949 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 571 T949 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 571 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:54973
[junit4:junit4]   2> 572 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:54973
[junit4:junit4]   2> 575 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0002 with negotiated timeout 20000 for client /140.211.11.196:54973
[junit4:junit4]   2> 575 T949 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0002, negotiated timeout = 20000
[junit4:junit4]   2> 575 T950 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4456a1a0 name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 575 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 577 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0002
[junit4:junit4]   2> 586 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:54973 which had sessionid 0x13ce9e04aab0002
[junit4:junit4]   2> 586 T950 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 586 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0002 closed
[junit4:junit4]   2> 590 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 602 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@34a2a834
[junit4:junit4]   2> 603 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 603 T951 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 604 T951 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 604 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:13446
[junit4:junit4]   2> 604 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:13446
[junit4:junit4]   2> 606 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0003 with negotiated timeout 20000 for client /140.211.11.196:13446
[junit4:junit4]   2> 606 T951 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0003, negotiated timeout = 20000
[junit4:junit4]   2> 606 T952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34a2a834 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 607 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 610 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 618 T930 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 622 T930 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25869_
[junit4:junit4]   2> 622 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:25869_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:25869_
[junit4:junit4]   2> 658 T930 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25869_
[junit4:junit4]   2> 664 T930 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 678 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 679 T930 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 684 T930 oasc.Overseer.start Overseer (id=89203242175234051-127.0.0.1:25869_-n_0000000000) starting
[junit4:junit4]   2> 685 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 693 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 695 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 703 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 705 T954 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 706 T930 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 711 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 721 T953 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 727 T955 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/collection1
[junit4:junit4]   2> 728 T955 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 729 T955 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 729 T955 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 731 T955 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/collection1/'
[junit4:junit4]   2> 733 T955 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 733 T955 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/collection1/lib/README' to classloader
[junit4:junit4]   2> 819 T955 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 879 T955 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 981 T955 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 987 T955 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1650 T955 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1664 T955 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1668 T955 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1688 T955 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1693 T955 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1698 T955 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1700 T955 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1702 T955 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1361133456376/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/
[junit4:junit4]   2> 1702 T955 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c01def
[junit4:junit4]   2> 1703 T955 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1744 T955 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data forceNew:false
[junit4:junit4]   2> 1745 T955 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data
[junit4:junit4]   2> 1745 T955 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index/
[junit4:junit4]   2> 1746 T955 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1747 T955 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index forceNew:false
[junit4:junit4]   2> 1753 T955 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@354b0673; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1754 T955 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1755 T955 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index
[junit4:junit4]   2> 1757 T955 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1757 T955 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1758 T955 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1758 T955 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1760 T955 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1760 T955 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1775 T955 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1782 T955 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data
[junit4:junit4]   2> 1784 T955 oass.SolrIndexSearcher.<init> Opening Searcher@28ce814f main
[junit4:junit4]   2> 1785 T955 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1785 T955 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1789 T956 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28ce814f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1790 T955 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1790 T955 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1791 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2230 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2231 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:25869_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25869"}
[junit4:junit4]   2> 2231 T953 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2237 T953 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2237 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2259 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2804 T955 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2804 T955 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:25869 collection:control_collection shard:shard1
[junit4:junit4]   2> 2811 T955 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 2826 T955 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2885 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2907 T955 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2908 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2956 T955 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2957 T955 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2957 T955 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:25869/collection1/
[junit4:junit4]   2> 2957 T955 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2957 T955 oasc.SyncStrategy.syncToMe http://127.0.0.1:25869/collection1/ has no replicas
[junit4:junit4]   2> 2957 T955 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:25869/collection1/
[junit4:junit4]   2> 2958 T955 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2964 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3765 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3793 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3820 T955 oasc.ZkController.register We are http://127.0.0.1:25869/collection1/ and leader is http://127.0.0.1:25869/collection1/
[junit4:junit4]   2> 3820 T955 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:25869
[junit4:junit4]   2> 3820 T955 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3820 T955 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3821 T955 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3823 T955 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3824 T930 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3825 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3825 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3838 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3844 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@130df129
[junit4:junit4]   2> 3845 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3845 T957 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3846 T957 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 3846 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19687
[junit4:junit4]   2> 3847 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19687
[junit4:junit4]   2> 3848 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0004 with negotiated timeout 10000 for client /140.211.11.196:19687
[junit4:junit4]   2> 3848 T957 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0004, negotiated timeout = 10000
[junit4:junit4]   2> 3848 T958 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130df129 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3848 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3850 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3852 T930 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4045 T930 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4048 T930 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:30753
[junit4:junit4]   2> 4049 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4049 T930 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4050 T930 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883
[junit4:junit4]   2> 4050 T930 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/solr.xml
[junit4:junit4]   2> 4051 T930 oasc.CoreContainer.<init> New CoreContainer 229340588
[junit4:junit4]   2> 4052 T930 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/'
[junit4:junit4]   2> 4052 T930 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/'
[junit4:junit4]   2> 4113 T930 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4114 T930 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4115 T930 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4115 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4116 T930 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4116 T930 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4118 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4142 T930 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4165 T930 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18943/solr
[junit4:junit4]   2> 4165 T930 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4166 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@46ae6cee
[junit4:junit4]   2> 4167 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4167 T968 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4168 T968 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 4168 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:60471
[junit4:junit4]   2> 4169 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:60471
[junit4:junit4]   2> 4171 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0005 with negotiated timeout 20000 for client /140.211.11.196:60471
[junit4:junit4]   2> 4171 T968 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0005, negotiated timeout = 20000
[junit4:junit4]   2> 4171 T969 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46ae6cee name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4171 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4173 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0005
[junit4:junit4]   2> 4187 T969 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4187 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:60471 which had sessionid 0x13ce9e04aab0005
[junit4:junit4]   2> 4187 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0005 closed
[junit4:junit4]   2> 4188 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4201 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@28b336b7
[junit4:junit4]   2> 4202 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4203 T970 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4203 T970 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 4203 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:25604
[junit4:junit4]   2> 4204 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:25604
[junit4:junit4]   2> 4205 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0006 with negotiated timeout 20000 for client /140.211.11.196:25604
[junit4:junit4]   2> 4205 T970 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0006, negotiated timeout = 20000
[junit4:junit4]   2> 4206 T971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28b336b7 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4206 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4207 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4209 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4211 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5216 T930 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:30753_
[junit4:junit4]   2> 5217 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:30753_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:30753_
[junit4:junit4]   2> 5219 T930 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:30753_
[junit4:junit4]   2> 5262 T952 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5262 T958 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5262 T971 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5263 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5274 T972 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/collection1
[junit4:junit4]   2> 5274 T972 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5275 T972 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5275 T972 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5277 T972 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/collection1/'
[junit4:junit4]   2> 5278 T972 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5278 T972 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/collection1/lib/README' to classloader
[junit4:junit4]   2> 5308 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5310 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:25869_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25869"}
[junit4:junit4]   2> 5314 T972 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5317 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5317 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5317 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5356 T972 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5457 T972 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5462 T972 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5904 T972 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5912 T972 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5915 T972 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5935 T972 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5939 T972 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5944 T972 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5946 T972 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5948 T972 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1361133459883/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/
[junit4:junit4]   2> 5948 T972 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c01def
[junit4:junit4]   2> 5948 T972 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5949 T972 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1 forceNew:false
[junit4:junit4]   2> 5949 T972 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2> 5950 T972 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index/
[junit4:junit4]   2> 5950 T972 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5951 T972 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index forceNew:false
[junit4:junit4]   2> 5960 T972 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5961 T972 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5961 T972 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index
[junit4:junit4]   2> 5963 T972 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5963 T972 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5964 T972 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5964 T972 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5966 T972 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5966 T972 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5975 T972 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5979 T972 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2> 5981 T972 oass.SolrIndexSearcher.<init> Opening Searcher@6d3747fb main
[junit4:junit4]   2> 5982 T972 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5982 T972 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5986 T973 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d3747fb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5987 T972 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5987 T972 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6832 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6833 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:30753_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:30753"}
[junit4:junit4]   2> 6833 T953 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6834 T953 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6851 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6851 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6851 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6990 T972 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6990 T972 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:30753 collection:collection1 shard:shard1
[junit4:junit4]   2> 6991 T972 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7011 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7012 T972 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7013 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7022 T972 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7023 T972 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7023 T972 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:30753/collection1/
[junit4:junit4]   2> 7023 T972 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7023 T972 oasc.SyncStrategy.syncToMe http://127.0.0.1:30753/collection1/ has no replicas
[junit4:junit4]   2> 7023 T972 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:30753/collection1/
[junit4:junit4]   2> 7024 T972 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7029 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8359 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8395 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8395 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8395 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8416 T972 oasc.ZkController.register We are http://127.0.0.1:30753/collection1/ and leader is http://127.0.0.1:30753/collection1/
[junit4:junit4]   2> 8416 T972 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:30753
[junit4:junit4]   2> 8416 T972 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8416 T972 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8417 T972 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8419 T972 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8420 T930 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8421 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8422 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8600 T930 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8604 T930 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26471
[junit4:junit4]   2> 8604 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8605 T930 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8605 T930 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466
[junit4:junit4]   2> 8606 T930 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/solr.xml
[junit4:junit4]   2> 8606 T930 oasc.CoreContainer.<init> New CoreContainer 319288665
[junit4:junit4]   2> 8607 T930 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/'
[junit4:junit4]   2> 8607 T930 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/'
[junit4:junit4]   2> 8665 T930 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8666 T930 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8668 T930 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8668 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8669 T930 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8669 T930 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8670 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8690 T930 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8709 T930 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18943/solr
[junit4:junit4]   2> 8710 T930 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8710 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c946540
[junit4:junit4]   2> 8712 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8712 T983 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8713 T983 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 8713 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:42094
[junit4:junit4]   2> 8713 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:42094
[junit4:junit4]   2> 8717 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0007 with negotiated timeout 20000 for client /140.211.11.196:42094
[junit4:junit4]   2> 8717 T983 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0007, negotiated timeout = 20000
[junit4:junit4]   2> 8718 T984 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c946540 name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8718 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8720 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0007
[junit4:junit4]   2> 8733 T984 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8733 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:42094 which had sessionid 0x13ce9e04aab0007
[junit4:junit4]   2> 8733 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0007 closed
[junit4:junit4]   2> 8734 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8745 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ecb8b16
[junit4:junit4]   2> 8746 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8746 T985 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8747 T985 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 8747 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:31206
[junit4:junit4]   2> 8747 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:31206
[junit4:junit4]   2> 8749 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0008 with negotiated timeout 20000 for client /140.211.11.196:31206
[junit4:junit4]   2> 8749 T985 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0008, negotiated timeout = 20000
[junit4:junit4]   2> 8750 T986 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ecb8b16 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8750 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8751 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8753 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8761 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9766 T930 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26471_
[junit4:junit4]   2> 9767 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:26471_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:26471_
[junit4:junit4]   2> 9768 T930 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26471_
[junit4:junit4]   2> 9772 T971 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9772 T958 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9772 T952 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9772 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9772 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9772 T986 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9773 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9787 T987 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/collection1
[junit4:junit4]   2> 9787 T987 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9788 T987 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9788 T987 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9790 T987 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/collection1/'
[junit4:junit4]   2> 9791 T987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/collection1/lib/README' to classloader
[junit4:junit4]   2> 9791 T987 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9833 T987 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9882 T987 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9911 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9913 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:30753_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:30753"}
[junit4:junit4]   2> 9927 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9927 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9927 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9983 T987 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9983 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9988 T987 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10529 T987 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10538 T987 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10542 T987 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10559 T987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10564 T987 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10569 T987 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10570 T987 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10572 T987 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1361133464466/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/
[junit4:junit4]   2> 10572 T987 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c01def
[junit4:junit4]   2> 10573 T987 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10573 T987 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2 forceNew:false
[junit4:junit4]   2> 10574 T987 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 10574 T987 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index/
[junit4:junit4]   2> 10575 T987 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10575 T987 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index forceNew:false
[junit4:junit4]   2> 10581 T987 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@783babde; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10581 T987 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10582 T987 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index
[junit4:junit4]   2> 10584 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10584 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10585 T987 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10587 T987 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10587 T987 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10588 T987 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10600 T987 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10606 T987 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 10608 T987 oass.SolrIndexSearcher.<init> Opening Searcher@22138fcf main
[junit4:junit4]   2> 10609 T987 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10609 T987 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10614 T988 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22138fcf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10615 T987 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10615 T987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11435 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11436 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26471_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26471"}
[junit4:junit4]   2> 11436 T953 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11436 T953 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11443 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11443 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11443 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11443 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11618 T987 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11618 T987 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:26471 collection:collection1 shard:shard2
[junit4:junit4]   2> 11619 T987 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11640 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:delete cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11642 T987 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11642 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11654 T987 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11654 T987 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11654 T987 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:26471/collection1/
[junit4:junit4]   2> 11655 T987 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11655 T987 oasc.SyncStrategy.syncToMe http://127.0.0.1:26471/collection1/ has no replicas
[junit4:junit4]   2> 11655 T987 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:26471/collection1/
[junit4:junit4]   2> 11655 T987 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11661 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab0008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12960 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12986 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12986 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12987 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12987 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12998 T987 oasc.ZkController.register We are http://127.0.0.1:26471/collection1/ and leader is http://127.0.0.1:26471/collection1/
[junit4:junit4]   2> 12998 T987 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:26471
[junit4:junit4]   2> 12998 T987 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12998 T987 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12999 T987 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13001 T987 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13002 T930 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13003 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13003 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13199 T930 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13203 T930 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:34081
[junit4:junit4]   2> 13204 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13204 T930 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13205 T930 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050
[junit4:junit4]   2> 13205 T930 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/solr.xml
[junit4:junit4]   2> 13206 T930 oasc.CoreContainer.<init> New CoreContainer 2136710646
[junit4:junit4]   2> 13206 T930 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/'
[junit4:junit4]   2> 13207 T930 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/'
[junit4:junit4]   2> 13268 T930 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13269 T930 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13269 T930 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13270 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13270 T930 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13271 T930 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13271 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13272 T930 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13272 T930 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13273 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13294 T930 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13314 T930 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18943/solr
[junit4:junit4]   2> 13314 T930 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13315 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3753f072
[junit4:junit4]   2> 13316 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13317 T998 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13317 T998 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 13318 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11931
[junit4:junit4]   2> 13318 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11931
[junit4:junit4]   2> 13322 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab0009 with negotiated timeout 20000 for client /140.211.11.196:11931
[junit4:junit4]   2> 13322 T998 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab0009, negotiated timeout = 20000
[junit4:junit4]   2> 13322 T999 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3753f072 name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13323 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13324 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab0009
[junit4:junit4]   2> 13335 T999 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13335 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11931 which had sessionid 0x13ce9e04aab0009
[junit4:junit4]   2> 13334 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0009 closed
[junit4:junit4]   2> 13335 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13347 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ec0093c
[junit4:junit4]   2> 13348 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13348 T1000 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13349 T1000 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 13349 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:31604
[junit4:junit4]   2> 13349 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:31604
[junit4:junit4]   2> 13351 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab000a with negotiated timeout 20000 for client /140.211.11.196:31604
[junit4:junit4]   2> 13351 T1000 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab000a, negotiated timeout = 20000
[junit4:junit4]   2> 13351 T1001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ec0093c name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13352 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13352 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13354 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13363 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14367 T930 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34081_
[junit4:junit4]   2> 14368 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34081_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34081_
[junit4:junit4]   2> 14369 T930 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34081_
[junit4:junit4]   2> 14374 T1001 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14374 T986 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14374 T958 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14374 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14374 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14374 T971 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14374 T952 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14375 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14375 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14396 T1002 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1
[junit4:junit4]   2> 14397 T1002 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14397 T1002 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14398 T1002 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14399 T1002 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1/'
[junit4:junit4]   2> 14400 T1002 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14401 T1002 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1/lib/README' to classloader
[junit4:junit4]   2> 14443 T1002 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 14489 T1002 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14495 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14496 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26471_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26471"}
[junit4:junit4]   2> 14510 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14510 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14510 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14510 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14590 T1002 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14590 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14595 T1002 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15096 T1002 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15105 T1002 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15108 T1002 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15125 T1002 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15130 T1002 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15134 T1002 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15136 T1002 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15137 T1002 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/
[junit4:junit4]   2> 15138 T1002 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c01def
[junit4:junit4]   2> 15138 T1002 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15139 T1002 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3 forceNew:false
[junit4:junit4]   2> 15140 T1002 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 15140 T1002 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index/
[junit4:junit4]   2> 15140 T1002 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15141 T1002 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index forceNew:false
[junit4:junit4]   2> 15147 T1002 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c7ba9ed; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15147 T1002 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15148 T1002 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index
[junit4:junit4]   2> 15150 T1002 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15150 T1002 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15150 T1002 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15151 T1002 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15151 T1002 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15153 T1002 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15164 T1002 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15170 T1002 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 15172 T1002 oass.SolrIndexSearcher.<init> Opening Searcher@687a6088 main
[junit4:junit4]   2> 15172 T1002 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15173 T1002 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15176 T1003 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@687a6088 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15177 T1002 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15178 T1002 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16017 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16018 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34081_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34081"}
[junit4:junit4]   2> 16019 T953 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16019 T953 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16026 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16026 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16026 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16026 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16026 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16181 T1002 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16181 T1002 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34081 collection:collection1 shard:shard1
[junit4:junit4]   2> 16186 T1002 oasc.ZkController.register We are http://127.0.0.1:34081/collection1/ and leader is http://127.0.0.1:30753/collection1/
[junit4:junit4]   2> 16186 T1002 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34081
[junit4:junit4]   2> 16186 T1002 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16187 T1002 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C114 name=collection1 org.apache.solr.core.SolrCore@135aae8c url=http://127.0.0.1:34081/collection1 node=127.0.0.1:34081_ C114_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:34081_, base_url=http://127.0.0.1:34081}
[junit4:junit4]   2> 16195 T1004 C114 P34081 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16195 T1002 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16196 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16196 T1004 C114 P34081 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16196 T1004 C114 P34081 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16197 T930 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16198 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16198 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16199 T1004 C114 P34081 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16381 T930 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16384 T930 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:61856
[junit4:junit4]   2> 16384 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16385 T930 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16385 T930 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249
[junit4:junit4]   2> 16385 T930 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/solr.xml
[junit4:junit4]   2> 16386 T930 oasc.CoreContainer.<init> New CoreContainer 318825500
[junit4:junit4]   2> 16387 T930 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/'
[junit4:junit4]   2> 16387 T930 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/'
[junit4:junit4]   2> 16437 T930 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16437 T930 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16439 T930 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16439 T930 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16440 T930 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16440 T930 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16440 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16459 T930 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16476 T930 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:18943/solr
[junit4:junit4]   2> 16477 T930 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16477 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@8afb546
[junit4:junit4]   2> 16478 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16479 T1014 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16479 T1014 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 16479 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44670
[junit4:junit4]   2> 16480 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44670
[junit4:junit4]   2> 16482 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab000b with negotiated timeout 20000 for client /140.211.11.196:44670
[junit4:junit4]   2> 16482 T1014 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab000b, negotiated timeout = 20000
[junit4:junit4]   2> 16482 T1015 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8afb546 name:ZooKeeperConnection Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16482 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16484 T935 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13ce9e04aab000b
[junit4:junit4]   2> 16495 T932 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44670 which had sessionid 0x13ce9e04aab000b
[junit4:junit4]   2> 16495 T1015 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16495 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab000b closed
[junit4:junit4]   2> 16496 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16510 T930 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:18943/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@794dfd82
[junit4:junit4]   2> 16511 T930 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16512 T1016 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:18943. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16512 T1016 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:18943, initiating session
[junit4:junit4]   2> 16512 T932 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57720
[junit4:junit4]   2> 16513 T932 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57720
[junit4:junit4]   2> 16515 T934 oazs.ZooKeeperServer.finishSessionInit Established session 0x13ce9e04aab000c with negotiated timeout 20000 for client /140.211.11.196:57720
[junit4:junit4]   2> 16516 T1016 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:18943, sessionid = 0x13ce9e04aab000c, negotiated timeout = 20000
[junit4:junit4]   2> 16516 T1017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@794dfd82 name:ZooKeeperConnection Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16516 T930 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16517 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16519 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16527 T930 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17531 T930 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61856_
[junit4:junit4]   2> 17532 T935 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13ce9e04aab000c type:delete cxid:0x9 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:61856_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:61856_
[junit4:junit4]   2> 17533 T930 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61856_
[junit4:junit4]   2> 17538 T1001 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17538 T958 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17538 T971 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17538 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17539 T1017 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17539 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17539 T986 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17539 T952 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17539 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17539 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17539 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17549 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17550 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34081_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34081"}
[junit4:junit4]   2> 17556 T1018 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1
[junit4:junit4]   2> 17556 T1018 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17557 T1018 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17557 T1018 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17558 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17558 T1017 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17558 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17558 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17558 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17560 T1018 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1/'
[junit4:junit4]   2> 17561 T1018 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17562 T1018 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1/lib/README' to classloader
[junit4:junit4]   2> 17569 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17615 T1018 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 17679 T1018 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17780 T1018 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17787 T1018 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18403 T1018 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18411 T1018 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18414 T1018 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18431 T1018 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18435 T1018 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18440 T1018 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18442 T1018 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18443 T1018 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/
[junit4:junit4]   2> 18443 T1018 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c01def
[junit4:junit4]   2> 18444 T1018 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 18444 T1018 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4 forceNew:false
[junit4:junit4]   2> 18445 T1018 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 18445 T1018 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index/
[junit4:junit4]   2> 18445 T1018 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18446 T1018 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index forceNew:false
[junit4:junit4]   2> 18451 T1018 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e75795c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18451 T1018 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18452 T1018 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 18454 T1018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18454 T1018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18454 T1018 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18455 T1018 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18455 T1018 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18457 T1018 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18465 T1018 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18470 T1018 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 18471 T1018 oass.SolrIndexSearcher.<init> Opening Searcher@e2485d3 main
[junit4:junit4]   2> 18472 T1018 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18472 T1018 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18476 T1019 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e2485d3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18476 T1018 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18477 T1018 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19070 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19072 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:61856_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:61856"}
[junit4:junit4]   2> 19072 T953 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 19072 T953 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 19110 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19110 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19110 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19110 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19110 T1017 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19110 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19480 T1018 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 19480 T1018 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61856 collection:collection1 shard:shard2
[junit4:junit4]   2> 19485 T1018 oasc.ZkController.register We are http://127.0.0.1:61856/collection1/ and leader is http://127.0.0.1:26471/collection1/
[junit4:junit4]   2> 19485 T1018 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61856
[junit4:junit4]   2> 19485 T1018 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 19485 T1018 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@7012d282 url=http://127.0.0.1:61856/collection1 node=127.0.0.1:61856_ C115_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:61856_, base_url=http://127.0.0.1:61856}
[junit4:junit4]   2> 19486 T1020 C115 P61856 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 19487 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 19487 T1018 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19487 T1020 C115 P61856 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 19487 T1020 C115 P61856 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19488 T930 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 19489 T930 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19489 T930 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19502 T1020 C115 P61856 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19502 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19506 T930 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 19507 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C114_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:34081_, base_url=http://127.0.0.1:34081}
[junit4:junit4]   2> 20249 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:30753/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20259 T1004 C114 P34081 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 20278 T1004 C114 P34081 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:34081 START replicas=[http://127.0.0.1:30753/collection1/] nUpdates=100
[junit4:junit4]   2> 20278 T1004 C114 P34081 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20279 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20279 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20280 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20280 T1004 C114 P34081 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20280 T1004 C114 P34081 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:30753/collection1/. core=collection1
[junit4:junit4]   2> 20281 T1004 C114 P34081 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C116 name=collection1 org.apache.solr.core.SolrCore@1c5a536e url=http://127.0.0.1:30753/collection1 node=127.0.0.1:30753_ C116_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:30753_, base_url=http://127.0.0.1:30753, leader=true}
[junit4:junit4]   2> 20285 T962 C116 P30753 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20310 T963 C116 P30753 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20311 T963 C116 P30753 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2> 20315 T963 C116 P30753 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20316 T963 C116 P30753 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20325 T963 C116 P30753 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20325 T963 C116 P30753 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20326 T963 C116 P30753 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2> 20327 T963 C116 P30753 oass.SolrIndexSearcher.<init> Opening Searcher@6cae3a31 realtime
[junit4:junit4]   2> 20327 T963 C116 P30753 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20328 T963 C116 P30753 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 35
[junit4:junit4]   2> 20329 T1004 C114 P34081 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20329 T1004 C114 P34081 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 20358 T1004 C114 P34081 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20361 T964 C116 P30753 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20361 T964 C116 P30753 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20362 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20363 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20363 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20365 T964 C116 P30753 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2> 20366 T964 C116 P30753 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1/index
[junit4:junit4]   2> 20367 T964 C116 P30753 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20368 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20369 T1004 C114 P34081 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 forceNew:false
[junit4:junit4]   2> 20369 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20370 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=true
[junit4:junit4]   2> 20383 T964 C116 P30753 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=5 
[junit4:junit4]   2> 20399 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index
[junit4:junit4]   2> 20399 T1004 C114 P34081 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20400 T1004 C114 P34081 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130217163756398
[junit4:junit4]   2> 20402 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20403 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20403 T1004 C114 P34081 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398
[junit4:junit4]   2> 20407 T1004 C114 P34081 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20407 T1004 C114 P34081 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20409 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20415 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398
[junit4:junit4]   2> 20416 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20419 T1004 C114 P34081 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20419 T1004 C114 P34081 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20420 T1004 C114 P34081 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20420 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20420 T1004 C114 P34081 oass.SolrIndexSearcher.<init> Opening Searcher@550b6954 main
[junit4:junit4]   2> 20422 T1003 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@550b6954 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20422 T1003 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index
[junit4:junit4]   2> 20423 T1004 C114 P34081 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20426 T1004 C114 P34081 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20426 T1004 C114 P34081 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 20428 T1004 C114 P34081 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index.20130217163756398
[junit4:junit4]   2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3/index
[junit4:junit4]   2> 20429 T1004 C114 P34081 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20429 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20429 T1004 C114 P34081 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20429 T1004 C114 P34081 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20436 T1004 C114 P34081 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20510 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20632 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20633 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:61856_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:61856"}
[junit4:junit4]   2> 20639 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34081_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34081"}
[junit4:junit4]   2> 20651 T1017 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20651 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20652 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20652 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20652 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20652 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21513 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22517 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C115_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:61856_, base_url=http://127.0.0.1:61856}
[junit4:junit4]   2> 23515 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:26471/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23515 T1020 C115 P61856 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:61856 START replicas=[http://127.0.0.1:26471/collection1/] nUpdates=100
[junit4:junit4]   2> 23516 T1020 C115 P61856 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23517 T1020 C115 P61856 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23518 T1020 C115 P61856 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:26471/collection1/. core=collection1
[junit4:junit4]   2> 23518 T1020 C115 P61856 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23519 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C117 name=collection1 org.apache.solr.core.SolrCore@3aaadf78 url=http://127.0.0.1:26471/collection1 node=127.0.0.1:26471_ C117_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:26471_, base_url=http://127.0.0.1:26471, leader=true}
[junit4:junit4]   2> 23525 T977 C117 P26471 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 23535 T978 C117 P26471 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23536 T978 C117 P26471 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 23541 T978 C117 P26471 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@783babde; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23541 T978 C117 P26471 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23545 T978 C117 P26471 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@783babde; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@783babde; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23546 T978 C117 P26471 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23547 T978 C117 P26471 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 23547 T978 C117 P26471 oass.SolrIndexSearcher.<init> Opening Searcher@166a9512 realtime
[junit4:junit4]   2> 23548 T978 C117 P26471 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23548 T978 C117 P26471 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 23549 T1020 C115 P61856 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23549 T1020 C115 P61856 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23552 T979 C117 P26471 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23553 T979 C117 P26471 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23554 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 23554 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23555 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23557 T979 C117 P26471 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 23558 T979 C117 P26471 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2/index
[junit4:junit4]   2> 23559 T979 C117 P26471 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 23559 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23560 T1020 C115 P61856 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 forceNew:false
[junit4:junit4]   2> 23561 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23562 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=true
[junit4:junit4]   2> 23565 T979 C117 P26471 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 23567 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 23567 T1020 C115 P61856 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23568 T1020 C115 P61856 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130217163759590
[junit4:junit4]   2> 23569 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23570 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23570 T1020 C115 P61856 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 23574 T1020 C115 P61856 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23574 T1020 C115 P61856 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23576 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 23577 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 23578 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23581 T1020 C115 P61856 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 23582 T1020 C115 P61856 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 23582 T1020 C115 P61856 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23582 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23583 T1020 C115 P61856 oass.SolrIndexSearcher.<init> Opening Searcher@29d3063d main
[junit4:junit4]   2> 23584 T1019 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29d3063d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 23584 T1019 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 23584 T1020 C115 P61856 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 23588 T1020 C115 P61856 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 23588 T1020 C115 P61856 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 23589 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 23589 T1020 C115 P61856 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23590 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 23590 T1020 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 23590 T1020 C115 P61856 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23590 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23590 T1020 C115 P61856 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23591 T1020 C115 P61856 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23598 T1020 C115 P61856 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23669 T953 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23670 T953 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:61856_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:61856"}
[junit4:junit4]   2> 23684 T1001 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23684 T958 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23684 T1017 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23684 T986 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23684 T952 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 23684 T971 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 24523 T930 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24524 T930 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C118 name=collection1 org.apache.solr.core.SolrCore@445469a6 url=http://127.0.0.1:25869/collection1 node=127.0.0.1:25869_ C118_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:25869_, base_url=http://127.0.0.1:25869, leader=true}
[junit4:junit4]   2> 24542 T942 C118 P25869 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data
[junit4:junit4]   2> 24546 T942 C118 P25869 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@354b0673; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24547 T942 C118 P25869 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24548 T942 C118 P25869 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/control/data
[junit4:junit4]   2> 24549 T942 C118 P25869 oass.SolrIndexSearcher.<init> Opening Searcher@674816bc realtime
[junit4:junit4]   2> 24550 T942 C118 P25869 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1427251900523216896)} 0 14
[junit4:junit4]   2> 24575 T980 C117 P26471 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty2
[junit4:junit4]   2> 24613 T965 C116 P30753 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty1
[junit4:junit4]   2>  C115_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:61856_, base_url=http://127.0.0.1:61856}
[junit4:junit4]   2> 24618 T1007 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 24619 T1007 C115 P61856 /update {update.distrib=FROMLEADER&_version_=-1427251900557819904&update.from=http://127.0.0.1:26471/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1427251900557819904)} 0 3
[junit4:junit4]   2>  C114_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:34081_, base_url=http://127.0.0.1:34081}
[junit4:junit4]   2> 24625 T991 C114 P34081 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty3
[junit4:junit4]   2> 24626 T991 C114 P34081 /update {update.distrib=FROMLEADER&_version_=-1427251900579840000&update.from=http://127.0.0.1:30753/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1427251900579840000)} 0 3
[junit4:junit4]   2> 24626 T965 C116 P30753 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1427251900579840000)} 0 31
[junit4:junit4]   2> 24627 T980 C117 P26471 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1427251900557819904)} 0 63
[junit4:junit4]   2> 24633 T942 C118 P25869 /update {wt=javabin&version=2} {add=[1 (1427251900617588736)]} 0 3
[junit4:junit4]   2> 24650 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1427251900622831616)]} 0 3
[junit4:junit4]   2> 24650 T966 C116 P30753 /update {wt=javabin&version=2} {add=[1 (1427251900622831616)]} 0 14
[junit4:junit4]   2> 24654 T942 C118 P25869 /update {wt=javabin&version=2} {add=[2 (1427251900640657408)]} 0 1
[junit4:junit4]   2> 24673 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1427251900653240320)]} 0 2
[junit4:junit4]   2> 24673 T981 C117 P26471 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1427251900653240320)]} 0 9
[junit4:junit4]   2> 24674 T966 C116 P30753 /update {wt=javabin&version=2} {add=[2]} 0 17
[junit4:junit4]   2> 24678 T942 C118 P25869 /update {wt=javabin&version=2} {add=[3 (1427251900665823232)]} 0 1
[junit4:junit4]   2> 24686 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1427251900670017536)]} 0 1
[junit4:junit4]   2> 24687 T980 C117 P26471 /update {wt=javabin&version=2} {add=[3 (1427251900670017536)]} 0 6
[junit4:junit4]   2> 24691 T942 C118 P25869 /update {wt=javabin&version=2} {add=[4 (1427251900679454720)]} 0 1
[junit4:junit4]   2> 24701 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1427251900685746176)]} 0 1
[junit4:junit4]   2> 24702 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1427251900685746176)]} 0 6
[junit4:junit4]   2> 24702 T980 C117 P26471 /update {wt=javabin&version=2} {add=[4]} 0 8
[junit4:junit4]   2> 24706 T942 C118 P25869 /update {wt=javabin&version=2} {add=[5 (1427251900695183360)]} 0 1
[junit4:junit4]   2> 24716 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1427251900701474816)]} 0 1
[junit4:junit4]   2> 24717 T981 C117 P26471 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1427251900701474816)]} 0 6
[junit4:junit4]   2> 24718 T966 C116 P30753 /update {wt=javabin&version=2} {add=[5]} 0 9
[junit4:junit4]   2> 24722 T942 C118 P25869 /update {wt=javabin&version=2} {add=[6 (1427251900711960576)]} 0 1
[junit4:junit4]   2> 24729 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1427251900716154880)]} 0 1
[junit4:junit4]   2> 24730 T980 C117 P26471 /update {wt=javabin&version=2} {add=[6 (1427251900716154880)]} 0 5
[junit4:junit4]   2> 24734 T942 C118 P25869 /update {wt=javabin&version=2} {add=[7 (1427251900724543488)]} 0 1
[junit4:junit4]   2> 24741 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1427251900728737792)]} 0 1
[junit4:junit4]   2> 24742 T980 C117 P26471 /update {wt=javabin&version=2} {add=[7 (1427251900728737792)]} 0 5
[junit4:junit4]   2> 24746 T942 C118 P25869 /update {wt=javabin&version=2} {add=[8 (1427251900737126400)]} 0 1
[junit4:junit4]   2> 24754 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1427251900741320704)]} 0 1
[junit4:junit4]   2> 24755 T966 C116 P30753 /update {wt=javabin&version=2} {add=[8 (1427251900741320704)]} 0 6
[junit4:junit4]   2> 24759 T942 C118 P25869 /update {wt=javabin&version=2} {add=[9 (1427251900750757888)]} 0 1
[junit4:junit4]   2> 24768 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1427251900757049344)]} 0 1
[junit4:junit4]   2> 24769 T981 C117 P26471 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1427251900757049344)]} 0 5
[junit4:junit4]   2> 24770 T966 C116 P30753 /update {wt=javabin&version=2} {add=[9]} 0 8
[junit4:junit4]   2> 24774 T942 C118 P25869 /update {wt=javabin&version=2} {add=[10 (1427251900766486528)]} 0 1
[junit4:junit4]   2> 24781 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1427251900770680832)]} 0 1
[junit4:junit4]   2> 24782 T966 C116 P30753 /update {wt=javabin&version=2} {add=[10 (1427251900770680832)]} 0 5
[junit4:junit4]   2> 24786 T942 C118 P25869 /update {wt=javabin&version=2} {add=[11 (1427251900779069440)]} 0 1
[junit4:junit4]   2> 24796 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1427251900785360896)]} 0 1
[junit4:junit4]   2> 24797 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1427251900785360896)]} 0 6
[junit4:junit4]   2> 24798 T980 C117 P26471 /update {wt=javabin&version=2} {add=[11]} 0 9
[junit4:junit4]   2> 24803 T942 C118 P25869 /update {wt=javabin&version=2} {add=[12 (1427251900796895232)]} 0 1
[junit4:junit4]   2> 24815 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1427251900805283840)]} 0 1
[junit4:junit4]   2> 24816 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1427251900805283840)]} 0 6
[junit4:junit4]   2> 24817 T980 C117 P26471 /update {wt=javabin&version=2} {add=[12]} 0 10
[junit4:junit4]   2> 24821 T942 C118 P25869 /update {wt=javabin&version=2} {add=[13 (1427251900815769600)]} 0 1
[junit4:junit4]   2> 24832 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1427251900823109632)]} 0 1
[junit4:junit4]   2> 24833 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1427251900823109632)]} 0 6
[junit4:junit4]   2> 24834 T980 C117 P26471 /update {wt=javabin&version=2} {add=[13]} 0 10
[junit4:junit4]   2> 24837 T942 C118 P25869 /update {wt=javabin&version=2} {add=[14 (1427251900832546816)]} 0 1
[junit4:junit4]   2> 24845 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1427251900836741120)]} 0 1
[junit4:junit4]   2> 24846 T966 C116 P30753 /update {wt=javabin&version=2} {add=[14 (1427251900836741120)]} 0 6
[junit4:junit4]   2> 24849 T942 C118 P25869 /update {wt=javabin&version=2} {add=[15 (1427251900845129728)]} 0 1
[junit4:junit4]   2> 24858 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1427251900852469760)]} 0 1
[junit4:junit4]   2> 24858 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[15 (1427251900852469760)]} 0 3
[junit4:junit4]   2> 24859 T980 C117 P26471 /update {wt=javabin&version=2} {add=[15]} 0 7
[junit4:junit4]   2> 24863 T942 C118 P25869 /update {wt=javabin&version=2} {add=[16 (1427251900859809792)]} 0 1
[junit4:junit4]   2> 24870 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1427251900864004096)]} 0 1
[junit4:junit4]   2> 24870 T966 C116 P30753 /update {wt=javabin&version=2} {add=[16 (1427251900864004096)]} 0 4
[junit4:junit4]   2> 24876 T942 C118 P25869 /update {wt=javabin&version=2} {add=[17 (1427251900871344128)]} 0 3
[junit4:junit4]   2> 24889 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1427251900880781312)]} 0 2
[junit4:junit4]   2> 24890 T981 C117 P26471 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[17 (1427251900880781312)]} 0 8
[junit4:junit4]   2> 24891 T966 C116 P30753 /update {wt=javabin&version=2} {add=[17]} 0 12
[junit4:junit4]   2> 24894 T942 C118 P25869 /update {wt=javabin&version=2} {add=[100 (1427251900892315648)]} 0 1
[junit4:junit4]   2> 24904 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[100 (1427251900899655680)]} 0 1
[junit4:junit4]   2> 24904 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[100 (1427251900899655680)]} 0 4
[junit4:junit4]   2> 24905 T980 C117 P26471 /update {wt=javabin&version=2} {add=[100]} 0 8
[junit4:junit4]   2> 24909 T942 C118 P25869 /update {wt=javabin&version=2} {add=[101 (1427251900908044288)]} 0 1
[junit4:junit4]   2> 24919 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[101 (1427251900915384320)]} 0 1
[junit4:junit4]   2> 24920 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[101 (1427251900915384320)]} 0 5
[junit4:junit4]   2> 24921 T980 C117 P26471 /update {wt=javabin&version=2} {add=[101]} 0 9
[junit4:junit4]   2> 24924 T942 C118 P25869 /update {wt=javabin&version=2} {add=[102 (1427251900923772928)]} 0 1
[junit4:junit4]   2> 24931 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[102 (1427251900927967232)]} 0 1
[junit4:junit4]   2> 24932 T966 C116 P30753 /update {wt=javabin&version=2} {add=[102 (1427251900927967232)]} 0 5
[junit4:junit4]   2> 24935 T942 C118 P25869 /update {wt=javabin&version=2} {add=[103 (1427251900935307264)]} 0 1
[junit4:junit4]   2> 24945 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[103 (1427251900942647296)]} 0 1
[junit4:junit4]   2> 24946 T981 C117 P26471 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[103 (1427251900942647296)]} 0 5
[junit4:junit4]   2> 24947 T966 C116 P30753 /update {wt=javabin&version=2} {add=[103]} 0 9
[junit4:junit4]   2> 24950 T942 C118 P25869 /update {wt=javabin&version=2} {add=[104 (1427251900951035904)]} 0 1
[junit4:junit4]   2> 24958 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[104 (1427251900955230208)]} 0 1
[junit4:junit4]   2> 24958 T980 C117 P26471 /update {wt=javabin&version=2} {add=[104 (1427251900955230208)]} 0 5
[junit4:junit4]   2> 24962 T942 C118 P25869 /update {wt=javabin&version=2} {add=[105 (1427251900963618816)]} 0 1
[junit4:junit4]   2> 24970 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[105 (1427251900967813120)]} 0 1
[junit4:junit4]   2> 24970 T980 C117 P26471 /update {wt=javabin&version=2} {add=[105 (1427251900967813120)]} 0 5
[junit4:junit4]   2> 24974 T942 C118 P25869 /update {wt=javabin&version=2} {add=[106 (1427251900976201728)]} 0 1
[junit4:junit4]   2> 24981 T1007 C115 P61856 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[106 (1427251900980396032)]} 0 1
[junit4:junit4]   2> 24981 T980 C117 P26471 /update {wt=javabin&version=2} {add=[106 (1427251900980396032)]} 0 4
[junit4:junit4]   2> 24985 T942 C118 P25869 /update {wt=javabin&version=2} {add=[107 (1427251900987736064)]} 0 1
[junit4:junit4]   2> 24995 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[107 (1427251900995076096)]} 0 1
[junit4:junit4]   2> 24996 T965 C116 P30753 /update {distrib.from=http://127.0.0.1:26471/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[107 (1427251900995076096)]} 0 5
[junit4:junit4]   2> 24996 T980 C117 P26471 /update {wt=javabin&version=2} {add=[107]} 0 8
[junit4:junit4]   2> 25000 T942 C118 P25869 /update {wt=javabin&version=2} {add=[108 (1427251901003464704)]} 0 1
[junit4:junit4]   2> 25010 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[108 (1427251901008707584)]} 0 2
[junit4:junit4]   2> 25010 T966 C116 P30753 /update {wt=javabin&version=2} {add=[108 (1427251901008707584)]} 0 7
[junit4:junit4]   2> 25014 T942 C118 P25869 /update {wt=javabin&version=2} {add=[109 (1427251901018144768)]} 0 1
[junit4:junit4]   2> 25021 T991 C114 P34081 /update {distrib.from=http://127.0.0.1:30753/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[109 (1427251901022339072)]} 0 1
[junit4:junit4]   2> 25022 T966 C116 P30753 /update {wt=javabin&version=2} {add=[109 (1427251901022339072)]} 0 5
[junit4:junit4]   2> 25026 T942 C118 P25869 /update 

[...truncated too long message...]

closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 186098 T1048 C115 P61856 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 186099 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000009 refcount=1}
[junit4:junit4]   2> 186099 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000008 refcount=1}
[junit4:junit4]   2> 186100 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000007 refcount=1}
[junit4:junit4]   2> 186100 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000005 refcount=1}
[junit4:junit4]   2> 186101 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000004 refcount=1}
[junit4:junit4]   2> 186101 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000002 refcount=1}
[junit4:junit4]   2> 186102 T1048 C115 P61856 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000000 refcount=1}
[junit4:junit4]   2> 186105 T1048 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 186106 T1048 C115 P61856 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 186111 T1048 C115 P61856 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 186111 T1048 C115 P61856 oasc.CachingDirectoryFactory.close Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 186111 T1048 C115 P61856 oash.SnapPuller$2.preClose removing old index files NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e75795c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 186112 T1048 C115 P61856 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590
[junit4:junit4]   2> 186113 T1048 C115 P61856 oash.SnapPuller$2.postClose removing old index directory NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e75795c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 186113 T1048 C115 P61856 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index
[junit4:junit4]   2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {foo_b=PostingsFormat(name=Asserting), n_f1=PostingsFormat(name=NestedPulsing), cat=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_d=PostingsFormat(name=Lucene41WithOrds), foo_f=PostingsFormat(name=Asserting), n_tl1=PostingsFormat(name=NestedPulsing), n_d1=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=PostingsFormat(name=Lucene41WithOrds), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_td1=PostingsFormat(name=NestedPulsing), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=PostingsFormat(name=Lucene41WithOrds), range_facet_sl=PostingsFormat(name=Asserting), range_facet_si=PostingsFormat(name=NestedPulsing), oddField_s=PostingsFormat(name=Asserting), sequence_i=PostingsFormat(name=Asserting), name=PostingsFormat(name=Lucene41WithOrds), foo_i=PostingsFormat(name=NestedPulsing), regex_dup_B_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=PostingsFormat(name=NestedPulsing), n_tf1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_dt1=PostingsFormat(name=NestedPulsing), genre_s=PostingsFormat(name=Asserting), author_t=PostingsFormat(name=NestedPulsing), n_ti1=PostingsFormat(name=Lucene41WithOrds), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), val_i=PostingsFormat(name=Lucene41WithOrds), SubjectTerms_mfacet=PostingsFormat(name=TestBloomFilteredLucene41Postings), series_t=PostingsFormat(name=NestedPulsing), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tdt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), regex_dup_A_s=PostingsFormat(name=Asserting), price=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_l1=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=PostingsFormat(name=NestedPulsing), inStock=PostingsFormat(name=Asserting)}, docValues:{}, sim=DefaultSimilarity, locale=it_IT, timezone=America/Boa_Vista
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=299923624,total=536870912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreProperties, DisMaxRequestHandlerTest, TestBinaryField, TestReload, QueryEqualityTest, MultiTermTest, TestCSVResponseWriter, SuggesterTSTTest, SynonymTokenizerTest, TestUtils, IndexSchemaRuntimeFieldTest, TestSolrXMLSerializer, TestStressLucene, DOMUtilTest, TestUpdate, LukeRequestHandlerTest, DistributedQueryElevationComponentTest, EchoParamsTest, IndexReaderFactoryTest, StatelessScriptUpdateProcessorFactoryTest, TestSolr4Spatial, TestPropInjectDefaults, TestBM25SimilarityFactory, TestComponentsName, SolrIndexSplitterTest, BadIndexSchemaTest, ClusterStateTest, StandardRequestHandlerTest, SolrCoreTest, LeaderElectionTest, BasicFunctionalityTest, TestPluginEnable, TestLazyCores, PrimUtilsTest, TestDistributedGrouping, UpdateParamsTest, TestPhraseSuggestions, IndexSchemaTest, TestRecovery, ExternalFileFieldSortTest, RequiredFieldsTest, TestSolrDeletionPolicy1, OutputWriterTest, TestCollationKeyRangeQueries, LegacyHTMLStripCharFilterTest, FileUtilsTest, PathHierarchyTokenizerFactoryTest, TestDistributedSearch, SuggesterTest, TestPropInject, TestSolrJ, UUIDFieldTest, SolrIndexConfigTest, TestDocSet, HighlighterTest, ZkSolrClientTest, DirectUpdateHandlerTest, TestValueSourceCache, OpenExchangeRatesOrgProviderTest, BasicDistributedZkTest]
[junit4:junit4] Completed on J1 in 186.92s, 1 test, 1 error <<< FAILURES!

[...truncated 415 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1202: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:865: There were test failures: 252 suites, 1052 tests, 1 error, 22 ignored (4 assumptions)

Total time: 44 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 997 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/997/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:44405/_bse/collection1skip list:[org.apache.solr.cloud.AbstractFullDistribZkTestBase$CloudJettyRunner@3f7c86a0, org.apache.solr.cloud.AbstractFullDistribZkTestBase$CloudJettyRunner@d3d7199]

Stack Trace:
java.lang.AssertionError: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:44405/_bse/collection1skip list:[org.apache.solr.cloud.AbstractFullDistribZkTestBase$CloudJettyRunner@3f7c86a0, org.apache.solr.cloud.AbstractFullDistribZkTestBase$CloudJettyRunner@d3d7199]
	at __randomizedtesting.SeedInfo.seed([36D04E407451860D:B736C058030EE631]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:216)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9289 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T3288 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_bse/
[junit4:junit4]   2> 5 T3288 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1361163689261
[junit4:junit4]   2> 6 T3288 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T3289 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T3289 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T3289 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T3289 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T3289 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T3289 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T3288 oasc.ZkTestServer.run start zk server on port:44371
[junit4:junit4]   2> 109 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@60b194d5
[junit4:junit4]   2> 110 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T3294 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T3294 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 111 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44375
[junit4:junit4]   2> 111 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44375
[junit4:junit4]   2> 112 T3292 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 114 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340000 with negotiated timeout 10000 for client /140.211.11.196:44375
[junit4:junit4]   2> 114 T3294 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340000, negotiated timeout = 10000
[junit4:junit4]   2> 115 T3295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60b194d5 name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 115 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 116 T3288 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 118 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340000
[junit4:junit4]   2> 119 T3295 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 120 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44375 which had sessionid 0x13cebad9d340000
[junit4:junit4]   2> 119 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340000 closed
[junit4:junit4]   2> 121 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ff85e9
[junit4:junit4]   2> 122 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 122 T3296 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 122 T3296 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 123 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44376
[junit4:junit4]   2> 123 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44376
[junit4:junit4]   2> 129 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340001 with negotiated timeout 10000 for client /140.211.11.196:44376
[junit4:junit4]   2> 129 T3296 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340001, negotiated timeout = 10000
[junit4:junit4]   2> 130 T3297 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ff85e9 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 131 T3288 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 134 T3288 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 151 T3288 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 154 T3288 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 158 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 159 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 173 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 277 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 278 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 282 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 283 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 292 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 293 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 298 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 299 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 302 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 304 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 308 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 309 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 313 T3288 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 314 T3288 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 317 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340001
[junit4:junit4]   2> 318 T3297 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 319 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44376 which had sessionid 0x13cebad9d340001
[junit4:junit4]   2> 318 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340001 closed
[junit4:junit4]   2> 581 T3288 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 589 T3288 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44391
[junit4:junit4]   2> 589 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 590 T3288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 591 T3288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575
[junit4:junit4]   2> 592 T3288 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/solr.xml
[junit4:junit4]   2> 592 T3288 oasc.CoreContainer.<init> New CoreContainer 1357118873
[junit4:junit4]   2> 593 T3288 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/'
[junit4:junit4]   2> 594 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/'
[junit4:junit4]   2> 681 T3288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 682 T3288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 682 T3288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 683 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 684 T3288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 685 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 685 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 686 T3288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 687 T3288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 688 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 723 T3288 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 754 T3288 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:44371/solr
[junit4:junit4]   2> 755 T3288 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 756 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@65c31a22
[junit4:junit4]   2> 757 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 758 T3307 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 759 T3307 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 759 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44392
[junit4:junit4]   2> 760 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44392
[junit4:junit4]   2> 763 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340002 with negotiated timeout 20000 for client /140.211.11.196:44392
[junit4:junit4]   2> 763 T3307 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340002, negotiated timeout = 20000
[junit4:junit4]   2> 764 T3308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65c31a22 name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 764 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 765 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340002
[junit4:junit4]   2> 780 T3308 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 780 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44392 which had sessionid 0x13cebad9d340002
[junit4:junit4]   2> 780 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340002 closed
[junit4:junit4]   2> 781 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 793 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2b4e5b0a
[junit4:junit4]   2> 794 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 795 T3309 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 795 T3309 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 796 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44393
[junit4:junit4]   2> 796 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44393
[junit4:junit4]   2> 797 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340003 with negotiated timeout 20000 for client /140.211.11.196:44393
[junit4:junit4]   2> 797 T3309 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340003, negotiated timeout = 20000
[junit4:junit4]   2> 797 T3310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b4e5b0a name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 798 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 805 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 806 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 808 T3288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44391__bse
[junit4:junit4]   2> 809 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44391__bse Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44391__bse
[junit4:junit4]   2> 824 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44391__bse
[junit4:junit4]   2> 835 T3288 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 851 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 853 T3288 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 863 T3288 oasc.Overseer.start Overseer (id=89205223539867651-127.0.0.1:44391__bse-n_0000000000) starting
[junit4:junit4]   2> 863 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 865 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 866 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 876 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 877 T3312 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 878 T3288 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 881 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 883 T3311 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 887 T3313 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/collection1
[junit4:junit4]   2> 887 T3313 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 888 T3313 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 888 T3313 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 953 T3313 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/collection1/'
[junit4:junit4]   2> 954 T3313 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/collection1/lib/README' to classloader
[junit4:junit4]   2> 955 T3313 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 989 T3313 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 1030 T3313 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1131 T3313 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1139 T3313 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1570 T3313 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1578 T3313 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1581 T3313 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1591 T3313 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1595 T3313 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1599 T3313 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1600 T3313 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1600 T3313 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1361163689575/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/
[junit4:junit4]   2> 1601 T3313 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eb1e1a3
[junit4:junit4]   2> 1601 T3313 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1602 T3313 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data forceNew:false
[junit4:junit4]   2> 1603 T3313 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data
[junit4:junit4]   2> 1604 T3313 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index/
[junit4:junit4]   2> 1604 T3313 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1605 T3313 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index forceNew:false
[junit4:junit4]   2> 1636 T3313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63f8d67a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1636 T3313 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1637 T3313 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index
[junit4:junit4]   2> 1639 T3313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1639 T3313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1639 T3313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1640 T3313 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1640 T3313 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1640 T3313 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1641 T3313 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1641 T3313 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1641 T3313 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1650 T3313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1654 T3313 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data
[junit4:junit4]   2> 1656 T3313 oass.SolrIndexSearcher.<init> Opening Searcher@ee92548 main
[junit4:junit4]   2> 1657 T3313 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1657 T3313 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1659 T3313 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data
[junit4:junit4]   2> 1660 T3314 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ee92548 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1660 T3313 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1661 T3313 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1661 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2386 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2387 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44391__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44391/_bse"}
[junit4:junit4]   2> 2387 T3311 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2387 T3311 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2388 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2411 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2666 T3313 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2666 T3313 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44391/_bse collection:control_collection shard:shard1
[junit4:junit4]   2> 2667 T3313 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2681 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2682 T3313 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2683 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2693 T3313 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2693 T3313 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2693 T3313 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44391/_bse/collection1/
[junit4:junit4]   2> 2694 T3313 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2694 T3313 oasc.SyncStrategy.syncToMe http://127.0.0.1:44391/_bse/collection1/ has no replicas
[junit4:junit4]   2> 2694 T3313 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44391/_bse/collection1/
[junit4:junit4]   2> 2694 T3313 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2698 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3920 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3962 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3987 T3313 oasc.ZkController.register We are http://127.0.0.1:44391/_bse/collection1/ and leader is http://127.0.0.1:44391/_bse/collection1/
[junit4:junit4]   2> 3987 T3313 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44391/_bse
[junit4:junit4]   2> 3987 T3313 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3987 T3313 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3988 T3313 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3989 T3313 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3990 T3288 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3990 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3991 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4005 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4006 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ec4f104
[junit4:junit4]   2> 4007 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4007 T3315 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4008 T3315 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 4008 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44399
[junit4:junit4]   2> 4008 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44399
[junit4:junit4]   2> 4009 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340004 with negotiated timeout 10000 for client /140.211.11.196:44399
[junit4:junit4]   2> 4010 T3315 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340004, negotiated timeout = 10000
[junit4:junit4]   2> 4010 T3316 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ec4f104 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4010 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4011 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4012 T3288 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4210 T3288 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4213 T3288 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44400
[junit4:junit4]   2> 4214 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4215 T3288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4215 T3288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268
[junit4:junit4]   2> 4216 T3288 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/solr.xml
[junit4:junit4]   2> 4216 T3288 oasc.CoreContainer.<init> New CoreContainer 190673120
[junit4:junit4]   2> 4217 T3288 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/'
[junit4:junit4]   2> 4217 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/'
[junit4:junit4]   2> 4277 T3288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4278 T3288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4278 T3288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4279 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4279 T3288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4280 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4280 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4280 T3288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4281 T3288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4281 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4301 T3288 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4320 T3288 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:44371/solr
[junit4:junit4]   2> 4321 T3288 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4322 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1773c49d
[junit4:junit4]   2> 4323 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4323 T3326 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4324 T3326 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 4325 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44401
[junit4:junit4]   2> 4325 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44401
[junit4:junit4]   2> 4327 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340005 with negotiated timeout 20000 for client /140.211.11.196:44401
[junit4:junit4]   2> 4327 T3326 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340005, negotiated timeout = 20000
[junit4:junit4]   2> 4327 T3327 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1773c49d name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4328 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4329 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340005
[junit4:junit4]   2> 4330 T3327 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4330 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44401 which had sessionid 0x13cebad9d340005
[junit4:junit4]   2> 4330 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340005 closed
[junit4:junit4]   2> 4331 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4340 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@24f66a57
[junit4:junit4]   2> 4341 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4341 T3328 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4342 T3328 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 4342 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44402
[junit4:junit4]   2> 4343 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44402
[junit4:junit4]   2> 4344 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340006 with negotiated timeout 20000 for client /140.211.11.196:44402
[junit4:junit4]   2> 4344 T3328 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340006, negotiated timeout = 20000
[junit4:junit4]   2> 4344 T3329 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24f66a57 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4345 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4345 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4347 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4348 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5351 T3288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44400__bse
[junit4:junit4]   2> 5352 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44400__bse Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44400__bse
[junit4:junit4]   2> 5354 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44400__bse
[junit4:junit4]   2> 5356 T3329 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5356 T3310 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5356 T3316 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5357 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5373 T3330 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/collection1
[junit4:junit4]   2> 5374 T3330 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5374 T3330 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5374 T3330 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5376 T3330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/collection1/'
[junit4:junit4]   2> 5377 T3330 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/collection1/lib/README' to classloader
[junit4:junit4]   2> 5377 T3330 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5425 T3330 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5476 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5477 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44391__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44391/_bse"}
[junit4:junit4]   2> 5484 T3330 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5491 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5491 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5491 T3330 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5491 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5500 T3330 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6137 T3330 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6148 T3330 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6152 T3330 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6165 T3330 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6170 T3330 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6175 T3330 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6176 T3330 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6177 T3330 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1361163693268/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/
[junit4:junit4]   2> 6177 T3330 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eb1e1a3
[junit4:junit4]   2> 6178 T3330 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 6179 T3330 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1 forceNew:false
[junit4:junit4]   2> 6180 T3330 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 6181 T3330 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index/
[junit4:junit4]   2> 6181 T3330 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6182 T3330 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index forceNew:false
[junit4:junit4]   2> 6214 T3330 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6214 T3330 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6215 T3330 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 6217 T3330 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6218 T3330 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6218 T3330 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6219 T3330 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6220 T3330 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6220 T3330 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6220 T3330 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6221 T3330 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6221 T3330 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6234 T3330 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6240 T3330 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 6242 T3330 oass.SolrIndexSearcher.<init> Opening Searcher@58e78282 main
[junit4:junit4]   2> 6243 T3330 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6243 T3330 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6248 T3331 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58e78282 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6250 T3330 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6250 T3330 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7084 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7085 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44400__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44400/_bse"}
[junit4:junit4]   2> 7085 T3311 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 7085 T3311 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7128 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7128 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7128 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7253 T3330 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7253 T3330 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44400/_bse collection:collection1 shard:shard1
[junit4:junit4]   2> 7254 T3330 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7305 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7306 T3330 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7306 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7317 T3330 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7317 T3330 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7318 T3330 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 7318 T3330 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7318 T3330 oasc.SyncStrategy.syncToMe http://127.0.0.1:44400/_bse/collection1/ has no replicas
[junit4:junit4]   2> 7318 T3330 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 7319 T3330 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7322 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8632 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8652 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8652 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8652 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8658 T3330 oasc.ZkController.register We are http://127.0.0.1:44400/_bse/collection1/ and leader is http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 8658 T3330 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44400/_bse
[junit4:junit4]   2> 8658 T3330 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8658 T3330 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8659 T3330 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8660 T3330 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8661 T3288 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8662 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8662 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8847 T3288 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8850 T3288 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44405
[junit4:junit4]   2> 8851 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8851 T3288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8852 T3288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931
[junit4:junit4]   2> 8852 T3288 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/solr.xml
[junit4:junit4]   2> 8853 T3288 oasc.CoreContainer.<init> New CoreContainer 1838789293
[junit4:junit4]   2> 8853 T3288 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/'
[junit4:junit4]   2> 8854 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/'
[junit4:junit4]   2> 8913 T3288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8913 T3288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8914 T3288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8914 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8915 T3288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8915 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8916 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8916 T3288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8917 T3288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8917 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8938 T3288 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8958 T3288 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:44371/solr
[junit4:junit4]   2> 8959 T3288 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8959 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@30b6c8cb
[junit4:junit4]   2> 8960 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8961 T3341 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8962 T3341 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 8962 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44406
[junit4:junit4]   2> 8962 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44406
[junit4:junit4]   2> 8965 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340007 with negotiated timeout 20000 for client /140.211.11.196:44406
[junit4:junit4]   2> 8965 T3341 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340007, negotiated timeout = 20000
[junit4:junit4]   2> 8965 T3342 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30b6c8cb name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8965 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8966 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340007
[junit4:junit4]   2> 8983 T3342 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8983 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44406 which had sessionid 0x13cebad9d340007
[junit4:junit4]   2> 8983 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340007 closed
[junit4:junit4]   2> 8984 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8995 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@22e052e3
[junit4:junit4]   2> 8996 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8996 T3343 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8997 T3343 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 8997 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44407
[junit4:junit4]   2> 8998 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44407
[junit4:junit4]   2> 8999 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340008 with negotiated timeout 20000 for client /140.211.11.196:44407
[junit4:junit4]   2> 8999 T3343 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340008, negotiated timeout = 20000
[junit4:junit4]   2> 8999 T3344 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22e052e3 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9000 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9000 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9006 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9008 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10010 T3288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44405__bse
[junit4:junit4]   2> 10011 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d340008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44405__bse Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44405__bse
[junit4:junit4]   2> 10023 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44405__bse
[junit4:junit4]   2> 10065 T3310 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10065 T3316 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10065 T3344 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10065 T3329 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10065 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10065 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10066 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10073 T3345 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/collection1
[junit4:junit4]   2> 10073 T3345 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10074 T3345 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10074 T3345 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10075 T3345 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/collection1/'
[junit4:junit4]   2> 10076 T3345 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/collection1/lib/README' to classloader
[junit4:junit4]   2> 10077 T3345 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10126 T3345 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10157 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10158 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44400__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44400/_bse"}
[junit4:junit4]   2> 10186 T3345 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10198 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10198 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10198 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10296 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10296 T3345 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10306 T3345 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10929 T3345 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10939 T3345 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10943 T3345 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10955 T3345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10960 T3345 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10964 T3345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10965 T3345 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10966 T3345 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1361163697931/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/
[junit4:junit4]   2> 10967 T3345 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eb1e1a3
[junit4:junit4]   2> 10967 T3345 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10968 T3345 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2 forceNew:false
[junit4:junit4]   2> 10969 T3345 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 10969 T3345 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index/
[junit4:junit4]   2> 10969 T3345 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10970 T3345 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index forceNew:false
[junit4:junit4]   2> 10976 T3345 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@51391f24; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10977 T3345 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10978 T3345 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index
[junit4:junit4]   2> 10979 T3345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10980 T3345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10980 T3345 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10981 T3345 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10982 T3345 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10982 T3345 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10982 T3345 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10983 T3345 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10983 T3345 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10995 T3345 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11001 T3345 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 11003 T3345 oass.SolrIndexSearcher.<init> Opening Searcher@62e410a1 main
[junit4:junit4]   2> 11003 T3345 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11004 T3345 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11009 T3346 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62e410a1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11011 T3345 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11011 T3345 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11738 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11739 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44405__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44405/_bse"}
[junit4:junit4]   2> 11739 T3311 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11739 T3311 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11769 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11770 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11770 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11770 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12014 T3345 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12014 T3345 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44405/_bse collection:collection1 shard:shard1
[junit4:junit4]   2> 12017 T3345 oasc.ZkController.register We are http://127.0.0.1:44405/_bse/collection1/ and leader is http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 12017 T3345 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44405/_bse
[junit4:junit4]   2> 12017 T3345 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12018 T3345 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C229 name=collection1 org.apache.solr.core.SolrCore@6727b020 url=http://127.0.0.1:44405/_bse/collection1 node=127.0.0.1:44405__bse C229_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:44405__bse, base_url=http://127.0.0.1:44405/_bse}
[junit4:junit4]   2> 12019 T3347 C229 P44405 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12019 T3345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12019 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12019 T3347 C229 P44405 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12020 T3347 C229 P44405 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12020 T3288 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12020 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12021 T3347 C229 P44405 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12021 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12228 T3288 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12231 T3288 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44409
[junit4:junit4]   2> 12232 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12233 T3288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12233 T3288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292
[junit4:junit4]   2> 12234 T3288 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/solr.xml
[junit4:junit4]   2> 12234 T3288 oasc.CoreContainer.<init> New CoreContainer 1597341723
[junit4:junit4]   2> 12235 T3288 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/'
[junit4:junit4]   2> 12235 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/'
[junit4:junit4]   2> 12294 T3288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12295 T3288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12295 T3288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12296 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12296 T3288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12297 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12297 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12298 T3288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12298 T3288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12299 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12318 T3288 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12338 T3288 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:44371/solr
[junit4:junit4]   2> 12339 T3288 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12339 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@363fe85
[junit4:junit4]   2> 12340 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12341 T3357 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12342 T3357 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 12342 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44410
[junit4:junit4]   2> 12343 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44410
[junit4:junit4]   2> 12345 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d340009 with negotiated timeout 20000 for client /140.211.11.196:44410
[junit4:junit4]   2> 12345 T3357 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d340009, negotiated timeout = 20000
[junit4:junit4]   2> 12345 T3358 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@363fe85 name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12345 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12347 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d340009
[junit4:junit4]   2> 12360 T3358 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12360 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44410 which had sessionid 0x13cebad9d340009
[junit4:junit4]   2> 12360 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d340009 closed
[junit4:junit4]   2> 12361 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12371 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3838f7a1
[junit4:junit4]   2> 12372 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12372 T3359 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12373 T3359 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 12373 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44411
[junit4:junit4]   2> 12373 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44411
[junit4:junit4]   2> 12374 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d34000a with negotiated timeout 20000 for client /140.211.11.196:44411
[junit4:junit4]   2> 12374 T3359 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d34000a, negotiated timeout = 20000
[junit4:junit4]   2> 12375 T3360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3838f7a1 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12375 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12376 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000a type:create cxid:0x1 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12381 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000a type:create cxid:0x2 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12383 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13273 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13274 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44405__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44405/_bse"}
[junit4:junit4]   2> 13297 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13297 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13297 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13297 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13297 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13386 T3288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44409__bse
[junit4:junit4]   2> 13387 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000a type:delete cxid:0xb zxid:0x86 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44409__bse Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44409__bse
[junit4:junit4]   2> 13388 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44409__bse
[junit4:junit4]   2> 13390 T3310 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13391 T3329 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13391 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13391 T3316 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13390 T3360 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13390 T3344 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13391 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13391 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13392 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13391 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13405 T3361 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/collection1
[junit4:junit4]   2> 13405 T3361 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13406 T3361 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13406 T3361 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13407 T3361 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/collection1/'
[junit4:junit4]   2> 13408 T3361 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/collection1/lib/README' to classloader
[junit4:junit4]   2> 13409 T3361 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13457 T3361 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13516 T3361 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13617 T3361 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13624 T3361 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14236 T3361 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14247 T3361 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14251 T3361 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14265 T3361 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14269 T3361 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14273 T3361 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14274 T3361 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14275 T3361 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1361163701292/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/
[junit4:junit4]   2> 14275 T3361 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eb1e1a3
[junit4:junit4]   2> 14275 T3361 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14276 T3361 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3 forceNew:false
[junit4:junit4]   2> 14276 T3361 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 14277 T3361 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index/
[junit4:junit4]   2> 14277 T3361 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14278 T3361 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index forceNew:false
[junit4:junit4]   2> 14283 T3361 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5dfffff8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14283 T3361 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14284 T3361 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index
[junit4:junit4]   2> 14285 T3361 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14285 T3361 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14286 T3361 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14286 T3361 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14287 T3361 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14287 T3361 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14287 T3361 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14288 T3361 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14288 T3361 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14296 T3361 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14300 T3361 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 14301 T3361 oass.SolrIndexSearcher.<init> Opening Searcher@52f159a2 main
[junit4:junit4]   2> 14302 T3361 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14302 T3361 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14306 T3362 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52f159a2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14308 T3361 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14308 T3361 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14804 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14805 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44409__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44409/_bse"}
[junit4:junit4]   2> 14805 T3311 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 14806 T3311 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14877 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14877 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14877 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14877 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14877 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15310 T3361 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15310 T3361 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44409/_bse collection:collection1 shard:shard1
[junit4:junit4]   2> 15339 T3361 oasc.ZkController.register We are http://127.0.0.1:44409/_bse/collection1/ and leader is http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 15339 T3361 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44409/_bse
[junit4:junit4]   2> 15339 T3361 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15339 T3361 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C230 name=collection1 org.apache.solr.core.SolrCore@5298b901 url=http://127.0.0.1:44409/_bse/collection1 node=127.0.0.1:44409__bse C230_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:44409__bse, base_url=http://127.0.0.1:44409/_bse}
[junit4:junit4]   2> 15341 T3363 C230 P44409 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15341 T3361 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15341 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15341 T3363 C230 P44409 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15342 T3363 C230 P44409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15342 T3288 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15342 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15343 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15361 T3363 C230 P44409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15530 T3288 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15534 T3288 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44413
[junit4:junit4]   2> 15535 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15535 T3288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15536 T3288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612
[junit4:junit4]   2> 15536 T3288 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/solr.xml
[junit4:junit4]   2> 15537 T3288 oasc.CoreContainer.<init> New CoreContainer 1612917803
[junit4:junit4]   2> 15538 T3288 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/'
[junit4:junit4]   2> 15538 T3288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/'
[junit4:junit4]   2> 15597 T3288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15598 T3288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15599 T3288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15599 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15600 T3288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15600 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15601 T3288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15601 T3288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15602 T3288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15602 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15622 T3288 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15641 T3288 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:44371/solr
[junit4:junit4]   2> 15642 T3288 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15642 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b9e4ff8
[junit4:junit4]   2> 15643 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15644 T3373 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15645 T3373 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 15645 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44414
[junit4:junit4]   2> 15645 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44414
[junit4:junit4]   2> 15647 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d34000b with negotiated timeout 20000 for client /140.211.11.196:44414
[junit4:junit4]   2> 15647 T3373 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d34000b, negotiated timeout = 20000
[junit4:junit4]   2> 15648 T3374 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b9e4ff8 name:ZooKeeperConnection Watcher:127.0.0.1:44371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15648 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15649 T3293 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cebad9d34000b
[junit4:junit4]   2> 15650 T3374 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15650 T3290 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44414 which had sessionid 0x13cebad9d34000b
[junit4:junit4]   2> 15650 T3288 oaz.ZooKeeper.close Session: 0x13cebad9d34000b closed
[junit4:junit4]   2> 15651 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 15661 T3288 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:44371/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@59caaf38
[junit4:junit4]   2> 15662 T3288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15662 T3375 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:44371. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15663 T3375 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:44371, initiating session
[junit4:junit4]   2> 15663 T3290 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44415
[junit4:junit4]   2> 15663 T3290 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44415
[junit4:junit4]   2> 15664 T3292 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cebad9d34000c with negotiated timeout 20000 for client /140.211.11.196:44415
[junit4:junit4]   2> 15664 T3375 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:44371, sessionid = 0x13cebad9d34000c, negotiated timeout = 20000
[junit4:junit4]   2> 15665 T3376 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59caaf38 name:ZooKeeperConnection Watcher:127.0.0.1:44371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15665 T3288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15666 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000c type:create cxid:0x1 zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15667 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000c type:create cxid:0x2 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15676 T3288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2>  C229_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:44405__bse, base_url=http://127.0.0.1:44405/_bse}
[junit4:junit4]   2> 16042 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:44400/_bse/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16042 T3347 C229 P44405 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:44405/_bse START replicas=[http://127.0.0.1:44400/_bse/collection1/] nUpdates=100
[junit4:junit4]   2> 16042 T3347 C229 P44405 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16043 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16043 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16044 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16044 T3347 C229 P44405 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16044 T3347 C229 P44405 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:44400/_bse/collection1/. core=collection1
[junit4:junit4]   2> 16044 T3347 C229 P44405 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C231 name=collection1 org.apache.solr.core.SolrCore@14f96e51 url=http://127.0.0.1:44400/_bse/collection1 node=127.0.0.1:44400__bse C231_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:44400__bse, base_url=http://127.0.0.1:44400/_bse, leader=true}
[junit4:junit4]   2> 16050 T3321 C231 P44400 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16054 T3322 C231 P44400 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16056 T3322 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 16060 T3322 C231 P44400 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16060 T3322 C231 P44400 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16064 T3322 C231 P44400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16065 T3322 C231 P44400 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16066 T3322 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 16067 T3322 C231 P44400 oass.SolrIndexSearcher.<init> Opening Searcher@6ad63b9f realtime
[junit4:junit4]   2> 16067 T3322 C231 P44400 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16067 T3322 C231 P44400 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 16068 T3347 C229 P44405 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16068 T3347 C229 P44405 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16071 T3323 C231 P44400 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16071 T3323 C231 P44400 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16072 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16072 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16073 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16075 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 16076 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 16076 T3323 C231 P44400 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16077 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16078 T3347 C229 P44405 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 forceNew:false
[junit4:junit4]   2> 16079 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16079 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 lockFactory=org.apache.lucene.store.NativeFSLockFactory@459d386e; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=true
[junit4:junit4]   2> 16083 T3323 C231 P44400 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16084 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index
[junit4:junit4]   2> 16085 T3347 C229 P44405 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16085 T3347 C229 P44405 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130218110145332
[junit4:junit4]   2> 16087 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16087 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16087 T3347 C229 P44405 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index/ new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332
[junit4:junit4]   2> 16091 T3347 C229 P44405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 lockFactory=org.apache.lucene.store.NativeFSLockFactory@459d386e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16091 T3347 C229 P44405 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16092 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16092 T3347 C229 P44405 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16093 T3347 C229 P44405 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16093 T3347 C229 P44405 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16094 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332
[junit4:junit4]   2> 16094 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16098 T3347 C229 P44405 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 lockFactory=org.apache.lucene.store.NativeFSLockFactory@459d386e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16098 T3347 C229 P44405 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16098 T3347 C229 P44405 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16099 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16099 T3347 C229 P44405 oass.SolrIndexSearcher.<init> Opening Searcher@3c241e8d main
[junit4:junit4]   2> 16100 T3346 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c241e8d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16101 T3346 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index
[junit4:junit4]   2> 16101 T3347 C229 P44405 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16104 T3347 C229 P44405 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 lockFactory=org.apache.lucene.store.NativeFSLockFactory@459d386e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332 lockFactory=org.apache.lucene.store.NativeFSLockFactory@459d386e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16105 T3347 C229 P44405 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16106 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2
[junit4:junit4]   2> 16106 T3347 C229 P44405 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16106 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index.20130218110145332
[junit4:junit4]   2> 16106 T3347 C229 P44405 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty2/index
[junit4:junit4]   2> 16107 T3347 C229 P44405 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16107 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16107 T3347 C229 P44405 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16107 T3347 C229 P44405 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16109 T3347 C229 P44405 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16408 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16409 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44409__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44409/_bse"}
[junit4:junit4]   2> 16413 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44405__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44405/_bse"}
[junit4:junit4]   2> 16426 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16426 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16678 T3288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44413__bse
[junit4:junit4]   2> 16679 T3293 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cebad9d34000c type:delete cxid:0xb zxid:0x9d txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44413__bse Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44413__bse
[junit4:junit4]   2> 16680 T3288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44413__bse
[junit4:junit4]   2> 16682 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16682 T3360 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16682 T3316 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16682 T3310 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16683 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16682 T3344 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16682 T3329 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16683 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16683 T3376 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16683 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16683 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16683 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16694 T3379 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/collection1
[junit4:junit4]   2> 16694 T3379 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16694 T3379 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16695 T3379 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16696 T3379 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/collection1/'
[junit4:junit4]   2> 16697 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/collection1/lib/README' to classloader
[junit4:junit4]   2> 16698 T3379 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16791 T3379 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 16849 T3379 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16950 T3379 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16957 T3379 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17563 T3379 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17574 T3379 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17578 T3379 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17591 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17596 T3379 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17600 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17601 T3379 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17602 T3379 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1361163704612/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/
[junit4:junit4]   2> 17603 T3379 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eb1e1a3
[junit4:junit4]   2> 17603 T3379 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 17604 T3379 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4 forceNew:false
[junit4:junit4]   2> 17605 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 17605 T3379 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index/
[junit4:junit4]   2> 17606 T3379 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17607 T3379 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index forceNew:false
[junit4:junit4]   2> 17639 T3379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1459295e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17639 T3379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17641 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 17643 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17643 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17644 T3379 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17644 T3379 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17645 T3379 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17645 T3379 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17646 T3379 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17646 T3379 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17647 T3379 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17659 T3379 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17666 T3379 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 17667 T3379 oass.SolrIndexSearcher.<init> Opening Searcher@77667d81 main
[junit4:junit4]   2> 17668 T3379 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17669 T3379 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17673 T3380 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77667d81 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17675 T3379 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17675 T3379 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17937 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17937 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44413__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44413/_bse"}
[junit4:junit4]   2> 17938 T3311 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 17938 T3311 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17951 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17951 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17951 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17951 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17951 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17951 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18678 T3379 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18678 T3379 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44413/_bse collection:collection1 shard:shard1
[junit4:junit4]   2> 18710 T3379 oasc.ZkController.register We are http://127.0.0.1:44413/_bse/collection1/ and leader is http://127.0.0.1:44400/_bse/collection1/
[junit4:junit4]   2> 18710 T3379 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44413/_bse
[junit4:junit4]   2> 18710 T3379 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18710 T3379 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C232 name=collection1 org.apache.solr.core.SolrCore@5668ac28 url=http://127.0.0.1:44413/_bse/collection1 node=127.0.0.1:44413__bse C232_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:44413__bse, base_url=http://127.0.0.1:44413/_bse}
[junit4:junit4]   2> 18711 T3381 C232 P44413 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18712 T3379 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18712 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18712 T3381 C232 P44413 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18712 T3381 C232 P44413 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18713 T3288 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18713 T3288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18714 T3288 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18715 T3381 C232 P44413 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18730 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18731 T3288 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 18732 T3288 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 18732 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C230_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:44409__bse, base_url=http://127.0.0.1:44409/_bse}
[junit4:junit4]   2> 19375 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:44400/_bse/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19375 T3363 C230 P44409 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:44409/_bse START replicas=[http://127.0.0.1:44400/_bse/collection1/] nUpdates=100
[junit4:junit4]   2> 19376 T3363 C230 P44409 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19376 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19376 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19376 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19377 T3363 C230 P44409 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19377 T3363 C230 P44409 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:44400/_bse/collection1/. core=collection1
[junit4:junit4]   2> 19377 T3363 C230 P44409 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19378 T3321 C231 P44400 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19388 T3325 C231 P44400 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19393 T3325 C231 P44400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19393 T3325 C231 P44400 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19394 T3325 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 19395 T3325 C231 P44400 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19395 T3325 C231 P44400 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 19396 T3363 C230 P44409 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19396 T3363 C230 P44409 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19398 T3323 C231 P44400 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19399 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19399 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19399 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19401 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 19402 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 19402 T3323 C231 P44400 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19403 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19404 T3363 C230 P44409 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 forceNew:false
[junit4:junit4]   2> 19405 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19405 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fc2ff9e; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=true
[junit4:junit4]   2> 19409 T3323 C231 P44400 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 19410 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index
[junit4:junit4]   2> 19411 T3363 C230 P44409 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19411 T3363 C230 P44409 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130218110148658
[junit4:junit4]   2> 19412 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19413 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19413 T3363 C230 P44409 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index/ new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658
[junit4:junit4]   2> 19416 T3363 C230 P44409 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fc2ff9e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19417 T3363 C230 P44409 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19418 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19418 T3363 C230 P44409 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19418 T3363 C230 P44409 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19419 T3363 C230 P44409 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19420 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658
[junit4:junit4]   2> 19420 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19423 T3363 C230 P44409 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fc2ff9e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19424 T3363 C230 P44409 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19424 T3363 C230 P44409 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19424 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19425 T3363 C230 P44409 oass.SolrIndexSearcher.<init> Opening Searcher@5b4869a1 main
[junit4:junit4]   2> 19426 T3362 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b4869a1 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19426 T3362 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index
[junit4:junit4]   2> 19427 T3363 C230 P44409 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19430 T3363 C230 P44409 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fc2ff9e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7fc2ff9e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 19430 T3363 C230 P44409 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 19431 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3
[junit4:junit4]   2> 19432 T3363 C230 P44409 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19432 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index.20130218110148658
[junit4:junit4]   2> 19432 T3363 C230 P44409 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty3/index
[junit4:junit4]   2> 19432 T3363 C230 P44409 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19433 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19433 T3363 C230 P44409 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19433 T3363 C230 P44409 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19440 T3363 C230 P44409 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19455 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19455 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44413__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44413/_bse"}
[junit4:junit4]   2> 19459 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44409__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44409/_bse"}
[junit4:junit4]   2> 19469 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19469 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19469 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19469 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19469 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19469 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19734 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20736 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C232_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:44413__bse, base_url=http://127.0.0.1:44413/_bse}
[junit4:junit4]   2> 21733 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:44400/_bse/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 21733 T3381 C232 P44413 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:44413/_bse START replicas=[http://127.0.0.1:44400/_bse/collection1/] nUpdates=100
[junit4:junit4]   2> 21734 T3381 C232 P44413 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21734 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 21734 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 21734 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 21734 T3381 C232 P44413 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21735 T3381 C232 P44413 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:44400/_bse/collection1/. core=collection1
[junit4:junit4]   2> 21735 T3381 C232 P44413 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21736 T3321 C231 P44400 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21738 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21750 T3319 C231 P44400 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21766 T3319 C231 P44400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 21767 T3319 C231 P44400 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 21767 T3319 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 21768 T3319 C231 P44400 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21768 T3319 C231 P44400 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 21769 T3381 C232 P44413 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21769 T3381 C232 P44413 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21772 T3323 C231 P44400 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21773 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 21773 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21773 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21775 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 21776 T3323 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 21776 T3323 C231 P44400 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
[junit4:junit4]   2> 21777 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21778 T3381 C232 P44413 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 forceNew:false
[junit4:junit4]   2> 21779 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21779 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@585e6d5c; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=true
[junit4:junit4]   2> 21783 T3323 C231 P44400 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 21784 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 21785 T3381 C232 P44413 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21785 T3381 C232 P44413 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130218110151032
[junit4:junit4]   2> 21786 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21787 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21787 T3381 C232 P44413 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index/ new=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 21791 T3381 C232 P44413 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@585e6d5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 21791 T3381 C232 P44413 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 21792 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21792 T3381 C232 P44413 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21793 T3381 C232 P44413 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 21793 T3381 C232 P44413 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 21794 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 21794 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21798 T3381 C232 P44413 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@585e6d5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 21798 T3381 C232 P44413 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 21798 T3381 C232 P44413 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21799 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21799 T3381 C232 P44413 oass.SolrIndexSearcher.<init> Opening Searcher@3f320892 main
[junit4:junit4]   2> 21800 T3380 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f320892 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 21801 T3380 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 21801 T3381 C232 P44413 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 21804 T3381 C232 P44413 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@585e6d5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032 lockFactory=org.apache.lucene.store.NativeFSLockFactory@585e6d5c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 21805 T3381 C232 P44413 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 21806 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 21806 T3381 C232 P44413 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21806 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 21806 T3381 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 21807 T3381 C232 P44413 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 21807 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 21807 T3381 C232 P44413 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 21807 T3381 C232 P44413 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21814 T3381 C232 P44413 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22483 T3311 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22484 T3311 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44413__bse",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44413/_bse"}
[junit4:junit4]   2> 22498 T3329 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22498 T3310 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22498 T3344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22498 T3316 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22498 T3360 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22498 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22740 T3288 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22741 T3288 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C233 name=collection1 org.apache.solr.core.SolrCore@29e4fa06 url=http://127.0.0.1:44391/_bse/collection1 node=127.0.0.1:44391__bse C233_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:44391__bse, base_url=http://127.0.0.1:44391/_bse, leader=true}
[junit4:junit4]   2> 22751 T3300 C233 P44391 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22752 T3300 C233 P44391 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data
[junit4:junit4]   2> 22757 T3300 C233 P44391 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63f8d67a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22757 T3300 C233 P44391 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22761 T3300 C233 P44391 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63f8d67a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63f8d67a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22762 T3300 C233 P44391 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22763 T3300 C233 P44391 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data
[junit4:junit4]   2> 22765 T3300 C233 P44391 oass.SolrIndexSearcher.<init> Opening Searcher@2ccb4e11 main
[junit4:junit4]   2> 22766 T3300 C233 P44391 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22766 T3314 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ccb4e11 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 22767 T3314 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/control/data/index
[junit4:junit4]   2> 22767 T3300 C233 P44391 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 22778 T3322 C231 P44400 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22782 T3322 C231 P44400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b3e3736; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 22782 T3322 C231 P44400 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 22783 T3322 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1
[junit4:junit4]   2> 22784 T3322 C231 P44400 oass.SolrIndexSearcher.<init> Opening Searcher@19415e8 main
[junit4:junit4]   2> 22784 T3322 C231 P44400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 22785 T3322 C231 P44400 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22786 T3331 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19415e8 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22786 T3331 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty1/index
[junit4:junit4]   2> 22786 T3322 C231 P44400 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:44405/_bse/collection1/, StdNode: http://127.0.0.1:44409/_bse/collection1/, StdNode: http://127.0.0.1:44413/_bse/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2>  C230_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:44409__bse, base_url=http://127.0.0.1:44409/_bse}
[junit4:junit4]   2> 22801 T3350 C230 P44409 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2>  C232_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:44413__bse, base_url=http://127.0.0.1:44413/_bse}
[junit4:junit4]   2> 22801 T3366 C232 P44413 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2>  C229_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=col

[...truncated too long message...]

Writer with IndexWriterCloser
[junit4:junit4]   2> 161325 T3376 C232 P44413 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/tlog/tlog.0000000000000000005 refcount=1}
[junit4:junit4]   2> 161329 T3376 C232 P44413 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 161330 T3376 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 161333 T3376 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 161334 T3376 oasc.CachingDirectoryFactory.close Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 161334 T3376 oash.SnapPuller$2.preClose removing old index files NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1459295e; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 161336 T3376 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index.20130218110151032
[junit4:junit4]   2> 161336 T3376 oash.SnapPuller$2.postClose removing old index directory NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1459295e; maxCacheMB=48.0 maxMergeSizeMB=4.0)
[junit4:junit4]   2> 161337 T3376 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 161337 T3376 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4/index
[junit4:junit4]   2> 161337 T3376 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 161338 T3376 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1361163689261/jetty4
[junit4:junit4]   2> 161338 T3376 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 161339 T3376 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 161339 T3376 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 161340 T3376 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 161340 T3376 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=PostingsFormat(name=Asserting), text=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=Asserting), rnd_b=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting), id=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Asserting), range_facet_sl=PostingsFormat(name=MockRandom), range_facet_si=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=Lucene41WithOrds)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=iw_IL, timezone=Asia/Almaty
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=3,free=227367168,total=466616320
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestArbitraryIndexDir, TestQueryUtils, TestZkChroot, TestJmxIntegration, TestPropInject, TestFoldingMultitermQuery, TestSolrDeletionPolicy1, TestBM25SimilarityFactory, UpdateParamsTest, TestBinaryField, RAMDirectoryFactoryTest, TestTrie, TestSort, SuggesterTest, FileUtilsTest, TestSolr4Spatial, TestUtils, ConvertedLegacyTest, ZkNodePropsTest, BasicFunctionalityTest, ZkSolrClientTest, TestLRUCache, DocumentAnalysisRequestHandlerTest, RecoveryZkTest, CollectionsAPIDistributedZkTest, QueryEqualityTest, TestReversedWildcardFilterFactory, ShardRoutingTest, BadIndexSchemaTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestUpdate, LegacyHTMLStripCharFilterTest, TestAnalyzedSuggestions, BasicZkTest, TestSolrXMLSerializer, TestPhraseSuggestions, TestLazyCores, TestPropInjectDefaults, UUIDFieldTest, SuggesterTSTTest, PolyFieldTest, OverseerTest, OutputWriterTest, HighlighterTest, FieldMutatingUpdateProcessorTest, SynonymTokenizerTest, PeerSyncTest, TestQuerySenderListener, ExternalFileFieldSortTest, TestDocSet, TestStressLucene, DocumentBuilderTest, TestRealTimeGet, SignatureUpdateProcessorFactoryTest, TestMergePolicyConfig, TestSolrJ, RequiredFieldsTest, AnalysisAfterCoreReloadTest, PrimitiveFieldTypeTest, LeaderElectionTest, DirectUpdateHandlerTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, DistributedSpellCheckComponentTest, TestDistributedGrouping, TestDistributedSearch, TestExtendedDismaxParser, SoftAutoCommitTest, WordBreakSolrSpellCheckerTest, TestHashPartitioner, StatsComponentTest, TestRecovery, TestJoin, TestCSVResponseWriter, DistributedQueryElevationComponentTest, DisMaxRequestHandlerTest, SolrInfoMBeanTest, StandardRequestHandlerTest, TestQueryTypes, PingRequestHandlerTest, SuggesterWFSTTest, SolrPluginUtilsTest, DebugComponentTest, RequestHandlersTest, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, ShowFileRequestHandlerTest, TestLuceneMatchVersion, TestWriterPerf, TestSolrDeletionPolicy2, TestXIncludeConfig, TestCollationField, TestQuerySenderNoQuery, NumericFieldsTest, MultiTermTest, TestJmxMonitoredMap, EchoParamsTest, SpellPossibilityIteratorTest, TestPerFieldSimilarity, TestCodecSupport, TestFastLRUCache, URLClassifyProcessorTest, DateFieldTest, DOMUtilTest, PreAnalyzedFieldTest, PathHierarchyTokenizerFactoryTest, ClusterStateTest, ClusterStateUpdateTest, OverseerCollectionProcessorTest, SyncSliceTest]
[junit4:junit4] Completed on J1 in 161.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 65 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1202: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:865: There were test failures: 253 suites, 1053 tests, 1 failure, 22 ignored (4 assumptions)

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