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/01/15 20:15:32 UTC

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

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.ShardRoutingTest.testDistribSearch

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:56104/x/collection1
	at __randomizedtesting.SeedInfo.seed([C42B338B10A72DA2:45CDBD9367F84D9E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	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.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.ShardRoutingTest.doTestNumRequests(ShardRoutingTest.java:230)
	at org.apache.solr.cloud.ShardRoutingTest.doTest(ShardRoutingTest.java:120)
	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:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 47 more


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:55248/collection2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:55248/collection2
	at __randomizedtesting.SeedInfo.seed([C42B338B10A72DA2:45CDBD9367F84D9E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	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.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZkTest.indexDoc(BasicDistributedZkTest.java:1257)
	at org.apache.solr.cloud.BasicDistributedZkTest.testMultipleCollections(BasicDistributedZkTest.java:1193)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:328)
	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:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 48 more




Build Log:
[...truncated 8814 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T1411 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T1411 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-1358276453645
[junit4:junit4]   2> 6 T1411 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T1412 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 8 T1412 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 8 T1412 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 8 T1412 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T1412 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T1412 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-1358276453645/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T1411 oasc.ZkTestServer.run start zk server on port:16736
[junit4:junit4]   2> 107 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@b07cd0b
[junit4:junit4]   2> 108 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T1417 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 108 T1417 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 109 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:51819
[junit4:junit4]   2> 109 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:51819
[junit4:junit4]   2> 109 T1415 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 112 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150000 with negotiated timeout 10000 for client /140.211.11.196:51819
[junit4:junit4]   2> 112 T1417 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150000, negotiated timeout = 10000
[junit4:junit4]   2> 112 T1418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b07cd0b name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 112 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 113 T1411 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 124 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150000
[junit4:junit4]   2> 124 T1418 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150000 closed
[junit4:junit4]   2> 125 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:51819 which had sessionid 0x13c3f95e5150000
[junit4:junit4]   2> 125 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3aba1035
[junit4:junit4]   2> 126 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 126 T1419 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 126 T1419 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 126 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45511
[junit4:junit4]   2> 127 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45511
[junit4:junit4]   2> 128 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150001 with negotiated timeout 10000 for client /140.211.11.196:45511
[junit4:junit4]   2> 128 T1419 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150001, negotiated timeout = 10000
[junit4:junit4]   2> 128 T1420 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3aba1035 name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 128 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 129 T1411 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 135 T1411 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 142 T1411 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 144 T1411 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 146 T1411 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.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 147 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T1411 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> 162 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 265 T1411 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> 265 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 268 T1411 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> 268 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 278 T1411 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> 279 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 281 T1411 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> 281 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 288 T1411 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> 289 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 291 T1411 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> 291 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 294 T1411 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> 294 T1411 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 301 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150001
[junit4:junit4]   2> 302 T1420 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 302 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150001 closed
[junit4:junit4]   2> 302 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45511 which had sessionid 0x13c3f95e5150001
[junit4:junit4]   2> 427 T1411 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 431 T1411 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:19121
[junit4:junit4]   2> 431 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 431 T1411 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 432 T1411 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-1358276453942
[junit4:junit4]   2> 432 T1411 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-1358276453942/solr.xml
[junit4:junit4]   2> 432 T1411 oasc.CoreContainer.<init> New CoreContainer 1476714088
[junit4:junit4]   2> 433 T1411 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-1358276453942/'
[junit4:junit4]   2> 433 T1411 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-1358276453942/'
[junit4:junit4]   2> 488 T1411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 489 T1411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 489 T1411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 490 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 490 T1411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 490 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 491 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 491 T1411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 492 T1411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 492 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 516 T1411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 536 T1411 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:16736/solr
[junit4:junit4]   2> 537 T1411 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 537 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3d8a33c
[junit4:junit4]   2> 538 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 539 T1430 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 540 T1430 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 540 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:25424
[junit4:junit4]   2> 540 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:25424
[junit4:junit4]   2> 543 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150002 with negotiated timeout 20000 for client /140.211.11.196:25424
[junit4:junit4]   2> 543 T1430 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150002, negotiated timeout = 20000
[junit4:junit4]   2> 543 T1431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d8a33c name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 543 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 544 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150002
[junit4:junit4]   2> 545 T1431 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 545 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:25424 which had sessionid 0x13c3f95e5150002
[junit4:junit4]   2> 545 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150002 closed
[junit4:junit4]   2> 546 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 560 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6e2e27ee
[junit4:junit4]   2> 561 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 561 T1432 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 562 T1432 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 562 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:57798
[junit4:junit4]   2> 562 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:57798
[junit4:junit4]   2> 563 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150003 with negotiated timeout 20000 for client /140.211.11.196:57798
[junit4:junit4]   2> 563 T1432 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150003, negotiated timeout = 20000
[junit4:junit4]   2> 564 T1433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e2e27ee name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 564 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 566 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 574 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 576 T1411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:19121_
[junit4:junit4]   2> 576 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:19121_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:19121_
[junit4:junit4]   2> 577 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:19121_
[junit4:junit4]   2> 585 T1411 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 596 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 597 T1411 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 604 T1411 oasc.Overseer.start Overseer (id=89016005666603011-127.0.0.1:19121_-n_0000000000) starting
[junit4:junit4]   2> 605 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 606 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 607 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 616 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 617 T1435 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 618 T1411 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 628 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 630 T1434 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 635 T1436 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-1358276453942/collection1
[junit4:junit4]   2> 636 T1436 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 636 T1436 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 636 T1436 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 638 T1436 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-1358276453942/collection1/'
[junit4:junit4]   2> 639 T1436 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-1358276453942/collection1/lib/README' to classloader
[junit4:junit4]   2> 640 T1436 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-1358276453942/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 696 T1436 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 775 T1436 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 876 T1436 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 883 T1436 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1514 T1436 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1524 T1436 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1528 T1436 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1541 T1436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1545 T1436 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1549 T1436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1550 T1436 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1551 T1436 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-1358276453942/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/control/data/
[junit4:junit4]   2> 1551 T1436 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28062593
[junit4:junit4]   2> 1552 T1436 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1584 T1436 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-1358276453645/control/data forceNew:false
[junit4:junit4]   2> 1585 T1436 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-1358276453645/control/data
[junit4:junit4]   2> 1585 T1436 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/control/data/index/
[junit4:junit4]   2> 1586 T1436 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1587 T1436 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-1358276453645/control/data/index forceNew:false
[junit4:junit4]   2> 1593 T1436 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d8d4f80),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1593 T1436 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1594 T1436 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-1358276453645/control/data/index
[junit4:junit4]   2> 1594 T1436 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1596 T1436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1596 T1436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1597 T1436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1597 T1436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1598 T1436 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1598 T1436 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1598 T1436 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1599 T1436 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1599 T1436 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1600 T1436 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1600 T1436 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1601 T1436 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1601 T1436 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1602 T1436 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1602 T1436 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1602 T1436 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1603 T1436 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1603 T1436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1604 T1436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1604 T1436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1605 T1436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1605 T1436 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1606 T1436 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1606 T1436 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1607 T1436 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1607 T1436 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1619 T1436 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1624 T1436 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1625 T1436 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1627 T1436 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-1358276453645/control/data
[junit4:junit4]   2> 1629 T1436 oass.SolrIndexSearcher.<init> Opening Searcher@2248d90d main
[junit4:junit4]   2> 1630 T1436 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1630 T1436 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1630 T1436 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1648 T1436 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1704 T1437 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2248d90d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1710 T1436 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1710 T1436 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1711 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 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> 2133 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2134 T1434 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:19121_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19121"}
[junit4:junit4]   2> 2134 T1434 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2134 T1434 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2135 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 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> 2153 T1433 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> 2721 T1436 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2721 T1436 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:19121 collection:control_collection shard:shard1
[junit4:junit4]   2> 2722 T1436 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2740 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 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> 2740 T1436 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2741 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2743 T1436 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2743 T1436 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2744 T1436 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:19121/collection1/
[junit4:junit4]   2> 2744 T1436 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2744 T1436 oasc.SyncStrategy.syncToMe http://127.0.0.1:19121/collection1/ has no replicas
[junit4:junit4]   2> 2745 T1436 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:19121/collection1/
[junit4:junit4]   2> 2745 T1436 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2748 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3657 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3692 T1433 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> 3719 T1436 oasc.ZkController.register We are http://127.0.0.1:19121/collection1/ and leader is http://127.0.0.1:19121/collection1/
[junit4:junit4]   2> 3719 T1436 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:19121
[junit4:junit4]   2> 3719 T1436 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3719 T1436 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3720 T1436 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3722 T1436 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3723 T1411 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> 3724 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3725 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3742 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3759 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1774d40d
[junit4:junit4]   2> 3760 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3761 T1438 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3761 T1438 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 3761 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32107
[junit4:junit4]   2> 3762 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32107
[junit4:junit4]   2> 3768 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150004 with negotiated timeout 10000 for client /140.211.11.196:32107
[junit4:junit4]   2> 3768 T1438 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150004, negotiated timeout = 10000
[junit4:junit4]   2> 3768 T1439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1774d40d name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3768 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3769 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3773 T1411 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3948 T1411 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3952 T1411 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:55248
[junit4:junit4]   2> 3953 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3953 T1411 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3954 T1411 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-1358276457413
[junit4:junit4]   2> 3954 T1411 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-1358276457413/solr.xml
[junit4:junit4]   2> 3955 T1411 oasc.CoreContainer.<init> New CoreContainer 643958567
[junit4:junit4]   2> 3956 T1411 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-1358276457413/'
[junit4:junit4]   2> 3956 T1411 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-1358276457413/'
[junit4:junit4]   2> 4016 T1411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4017 T1411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4017 T1411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4018 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4018 T1411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4018 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4019 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4019 T1411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4020 T1411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4020 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4044 T1411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4065 T1411 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:16736/solr
[junit4:junit4]   2> 4066 T1411 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4067 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b030517
[junit4:junit4]   2> 4068 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4068 T1449 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4069 T1449 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 4070 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:50028
[junit4:junit4]   2> 4070 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:50028
[junit4:junit4]   2> 4073 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150005 with negotiated timeout 20000 for client /140.211.11.196:50028
[junit4:junit4]   2> 4073 T1449 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150005, negotiated timeout = 20000
[junit4:junit4]   2> 4074 T1450 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b030517 name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4074 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4075 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150005
[junit4:junit4]   2> 4088 T1450 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4088 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:50028 which had sessionid 0x13c3f95e5150005
[junit4:junit4]   2> 4088 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150005 closed
[junit4:junit4]   2> 4089 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4101 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5af78cc5
[junit4:junit4]   2> 4102 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4103 T1451 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4103 T1451 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 4103 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:56852
[junit4:junit4]   2> 4104 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:56852
[junit4:junit4]   2> 4105 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150006 with negotiated timeout 20000 for client /140.211.11.196:56852
[junit4:junit4]   2> 4105 T1451 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150006, negotiated timeout = 20000
[junit4:junit4]   2> 4105 T1452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5af78cc5 name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4105 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4106 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4108 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4115 T1411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55248_
[junit4:junit4]   2> 4116 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55248_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55248_
[junit4:junit4]   2> 4117 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55248_
[junit4:junit4]   2> 4119 T1433 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4119 T1439 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4120 T1433 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> 4127 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4135 T1453 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-1358276457413/collection1
[junit4:junit4]   2> 4135 T1453 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4135 T1453 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4136 T1453 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4137 T1453 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-1358276457413/collection1/'
[junit4:junit4]   2> 4138 T1453 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-1358276457413/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4139 T1453 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-1358276457413/collection1/lib/README' to classloader
[junit4:junit4]   2> 4195 T1453 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4272 T1453 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4373 T1453 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4379 T1453 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4998 T1453 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5007 T1453 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5009 T1453 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5019 T1453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5022 T1453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5026 T1453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5026 T1453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5027 T1453 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-1358276457413/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty1/
[junit4:junit4]   2> 5027 T1453 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28062593
[junit4:junit4]   2> 5028 T1453 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5029 T1453 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-1358276453645/jetty1 forceNew:false
[junit4:junit4]   2> 5029 T1453 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-1358276453645/jetty1
[junit4:junit4]   2> 5029 T1453 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty1/index/
[junit4:junit4]   2> 5030 T1453 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5031 T1453 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-1358276453645/jetty1/index forceNew:false
[junit4:junit4]   2> 5060 T1453 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f38f043),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5060 T1453 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5061 T1453 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-1358276453645/jetty1/index
[junit4:junit4]   2> 5061 T1453 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5063 T1453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5063 T1453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5063 T1453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5063 T1453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5064 T1453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5064 T1453 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5064 T1453 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5065 T1453 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5065 T1453 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5066 T1453 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5066 T1453 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5067 T1453 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5067 T1453 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5067 T1453 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5067 T1453 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5068 T1453 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5068 T1453 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5069 T1453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5069 T1453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5070 T1453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5070 T1453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5071 T1453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5071 T1453 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5071 T1453 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5072 T1453 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5072 T1453 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5082 T1453 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5086 T1453 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5087 T1453 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5089 T1453 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-1358276453645/jetty1
[junit4:junit4]   2> 5090 T1453 oass.SolrIndexSearcher.<init> Opening Searcher@53d390ac main
[junit4:junit4]   2> 5091 T1453 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5091 T1453 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5091 T1453 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5097 T1453 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5146 T1454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53d390ac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5151 T1453 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5152 T1453 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5197 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5197 T1434 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:19121_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:19121"}
[junit4:junit4]   2> 5201 T1434 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:55248_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55248"}
[junit4:junit4]   2> 5201 T1434 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5201 T1434 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5214 T1439 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> 5214 T1452 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> 5214 T1433 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> 6156 T1453 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6156 T1453 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55248 collection:collection1 shard:shard1
[junit4:junit4]   2> 6157 T1453 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6172 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6173 T1453 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6173 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6182 T1453 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6182 T1453 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6182 T1453 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55248/collection1/
[junit4:junit4]   2> 6182 T1453 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6182 T1453 oasc.SyncStrategy.syncToMe http://127.0.0.1:55248/collection1/ has no replicas
[junit4:junit4]   2> 6182 T1453 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55248/collection1/
[junit4:junit4]   2> 6183 T1453 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6186 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6727 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6745 T1452 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> 6745 T1439 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> 6745 T1433 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> 6748 T1453 oasc.ZkController.register We are http://127.0.0.1:55248/collection1/ and leader is http://127.0.0.1:55248/collection1/
[junit4:junit4]   2> 6748 T1453 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55248
[junit4:junit4]   2> 6748 T1453 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6748 T1453 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6748 T1453 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6755 T1453 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6756 T1411 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> 6757 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6757 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6880 T1411 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6883 T1411 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:25473
[junit4:junit4]   2> 6883 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6884 T1411 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6884 T1411 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-1358276460408
[junit4:junit4]   2> 6884 T1411 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-1358276460408/solr.xml
[junit4:junit4]   2> 6885 T1411 oasc.CoreContainer.<init> New CoreContainer 380360275
[junit4:junit4]   2> 6885 T1411 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-1358276460408/'
[junit4:junit4]   2> 6885 T1411 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-1358276460408/'
[junit4:junit4]   2> 6922 T1411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6923 T1411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6923 T1411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6923 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6924 T1411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6924 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6924 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6925 T1411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6925 T1411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6925 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6941 T1411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6960 T1411 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:16736/solr
[junit4:junit4]   2> 6961 T1411 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6961 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1cb4fc57
[junit4:junit4]   2> 6963 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6963 T1464 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6964 T1464 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 6964 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32401
[junit4:junit4]   2> 6965 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32401
[junit4:junit4]   2> 6967 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150007 with negotiated timeout 20000 for client /140.211.11.196:32401
[junit4:junit4]   2> 6967 T1464 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150007, negotiated timeout = 20000
[junit4:junit4]   2> 6967 T1465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cb4fc57 name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6968 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6969 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150007
[junit4:junit4]   2> 6984 T1465 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6984 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150007 closed
[junit4:junit4]   2> 6984 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:32401 which had sessionid 0x13c3f95e5150007
[junit4:junit4]   2> 6985 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 6999 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@62c5d595
[junit4:junit4]   2> 7000 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7000 T1466 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7001 T1466 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 7001 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:12534
[junit4:junit4]   2> 7001 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:12534
[junit4:junit4]   2> 7003 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150008 with negotiated timeout 20000 for client /140.211.11.196:12534
[junit4:junit4]   2> 7003 T1466 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150008, negotiated timeout = 20000
[junit4:junit4]   2> 7003 T1467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62c5d595 name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7003 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7004 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7005 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7012 T1411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25473_
[junit4:junit4]   2> 7013 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:25473_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:25473_
[junit4:junit4]   2> 7014 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25473_
[junit4:junit4]   2> 7016 T1439 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> 7016 T1452 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> 7016 T1433 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7017 T1433 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> 7025 T1439 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7025 T1452 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7026 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7033 T1468 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-1358276460408/collection1
[junit4:junit4]   2> 7033 T1468 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7034 T1468 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7034 T1468 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7035 T1468 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-1358276460408/collection1/'
[junit4:junit4]   2> 7037 T1468 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-1358276460408/collection1/lib/README' to classloader
[junit4:junit4]   2> 7037 T1468 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-1358276460408/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7094 T1468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7171 T1468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7272 T1468 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7279 T1468 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7934 T1468 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7945 T1468 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7948 T1468 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7958 T1468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7961 T1468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7965 T1468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7965 T1468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7966 T1468 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-1358276460408/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty2/
[junit4:junit4]   2> 7966 T1468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28062593
[junit4:junit4]   2> 7967 T1468 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 7967 T1468 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-1358276453645/jetty2 forceNew:false
[junit4:junit4]   2> 7968 T1468 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-1358276453645/jetty2
[junit4:junit4]   2> 7968 T1468 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty2/index/
[junit4:junit4]   2> 7968 T1468 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7970 T1468 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-1358276453645/jetty2/index forceNew:false
[junit4:junit4]   2> 7974 T1468 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b7613d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7974 T1468 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7975 T1468 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-1358276453645/jetty2/index
[junit4:junit4]   2> 7975 T1468 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7977 T1468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7977 T1468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7977 T1468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7977 T1468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7978 T1468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7978 T1468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7978 T1468 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7979 T1468 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7979 T1468 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7980 T1468 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7980 T1468 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7981 T1468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7981 T1468 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7981 T1468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7982 T1468 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7982 T1468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7982 T1468 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7983 T1468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7983 T1468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7984 T1468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7984 T1468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7985 T1468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7985 T1468 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7986 T1468 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7986 T1468 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7987 T1468 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7997 T1468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8000 T1468 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8002 T1468 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8004 T1468 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-1358276453645/jetty2
[junit4:junit4]   2> 8005 T1468 oass.SolrIndexSearcher.<init> Opening Searcher@589ff84d main
[junit4:junit4]   2> 8006 T1468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8006 T1468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8007 T1468 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8012 T1468 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8069 T1469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@589ff84d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8073 T1468 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8074 T1468 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8259 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8260 T1434 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:55248_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55248"}
[junit4:junit4]   2> 8264 T1434 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:25473_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25473"}
[junit4:junit4]   2> 8264 T1434 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8264 T1434 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8276 T1439 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> 8276 T1452 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> 8276 T1433 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> 8276 T1467 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> 9076 T1468 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9076 T1468 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:25473 collection:collection1 shard:shard2
[junit4:junit4]   2> 9077 T1468 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9098 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9099 T1468 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9100 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9101 T1468 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9102 T1468 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9102 T1468 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:25473/collection1/
[junit4:junit4]   2> 9102 T1468 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9102 T1468 oasc.SyncStrategy.syncToMe http://127.0.0.1:25473/collection1/ has no replicas
[junit4:junit4]   2> 9103 T1468 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:25473/collection1/
[junit4:junit4]   2> 9103 T1468 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9105 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e5150008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9788 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9831 T1467 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> 9831 T1439 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> 9831 T1433 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> 9831 T1452 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> 9872 T1468 oasc.ZkController.register We are http://127.0.0.1:25473/collection1/ and leader is http://127.0.0.1:25473/collection1/
[junit4:junit4]   2> 9872 T1468 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:25473
[junit4:junit4]   2> 9872 T1468 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9872 T1468 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9872 T1468 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9874 T1468 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9875 T1411 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> 9875 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9876 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10003 T1411 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10006 T1411 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:17184
[junit4:junit4]   2> 10007 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10007 T1411 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10008 T1411 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-1358276463526
[junit4:junit4]   2> 10008 T1411 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-1358276463526/solr.xml
[junit4:junit4]   2> 10008 T1411 oasc.CoreContainer.<init> New CoreContainer 1256039138
[junit4:junit4]   2> 10009 T1411 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-1358276463526/'
[junit4:junit4]   2> 10009 T1411 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-1358276463526/'
[junit4:junit4]   2> 10048 T1411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10049 T1411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10049 T1411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10049 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10049 T1411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10050 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10050 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10050 T1411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10051 T1411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10051 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10065 T1411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10079 T1411 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:16736/solr
[junit4:junit4]   2> 10080 T1411 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10080 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@161ebd69
[junit4:junit4]   2> 10081 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10082 T1479 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10083 T1479 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 10083 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:21535
[junit4:junit4]   2> 10083 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:21535
[junit4:junit4]   2> 10085 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e5150009 with negotiated timeout 20000 for client /140.211.11.196:21535
[junit4:junit4]   2> 10085 T1479 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e5150009, negotiated timeout = 20000
[junit4:junit4]   2> 10086 T1480 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@161ebd69 name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10086 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10087 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e5150009
[junit4:junit4]   2> 10098 T1480 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10098 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:21535 which had sessionid 0x13c3f95e5150009
[junit4:junit4]   2> 10098 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e5150009 closed
[junit4:junit4]   2> 10098 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10106 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b387a81
[junit4:junit4]   2> 10107 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10107 T1481 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10108 T1481 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 10108 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:20346
[junit4:junit4]   2> 10108 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:20346
[junit4:junit4]   2> 10109 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e515000a with negotiated timeout 20000 for client /140.211.11.196:20346
[junit4:junit4]   2> 10109 T1481 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e515000a, negotiated timeout = 20000
[junit4:junit4]   2> 10109 T1482 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b387a81 name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10110 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10110 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10112 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10113 T1411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:17184_
[junit4:junit4]   2> 10113 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:17184_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:17184_
[junit4:junit4]   2> 10123 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:17184_
[junit4:junit4]   2> 10125 T1452 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> 10125 T1467 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> 10125 T1439 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> 10126 T1433 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10126 T1433 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> 10127 T1452 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10127 T1467 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10128 T1439 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10129 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10134 T1483 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-1358276463526/collection1
[junit4:junit4]   2> 10134 T1483 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10135 T1483 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10135 T1483 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10136 T1483 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-1358276463526/collection1/'
[junit4:junit4]   2> 10138 T1483 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-1358276463526/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10138 T1483 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-1358276463526/collection1/lib/README' to classloader
[junit4:junit4]   2> 10193 T1483 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10267 T1483 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10368 T1483 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10378 T1483 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11005 T1483 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11013 T1483 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11016 T1483 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11025 T1483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11029 T1483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11032 T1483 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11032 T1483 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11033 T1483 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-1358276463526/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty3/
[junit4:junit4]   2> 11033 T1483 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28062593
[junit4:junit4]   2> 11034 T1483 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 11034 T1483 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-1358276453645/jetty3 forceNew:false
[junit4:junit4]   2> 11035 T1483 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-1358276453645/jetty3
[junit4:junit4]   2> 11035 T1483 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty3/index/
[junit4:junit4]   2> 11036 T1483 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11037 T1483 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-1358276453645/jetty3/index forceNew:false
[junit4:junit4]   2> 11067 T1483 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4854f9bb),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11067 T1483 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11068 T1483 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-1358276453645/jetty3/index
[junit4:junit4]   2> 11068 T1483 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11070 T1483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11070 T1483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11070 T1483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11070 T1483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11071 T1483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11071 T1483 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11071 T1483 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11072 T1483 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11072 T1483 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11073 T1483 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11073 T1483 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11073 T1483 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11074 T1483 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11074 T1483 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11074 T1483 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11075 T1483 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11075 T1483 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11076 T1483 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11076 T1483 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11076 T1483 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11077 T1483 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11077 T1483 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11078 T1483 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11078 T1483 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11079 T1483 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11079 T1483 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11088 T1483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11091 T1483 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11092 T1483 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11093 T1483 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-1358276453645/jetty3
[junit4:junit4]   2> 11094 T1483 oass.SolrIndexSearcher.<init> Opening Searcher@49e98589 main
[junit4:junit4]   2> 11095 T1483 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11095 T1483 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11096 T1483 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11101 T1483 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11155 T1484 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49e98589 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11160 T1483 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11160 T1483 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11343 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11344 T1434 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:25473_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:25473"}
[junit4:junit4]   2> 11347 T1434 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:17184_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17184"}
[junit4:junit4]   2> 11347 T1434 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11347 T1434 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11359 T1433 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> 11359 T1439 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> 11359 T1482 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> 11359 T1452 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> 11359 T1467 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> 12162 T1483 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12162 T1483 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:17184 collection:collection1 shard:shard1
[junit4:junit4]   2> 12165 T1483 oasc.ZkController.register We are http://127.0.0.1:17184/collection1/ and leader is http://127.0.0.1:55248/collection1/
[junit4:junit4]   2> 12165 T1483 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:17184
[junit4:junit4]   2> 12165 T1483 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12165 T1483 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C128 name=collection1 org.apache.solr.core.SolrCore@65e51d5a url=http://127.0.0.1:17184/collection1 node=127.0.0.1:17184_ C128_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:17184_, base_url=http://127.0.0.1:17184}
[junit4:junit4]   2> 12170 T1485 C128 P17184 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12171 T1483 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12172 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12172 T1485 C128 P17184 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12172 T1485 C128 P17184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12172 T1411 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> 12173 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12173 T1485 C128 P17184 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12173 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12367 T1411 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12371 T1411 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38309
[junit4:junit4]   2> 12371 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12372 T1411 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12372 T1411 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-1358276465829
[junit4:junit4]   2> 12373 T1411 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-1358276465829/solr.xml
[junit4:junit4]   2> 12373 T1411 oasc.CoreContainer.<init> New CoreContainer 1485700885
[junit4:junit4]   2> 12374 T1411 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-1358276465829/'
[junit4:junit4]   2> 12374 T1411 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-1358276465829/'
[junit4:junit4]   2> 12430 T1411 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12431 T1411 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12431 T1411 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12432 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12432 T1411 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12433 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12433 T1411 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12434 T1411 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12434 T1411 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12434 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12456 T1411 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12477 T1411 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:16736/solr
[junit4:junit4]   2> 12477 T1411 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12478 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@88cc9f7
[junit4:junit4]   2> 12479 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12479 T1495 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12480 T1495 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 12481 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30103
[junit4:junit4]   2> 12481 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30103
[junit4:junit4]   2> 12483 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e515000b with negotiated timeout 20000 for client /140.211.11.196:30103
[junit4:junit4]   2> 12483 T1495 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e515000b, negotiated timeout = 20000
[junit4:junit4]   2> 12484 T1496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@88cc9f7 name:ZooKeeperConnection Watcher:127.0.0.1:16736 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12484 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12485 T1416 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c3f95e515000b
[junit4:junit4]   2> 12498 T1496 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12498 T1413 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:30103 which had sessionid 0x13c3f95e515000b
[junit4:junit4]   2> 12498 T1411 oaz.ZooKeeper.close Session: 0x13c3f95e515000b closed
[junit4:junit4]   2> 12499 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12510 T1411 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:16736/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5103fa5c
[junit4:junit4]   2> 12512 T1411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12512 T1497 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:16736. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12513 T1497 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:16736, initiating session
[junit4:junit4]   2> 12513 T1413 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:52622
[junit4:junit4]   2> 12513 T1413 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:52622
[junit4:junit4]   2> 12515 T1415 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c3f95e515000c with negotiated timeout 20000 for client /140.211.11.196:52622
[junit4:junit4]   2> 12515 T1497 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:16736, sessionid = 0x13c3f95e515000c, negotiated timeout = 20000
[junit4:junit4]   2> 12515 T1498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5103fa5c name:ZooKeeperConnection Watcher:127.0.0.1:16736/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12515 T1411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12516 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12517 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12526 T1411 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38309_
[junit4:junit4]   2> 12526 T1416 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c3f95e515000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38309_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38309_
[junit4:junit4]   2> 12527 T1411 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38309_
[junit4:junit4]   2> 12529 T1452 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> 12529 T1439 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> 12529 T1467 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> 12530 T1482 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12530 T1433 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12530 T1482 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> 12530 T1433 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> 12531 T1452 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12538 T1439 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12538 T1467 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12539 T1411 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12546 T1499 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-1358276465829/collection1
[junit4:junit4]   2> 12547 T1499 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12547 T1499 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12547 T1499 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12548 T1499 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-1358276465829/collection1/'
[junit4:junit4]   2> 12550 T1499 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-1358276465829/collection1/lib/README' to classloader
[junit4:junit4]   2> 12550 T1499 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-1358276465829/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12620 T1499 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 12697 T1499 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12798 T1499 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12805 T1499 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12870 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12871 T1434 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:17184_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17184"}
[junit4:junit4]   2> 12886 T1467 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> 12886 T1452 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> 12886 T1482 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> 12886 T1439 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> 12886 T1498 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> 12886 T1433 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> 13413 T1499 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13424 T1499 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13444 T1499 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13456 T1499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13459 T1499 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13463 T1499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13464 T1499 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13465 T1499 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-1358276465829/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty4/
[junit4:junit4]   2> 13465 T1499 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28062593
[junit4:junit4]   2> 13465 T1499 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 13466 T1499 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-1358276453645/jetty4 forceNew:false
[junit4:junit4]   2> 13467 T1499 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-1358276453645/jetty4
[junit4:junit4]   2> 13467 T1499 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty4/index/
[junit4:junit4]   2> 13467 T1499 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13468 T1499 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-1358276453645/jetty4/index forceNew:false
[junit4:junit4]   2> 13473 T1499 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@65b5a23f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13473 T1499 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13474 T1499 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-1358276453645/jetty4/index
[junit4:junit4]   2> 13474 T1499 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13475 T1499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13476 T1499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13476 T1499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13476 T1499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13477 T1499 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13477 T1499 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13477 T1499 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13478 T1499 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13478 T1499 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13479 T1499 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13479 T1499 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13479 T1499 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13480 T1499 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13480 T1499 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13480 T1499 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13481 T1499 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13481 T1499 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13481 T1499 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13482 T1499 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13482 T1499 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13483 T1499 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13483 T1499 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13484 T1499 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13484 T1499 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13485 T1499 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13485 T1499 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13495 T1499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13498 T1499 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13499 T1499 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13501 T1499 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-1358276453645/jetty4
[junit4:junit4]   2> 13503 T1499 oass.SolrIndexSearcher.<init> Opening Searcher@22821ba8 main
[junit4:junit4]   2> 13504 T1499 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13504 T1499 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13504 T1499 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13580 T1499 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13794 T1500 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22821ba8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13801 T1499 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13801 T1499 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14391 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14392 T1434 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:38309_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38309"}
[junit4:junit4]   2> 14392 T1434 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14392 T1434 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14435 T1439 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> 14435 T1467 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> 14435 T1482 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> 14435 T1433 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> 14435 T1452 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> 14435 T1498 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> 14804 T1499 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14804 T1499 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38309 collection:collection1 shard:shard2
[junit4:junit4]   2> 14807 T1499 oasc.ZkController.register We are http://127.0.0.1:38309/collection1/ and leader is http://127.0.0.1:25473/collection1/
[junit4:junit4]   2> 14807 T1499 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38309
[junit4:junit4]   2> 14808 T1499 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14808 T1499 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C129 name=collection1 org.apache.solr.core.SolrCore@4550a9af url=http://127.0.0.1:38309/collection1 node=127.0.0.1:38309_ C129_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:38309_, base_url=http://127.0.0.1:38309}
[junit4:junit4]   2> 14808 T1501 C129 P38309 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14809 T1499 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14810 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14810 T1501 C129 P38309 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14810 T1501 C129 P38309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14810 T1411 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> 14811 T1411 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14811 T1411 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14812 T1501 C129 P38309 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14835 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14837 T1411 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14838 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C128_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:17184_, base_url=http://127.0.0.1:17184}
[junit4:junit4]   2> 15198 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:55248/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15198 T1485 C128 P17184 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:17184 START replicas=[http://127.0.0.1:55248/collection1/] nUpdates=100
[junit4:junit4]   2> 15199 T1485 C128 P17184 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15199 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15199 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15199 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15200 T1485 C128 P17184 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15200 T1485 C128 P17184 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:55248/collection1/. core=collection1
[junit4:junit4]   2> 15200 T1485 C128 P17184 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C130 name=collection1 org.apache.solr.core.SolrCore@44246254 url=http://127.0.0.1:55248/collection1 node=127.0.0.1:55248_ C130_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:55248_, base_url=http://127.0.0.1:55248, leader=true}
[junit4:junit4]   2> 15209 T1443 C130 P55248 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15210 T1444 C130 P55248 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15211 T1444 C130 P55248 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-1358276453645/jetty1
[junit4:junit4]   2> 15214 T1444 C130 P55248 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f38f043),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15215 T1444 C130 P55248 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15217 T1444 C130 P55248 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f38f043),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f38f043),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15218 T1444 C130 P55248 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15219 T1444 C130 P55248 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-1358276453645/jetty1
[junit4:junit4]   2> 15219 T1444 C130 P55248 oass.SolrIndexSearcher.<init> Opening Searcher@6a8672e8 realtime
[junit4:junit4]   2> 15219 T1444 C130 P55248 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15219 T1444 C130 P55248 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 15220 T1485 C128 P17184 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15220 T1485 C128 P17184 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15223 T1445 C130 P55248 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15223 T1445 C130 P55248 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15224 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15224 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15224 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15226 T1445 C130 P55248 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-1358276453645/jetty1
[junit4:junit4]   2> 15227 T1445 C130 P55248 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-1358276453645/jetty1/index
[junit4:junit4]   2> 15227 T1445 C130 P55248 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15227 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15228 T1485 C128 P17184 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-1358276453645/jetty3/index.20130115200108868 forceNew:false
[junit4:junit4]   2> 15229 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15229 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index.20130115200108868 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c6dae73) fullCopy=true
[junit4:junit4]   2> 15232 T1445 C130 P55248 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15233 T1485 C128 P17184 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-1358276453645/jetty3/index
[junit4:junit4]   2> 15233 T1485 C128 P17184 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15234 T1485 C128 P17184 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130115200108868
[junit4:junit4]   2> 15235 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15235 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15235 T1485 C128 P17184 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty3/index.20130115200108868
[junit4:junit4]   2> 15239 T1485 C128 P17184 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index.20130115200108868 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c6dae73),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15239 T1485 C128 P17184 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15240 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15240 T1485 C128 P17184 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15241 T1485 C128 P17184 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15241 T1485 C128 P17184 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15241 T1485 C128 P17184 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-1358276453645/jetty3/index.20130115200108868
[junit4:junit4]   2> 15242 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15244 T1485 C128 P17184 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index.20130115200108868 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c6dae73),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15244 T1485 C128 P17184 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15245 T1485 C128 P17184 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15245 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15245 T1485 C128 P17184 oass.SolrIndexSearcher.<init> Opening Searcher@622edfd2 main
[junit4:junit4]   2> 15247 T1484 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@622edfd2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15247 T1484 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-1358276453645/jetty3/index
[junit4:junit4]   2> 15247 T1485 C128 P17184 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15249 T1485 C128 P17184 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index.20130115200108868 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c6dae73),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty3/index.20130115200108868 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c6dae73),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15249 T1485 C128 P17184 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15250 T1485 C128 P17184 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-1358276453645/jetty3
[junit4:junit4]   2> 15250 T1485 C128 P17184 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15250 T1485 C128 P17184 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-1358276453645/jetty3/index.20130115200108868
[junit4:junit4]   2> 15250 T1485 C128 P17184 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-1358276453645/jetty3/index
[junit4:junit4]   2> 15251 T1485 C128 P17184 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15251 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15251 T1485 C128 P17184 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15251 T1485 C128 P17184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15260 T1485 C128 P17184 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15840 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15938 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15939 T1434 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:38309_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38309"}
[junit4:junit4]   2> 15968 T1434 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:17184_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:17184"}
[junit4:junit4]   2> 15985 T1467 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> 15985 T1439 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> 15985 T1452 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> 15985 T1433 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> 15985 T1482 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> 15985 T1498 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> 16842 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17844 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C129_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:38309_, base_url=http://127.0.0.1:38309}
[junit4:junit4]   2> 18839 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:25473/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18839 T1501 C129 P38309 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38309 START replicas=[http://127.0.0.1:25473/collection1/] nUpdates=100
[junit4:junit4]   2> 18840 T1501 C129 P38309 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18840 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18840 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18841 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18841 T1501 C129 P38309 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18841 T1501 C129 P38309 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:25473/collection1/. core=collection1
[junit4:junit4]   2> 18842 T1501 C129 P38309 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18846 T1411 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C131 name=collection1 org.apache.solr.core.SolrCore@5cbb87b9 url=http://127.0.0.1:25473/collection1 node=127.0.0.1:25473_ C131_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:25473_, base_url=http://127.0.0.1:25473, leader=true}
[junit4:junit4]   2> 18854 T1458 C131 P25473 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18859 T1459 C131 P25473 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18860 T1459 C131 P25473 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-1358276453645/jetty2
[junit4:junit4]   2> 18865 T1459 C131 P25473 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b7613d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18865 T1459 C131 P25473 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18874 T1459 C131 P25473 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b7613d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@b7613d8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18875 T1459 C131 P25473 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18876 T1459 C131 P25473 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-1358276453645/jetty2
[junit4:junit4]   2> 18876 T1459 C131 P25473 oass.SolrIndexSearcher.<init> Opening Searcher@1b048ac realtime
[junit4:junit4]   2> 18876 T1459 C131 P25473 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18877 T1459 C131 P25473 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 18878 T1501 C129 P38309 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18878 T1501 C129 P38309 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18880 T1460 C131 P25473 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18881 T1460 C131 P25473 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18881 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18881 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18882 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18884 T1460 C131 P25473 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-1358276453645/jetty2
[junit4:junit4]   2> 18885 T1460 C131 P25473 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-1358276453645/jetty2/index
[junit4:junit4]   2> 18885 T1460 C131 P25473 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18886 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18887 T1501 C129 P38309 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-1358276453645/jetty4/index.20130115200112526 forceNew:false
[junit4:junit4]   2> 18888 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18888 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index.20130115200112526 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a779cff) fullCopy=true
[junit4:junit4]   2> 18892 T1460 C131 P25473 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18894 T1501 C129 P38309 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-1358276453645/jetty4/index
[junit4:junit4]   2> 18894 T1501 C129 P38309 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18894 T1501 C129 P38309 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130115200112526
[junit4:junit4]   2> 18895 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18896 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18896 T1501 C129 P38309 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358276453645/jetty4/index.20130115200112526
[junit4:junit4]   2> 18900 T1501 C129 P38309 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index.20130115200112526 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a779cff),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18901 T1501 C129 P38309 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18902 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18902 T1501 C129 P38309 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18902 T1501 C129 P38309 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18903 T1501 C129 P38309 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18903 T1501 C129 P38309 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-1358276453645/jetty4/index.20130115200112526
[junit4:junit4]   2> 18904 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18908 T1501 C129 P38309 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index.20130115200112526 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a779cff),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18908 T1501 C129 P38309 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18908 T1501 C129 P38309 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18909 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18909 T1501 C129 P38309 oass.SolrIndexSearcher.<init> Opening Searcher@71670c91 main
[junit4:junit4]   2> 18911 T1500 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71670c91 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18911 T1500 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-1358276453645/jetty4/index
[junit4:junit4]   2> 18912 T1501 C129 P38309 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18914 T1501 C129 P38309 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index.20130115200112526 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a779cff),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(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-1358276453645/jetty4/index.20130115200112526 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a779cff),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18914 T1501 C129 P38309 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18915 T1501 C129 P38309 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-1358276453645/jetty4
[junit4:junit4]   2> 18915 T1501 C129 P38309 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18916 T1501 C129 P38309 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-1358276453645/jetty4/index.20130115200112526
[junit4:junit4]   2> 18916 T1501 C129 P38309 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-1358276453645/jetty4/index
[junit4:junit4]   2> 18916 T1501 C129 P38309 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18916 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18916 T1501 C129 P38309 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18916 T1501 C129 P38309 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18925 T1501 C129 P38309 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18999 T1434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19000 T1434 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:38309_",
[junit4:junit4]  

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

tRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 47 more
[junit4:junit4]   2> 136730 T2180 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=es_PA, timezone=America/Phoenix
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=210634712,total=351272960
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, SuggesterTest, TestCSVResponseWriter, TestReplicationHandler, PrimitiveFieldTypeTest, SchemaVersionSpecificBehaviorTest, TermVectorComponentTest, SolrIndexConfigTest, ConvertedLegacyTest, QueryParsingTest, TestRecovery, ReturnFieldsTest, DirectSolrSpellCheckerTest, ClusterStateUpdateTest, TestDFRSimilarityFactory, ClusterStateTest, RAMDirectoryFactoryTest, FieldMutatingUpdateProcessorTest, BasicZkTest, TestWriterPerf, ExternalFileFieldSortTest, EchoParamsTest, LeaderElectionTest, DocumentAnalysisRequestHandlerTest, ZkSolrClientTest, TestTrie, SuggesterTSTTest, URLClassifyProcessorTest, PeerSyncTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, XsltUpdateRequestHandlerTest, TestSolrXMLSerializer, TestReversedWildcardFilterFactory, SoftAutoCommitTest, MultiTermTest, TestSolrDeletionPolicy1, OverseerTest, TestRemoteStreaming, DirectUpdateHandlerTest, TestQueryUtils, TestValueSourceCache, StandardRequestHandlerTest, DOMUtilTest, TestStressLucene, PolyFieldTest, SpellingQueryConverterTest, TestFoldingMultitermQuery, PathHierarchyTokenizerFactoryTest, StatsComponentTest, TestUpdate, TestUtils, TestReload, TestPropInject, LukeRequestHandlerTest, ResponseLogComponentTest, TestRTGBase, TestPhraseSuggestions, TestSolrCoreProperties, TestSurroundQueryParser, SynonymTokenizerTest, ShowFileRequestHandlerTest, BasicDistributedZkTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestDistributedSearch, SpellCheckCollatorTest, TestExtendedDismaxParser, AutoCommitTest, TestFaceting, WordBreakSolrSpellCheckerTest, TestHashPartitioner, SolrCoreTest, IndexBasedSpellCheckerTest, TestMultiCoreConfBootstrap, TestCoreContainer, TestSort, FileBasedSpellCheckerTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, SampleTest, TestIndexSearcher, CacheHeaderTest, QueryEqualityTest, TestWordDelimiterFilterFactory, DistributedQueryElevationComponentTest, BinaryUpdateRequestHandlerTest, XmlUpdateRequestHandlerTest, PingRequestHandlerTest, JsonLoaderTest, DirectUpdateHandlerOptimizeTest, TestOmitPositions, UpdateParamsTest, TestSearchPerf, NotRequiredUniqueKeyTest, BadIndexSchemaTest, AlternateDirectoryTest, TestBinaryField, SOLR749Test, TestMergePolicyConfig, TestLFUCache, IndexReaderFactoryTest, OutputWriterTest, TestConfig, TestBM25SimilarityFactory, TestPerFieldSimilarity, LegacyHTMLStripCharFilterTest, TestCodecSupport, TimeZoneUtilsTest, DateMathParserTest, OpenExchangeRatesOrgProviderTest, DateFieldTest, TestBadConfig, AnalysisAfterCoreReloadTest, OverseerCollectionProcessorTest, ShardRoutingTest]
[junit4:junit4] Completed on J1 in 136.76s, 1 test, 1 error <<< FAILURES!

[...truncated 71 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: 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:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 248 suites, 1033 tests, 2 errors, 23 ignored (5 assumptions)

Total time: 38 minutes 19 seconds
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 # 903 - Still Failing

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

1 tests failed.
REGRESSION:  org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds

Error Message:
Tracker reports too many hard commits expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: Tracker reports too many hard commits expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([580AFE771DCCE4A7:9DE07F7ACBFD400]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:149)
	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 8453 lines...]
[junit4:junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
[junit4:junit4]   2> 1 T16 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 2 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 4 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 220 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 356 T16 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 357 T16 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 424 T16 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2323 T16 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2342 T16 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2346 T16 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2503 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2520 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2525 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2540 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2543 T16 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2544 T16 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-files/solr
[junit4:junit4]   2> 2544 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 2565 T16 oasc.CoreContainer.<init> New CoreContainer 2086525229
[junit4:junit4]   2> 2566 T16 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-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/
[junit4:junit4]   2> 2570 T16 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54310a74
[junit4:junit4]   2> 2575 T16 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2611 T16 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/./solrtest-SoftAutoCommitTest-1358416017388 forceNew:false
[junit4:junit4]   2> 2612 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 2612 T16 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index/
[junit4:junit4]   2> 2613 T16 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2614 T16 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/./solrtest-SoftAutoCommitTest-1358416017388/index forceNew:false
[junit4:junit4]   2> 2637 T16 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2637 T16 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2638 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 2639 T16 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2780 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2780 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2781 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2789 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2883 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2884 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2888 T16 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2893 T16 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2912 T16 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2965 T16 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2967 T16 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2977 T16 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2978 T16 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2979 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2979 T16 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2981 T16 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2982 T16 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2984 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2985 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2987 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2988 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2989 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2991 T16 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2992 T16 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 3010 T16 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 3027 T16 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 3038 T16 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 3043 T16 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 3047 T16 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, HUNSPELL-TEST.AFF, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA.XML, SCHEMA_CODEC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 3052 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 3057 T16 oass.SolrIndexSearcher.<init> Opening Searcher@3f968ab9 main
[junit4:junit4]   2> 3063 T16 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 3063 T16 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 3065 T16 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 3161 T16 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 3393 T17 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f968ab9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 3407 T16 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3416 T16 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 3424 T16 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeMixedAdds
[junit4:junit4]   2> 3424 T16 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 3425 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 3426 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3427 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 3557 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 3701 T16 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 3702 T16 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 3753 T16 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4318 T16 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4332 T16 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4336 T16 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4356 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4362 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4366 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4369 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4372 T16 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-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/
[junit4:junit4]   2> 4372 T16 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54310a74
[junit4:junit4]   2> 4373 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 4374 T16 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index/
[junit4:junit4]   2> 4375 T16 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4378 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4378 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4379 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4379 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4380 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4381 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4381 T16 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4383 T16 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4385 T16 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4387 T16 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4388 T16 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4389 T16 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4391 T16 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4391 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4392 T16 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4393 T16 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4395 T16 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4397 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4398 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4400 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4401 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4403 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4405 T16 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4407 T16 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4408 T16 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4410 T16 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4412 T16 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4415 T16 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4418 T16 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, HUNSPELL-TEST.AFF, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA.XML, SCHEMA_CODEC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 4421 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 4422 T16 oass.SolrIndexSearcher.<init> Opening Searcher@622e8c5c main
[junit4:junit4]   2> 4422 T16 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4423 T16 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4424 T16 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4427 T16 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4448 T18 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@622e8c5c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4463 T16 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 4464 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@660b3ca8
[junit4:junit4]   2> 4486 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 4487 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 4488 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@13acb278
[junit4:junit4]   2> 4821 T16 C1 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 4823 T16 C1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4824 T16 C1 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5147 T16 C1 UPDATE [collection1] webapp=null path=null params={} {add=[529]} 0 610
[junit4:junit4]   2> 5640 T20 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 5642 T20 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 6339 T19 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 6535 T20 oass.SolrIndexSearcher.<init> Opening Searcher@61bc879e main
[junit4:junit4]   2> 6542 T20 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 6544 T19 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 6545 T19 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_Asserting_0.tim, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 6547 T18 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61bc879e main{StandardDirectoryReader(segments_1:3:nrt _0(4.2):C1)}
[junit4:junit4]   2> 6547 T19 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 6548 T18 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 6548 T19 oass.SolrIndexSearcher.<init> Opening Searcher@3fc1058a main
[junit4:junit4]   2> 6549 T19 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 6552 T18 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3fc1058a main{StandardDirectoryReader(segments_1:3:nrt _0(4.2):C1)}
[junit4:junit4]   2> 6553 T18 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 6554 T16 C1 UPDATE [collection1] webapp=null path=null params={} {add=[530]} 0 2
[junit4:junit4]   2> 7055 T20 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 7055 T20 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 7135 T20 oass.SolrIndexSearcher.<init> Opening Searcher@41ec8a6e main
[junit4:junit4]   2> 7136 T20 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7139 T18 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41ec8a6e main{StandardDirectoryReader(segments_2:5:nrt _0(4.2):C1 _1(4.2):C1)}
[junit4:junit4]   2> 7140 T18 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 7755 T19 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 7757 T19 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_2,generation=2,filenames=[_0_Asserting_0.tim, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _0_nrm.cfs, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, segments_2, _0.fdx, _0.si, _0_Asserting_0.pos, _0_Asserting_0.doc, _0.fdt]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _1_Asserting_0.tim, _0_Pulsing41_0.tim, _1_Asserting_0.tip, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _0_Asserting_0.doc, _1_nrm.cfs, _1_Asserting_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1.si, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, segments_3, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 7758 T16 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeMixedAdds
[junit4:junit4]   2> 7758 T19 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _1_Asserting_0.tim, _0_Pulsing41_0.tim, _1_Asserting_0.tip, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _0_Asserting_0.doc, _1_nrm.cfs, _1_Asserting_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1.si, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, segments_3, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 7760 T19 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 7760 T19 oass.SolrIndexSearcher.<init> Opening Searcher@43b117fc main
[junit4:junit4]   2> 7762 T19 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 7766 T18 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43b117fc main{StandardDirectoryReader(segments_2:5:nrt _0(4.2):C1 _1(4.2):C1)}
[junit4:junit4]   2> 7767 T18 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest -Dtests.method=testSoftAndHardCommitMaxTimeMixedAdds -Dtests.seed=580AFE771DCCE4A7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=Kwajalein -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE 4.52s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Tracker reports too many hard commits expected:<1> but was:<2>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([580AFE771DCCE4A7:9DE07F7ACBFD400]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.failNotEquals(Assert.java:647)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:128)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:472)
[junit4:junit4]    > 	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:149)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 7944 T16 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeDelete
[junit4:junit4]   2> 7945 T16 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 7946 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 7948 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7949 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 8133 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 8305 T16 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8306 T16 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8362 T16 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9161 T16 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9180 T16 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9185 T16 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9214 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9221 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9229 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9232 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9234 T16 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-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/
[junit4:junit4]   2> 9235 T16 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54310a74
[junit4:junit4]   2> 9236 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 9236 T16 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index/
[junit4:junit4]   2> 9237 T16 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9240 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9241 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9241 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9242 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9243 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9244 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9245 T16 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9246 T16 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9248 T16 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9250 T16 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9252 T16 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9253 T16 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9254 T16 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9255 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9256 T16 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9257 T16 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9259 T16 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9260 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9261 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9263 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9264 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9265 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9267 T16 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9268 T16 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9269 T16 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9271 T16 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9282 T16 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9285 T16 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9287 T16 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, HUNSPELL-TEST.AFF, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA.XML, SCHEMA_CODEC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 9294 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 9295 T16 oass.SolrIndexSearcher.<init> Opening Searcher@6662bdc9 main
[junit4:junit4]   2> 9296 T16 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9296 T16 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9297 T16 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9300 T16 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9320 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6662bdc9 main{StandardDirectoryReader(segments_3:5:nrt _0(4.2):C1 _1(4.2):C1)}
[junit4:junit4]   2> 9331 T16 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 9331 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13acb278
[junit4:junit4]   2> 9345 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommit maxTime=1200ms,autocommits=2,soft autocommit maxTime=500ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 9346 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 9347 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@4ecd65d
[junit4:junit4]   2> 9356 T16 C2 UPDATE [collection1] webapp=null path=null params={} {add=[529]} 0 3
[junit4:junit4]   2> 9364 T16 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 9384 T16 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_3,generation=3,filenames=[_0_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _0_Asserting_0.tip, _0_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _0_TestBloomFilteredLucene41Postings_0.pos, _1_Asserting_0.tim, _0_Pulsing41_0.tim, _1_Asserting_0.tip, _0_Pulsing41_0.tip, _0_SimpleText_0.pst, _0.si, _0_Asserting_0.doc, _1_nrm.cfs, _1_Asserting_0.pos, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _0_nrm.cfs, _1_Pulsing41_0.pos, _1_nrm.cfe, _1.fdx, _1_TestBloomFilteredLucene41Postings_0.blm, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _1.si, _0_nrm.cfe, _0_TestBloomFilteredLucene41Postings_0.doc, _0.fdx, _0_Asserting_0.pos, segments_3, _0.fdt, _1_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_4,generation=4,filenames=[_2_Pulsing41_0.doc, _2.si, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _2_SimpleText_0.pst, _2_Asserting_0.pos, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _2_Pulsing41_0.tim, _1_Asserting_0.tim, _2_nrm.cfe, _2_Asserting_0.doc, _1_Asserting_0.tip, _2_Pulsing41_0.tip, _2_TestBloomFilteredLucene41Postings_0.blm, _2_nrm.cfs, _2_TestBloomFilteredLucene41Postings_0.doc, _1_Asserting_0.pos, _1_nrm.cfs, _2.fdt, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _2.fdx, _1_Pulsing41_0.pos, _2.fnm, _1_nrm.cfe, _2_Pulsing41_0.pos, _2_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _2_Asserting_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _1.si, _2_TestBloomFilteredLucene41Postings_0.tim, segments_4, _1_SimpleText_0.pst]
[junit4:junit4]   2> 9386 T16 C2 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_2_Pulsing41_0.doc, _2.si, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _2_SimpleText_0.pst, _2_Asserting_0.pos, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _2_Pulsing41_0.tim, _1_Asserting_0.tim, _2_nrm.cfe, _2_Asserting_0.doc, _1_Asserting_0.tip, _2_Pulsing41_0.tip, _2_TestBloomFilteredLucene41Postings_0.blm, _2_nrm.cfs, _2_TestBloomFilteredLucene41Postings_0.doc, _1_Asserting_0.pos, _1_nrm.cfs, _2.fdt, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _2.fdx, _1_Pulsing41_0.pos, _2.fnm, _1_nrm.cfe, _2_Pulsing41_0.pos, _2_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _2_Asserting_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _1.si, _2_TestBloomFilteredLucene41Postings_0.tim, segments_4, _1_SimpleText_0.pst]
[junit4:junit4]   2> 9388 T16 C2 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 9391 T16 C2 oass.SolrIndexSearcher.<init> Opening Searcher@65adcbab main
[junit4:junit4]   2> 9393 T16 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9395 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65adcbab main{StandardDirectoryReader(segments_4:9:nrt _1(4.2):C1 _2(4.2):C1)}
[junit4:junit4]   2> 9397 T21 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 9397 T16 C2 UPDATE [collection1] webapp=null path=null params={} {commit=} 0 33
[junit4:junit4]   2> 9406 T16 C2 UPDATE [collection1] webapp=null path=null params={} {delete=[529]} 0 1
[junit4:junit4]   2> 9908 T23 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 9909 T23 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 9913 T23 oass.SolrIndexSearcher.<init> Opening Searcher@c50fda2 main
[junit4:junit4]   2> 9914 T23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 9917 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c50fda2 main{StandardDirectoryReader(segments_4:11:nrt _1(4.2):C1)}
[junit4:junit4]   2> 9918 T21 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 9925 T16 C2 UPDATE [collection1] webapp=null path=null params={} {add=[550]} 0 4
[junit4:junit4]   2> 10425 T23 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4]   2> 10425 T23 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 10433 T23 oass.SolrIndexSearcher.<init> Opening Searcher@382e6c3 main
[junit4:junit4]   2> 10434 T23 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10438 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@382e6c3 main{StandardDirectoryReader(segments_4:13:nrt _1(4.2):C1 _3(4.2):C1)}
[junit4:junit4]   2> 10439 T21 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 10608 T22 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 10610 T22 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_4,generation=4,filenames=[_2_Pulsing41_0.doc, _2.si, _1_TestBloomFilteredLucene41Postings_0.pos, _1_TestBloomFilteredLucene41Postings_0.tim, _2_SimpleText_0.pst, _2_Asserting_0.pos, _1_Asserting_0.doc, _1_TestBloomFilteredLucene41Postings_0.tip, _1.fnm, _2_Pulsing41_0.tim, _1_Asserting_0.tim, _2_nrm.cfe, _2_Asserting_0.doc, _1_Asserting_0.tip, _2_Pulsing41_0.tip, _2_TestBloomFilteredLucene41Postings_0.blm, _2_nrm.cfs, _2_TestBloomFilteredLucene41Postings_0.doc, _1_Asserting_0.pos, _1_nrm.cfs, _2.fdt, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _2.fdx, _1_Pulsing41_0.pos, _2.fnm, _1_nrm.cfe, _2_Pulsing41_0.pos, _2_Asserting_0.tim, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _2_Asserting_0.tip, _1.fdt, _1_Pulsing41_0.tim, _2_TestBloomFilteredLucene41Postings_0.pos, _2_TestBloomFilteredLucene41Postings_0.tip, _1.si, _2_TestBloomFilteredLucene41Postings_0.tim, segments_4, _1_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_5,generation=5,filenames=[_3_nrm.cfe, _3_TestBloomFilteredLucene41Postings_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _3_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _3_TestBloomFilteredLucene41Postings_0.pos, _3.fdt, _3.fnm, _1_TestBloomFilteredLucene41Postings_0.tip, _3_Asserting_0.pos, _1.fnm, _1_Asserting_0.tim, _3_SimpleText_0.pst, _1_Asserting_0.tip, _3_Pulsing41_0.tim, _3_TestBloomFilteredLucene41Postings_0.blm, _3_Pulsing41_0.tip, _1_Asserting_0.pos, _1_nrm.cfs, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _3_TestBloomFilteredLucene41Postings_0.doc, _1_Pulsing41_0.pos, _1_nrm.cfe, _3_Pulsing41_0.pos, _3.fdx, _3_nrm.cfs, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _3_Asserting_0.tim, _1.fdt, _3_Asserting_0.tip, _1_Pulsing41_0.tim, _3_Asserting_0.doc, _1.si, _3.si, segments_5, _3_Pulsing41_0.doc, _1_SimpleText_0.pst]
[junit4:junit4]   2> 10611 T22 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_3_nrm.cfe, _3_TestBloomFilteredLucene41Postings_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _3_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _3_TestBloomFilteredLucene41Postings_0.pos, _3.fdt, _3.fnm, _1_TestBloomFilteredLucene41Postings_0.tip, _3_Asserting_0.pos, _1.fnm, _1_Asserting_0.tim, _3_SimpleText_0.pst, _1_Asserting_0.tip, _3_Pulsing41_0.tim, _3_TestBloomFilteredLucene41Postings_0.blm, _3_Pulsing41_0.tip, _1_Asserting_0.pos, _1_nrm.cfs, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _3_TestBloomFilteredLucene41Postings_0.doc, _1_Pulsing41_0.pos, _1_nrm.cfe, _3_Pulsing41_0.pos, _3.fdx, _3_nrm.cfs, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _3_Asserting_0.tim, _1.fdt, _3_Asserting_0.tip, _1_Pulsing41_0.tim, _3_Asserting_0.doc, _1.si, _3.si, segments_5, _3_Pulsing41_0.doc, _1_SimpleText_0.pst]
[junit4:junit4]   2> 10613 T22 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 10613 T22 oass.SolrIndexSearcher.<init> Opening Searcher@31bd0e2 main
[junit4:junit4]   2> 10614 T22 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 10617 T21 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31bd0e2 main{StandardDirectoryReader(segments_4:13:nrt _1(4.2):C1 _3(4.2):C1)}
[junit4:junit4]   2> 10618 T21 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 12614 T16 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeDelete
[junit4:junit4]   2> 12629 T16 oas.SolrTestCaseJ4.setUp ###Starting testSoftAndHardCommitMaxTimeRapidAdds
[junit4:junit4]   2> 12630 T16 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 12631 T16 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 12633 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12634 T16 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 12719 T16 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 12827 T16 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12828 T16 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12875 T16 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13654 T16 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13671 T16 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13677 T16 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13703 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13710 T16 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13719 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13723 T16 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13727 T16 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-files/solr/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/
[junit4:junit4]   2> 13727 T16 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@54310a74
[junit4:junit4]   2> 13728 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 13729 T16 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index/
[junit4:junit4]   2> 13729 T16 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13732 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13732 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13733 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13734 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13735 T16 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13735 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13736 T16 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13737 T16 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13738 T16 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13739 T16 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13740 T16 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13740 T16 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13741 T16 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13742 T16 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13742 T16 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13743 T16 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13744 T16 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13745 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13746 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13747 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13748 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13749 T16 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13750 T16 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13751 T16 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13753 T16 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13754 T16 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13756 T16 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13758 T16 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13760 T16 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-REQUIRED-FIELDS.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-REPLICATION2.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-REPEATER.XML, SOLRCONFIG-MERGEPOLICY.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SCHEMA-COPYFIELD-TEST.XML, SOLRCONFIG-SLAVE.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SCHEMA-IB.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, DA_UTF8.XML, CONDITIONAL.UPDATEPROCESSOR.JS, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, HYPHENATION.DTD, SOLRCONFIG-ENABLEPLUGIN.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, HUNSPELL-TEST.AFF, SCHEMA-SNIPPET-TYPE.XML, STOPTYPES-1.TXT, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, SOLRCONFIG-TRANSFORMERS.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SOLRCONFIG-SIMPLELOCK.XML, WDFTYPES.TXT, SCHEMA-REVERSED.XML, STOPTYPES-2.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, SOLRCONFIG-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, SCHEMA-XINCLUDE.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MASTER1.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA.XML, SCHEMA_CODEC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-FUNCTIONQUERY.XML, STOP-2.TXT, SOLRCONFIG-TERMINDEX.XML, SCHEMA-LMDIRICHLET.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, STOPWORDS.TXT, SCHEMA-STOP-KEEP.XML, FUZZYSUGGEST.TXT, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, SCHEMA-LUCENEMATCHVERSION.XML, BAD-MP-SOLRCONFIG.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMASURROUND.XML, SCHEMA-COLLATEFILTER.XML, SOLRCONFIG-MASTER3.XML, HUNSPELL-TEST.DIC, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-DELPOLICY1.XML, SOLRCONFIG-SLAVE1.XML, SCHEMA-SIM.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, PROTWORDS.TXT, SCHEMA-TRIE.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, JASUGGEST.TXT, SCHEMA-TFIDF.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, PHRASESUGGEST.TXT, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-BASIC-LUCENEVERSION31.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, SOLRCONFIG-NATIVELOCK.XML, XSLT, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-BM25.XML, ADDFIELDS.UPDATEPROCESSOR.JS, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, SOLRCONFIG-ALTDIRECTORY.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG_PERF.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, KEEP-2.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA12.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML]
[junit4:junit4]   2> 13763 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 13764 T16 oass.SolrIndexSearcher.<init> Opening Searcher@2bdcd57b main
[junit4:junit4]   2> 13765 T16 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13765 T16 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13766 T16 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13768 T16 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13783 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bdcd57b main{StandardDirectoryReader(segments_5:13:nrt _1(4.2):C1 _3(4.2):C1)}
[junit4:junit4]   2> 13792 T16 oasc.CoreContainer.registerCore replacing core: collection1
[junit4:junit4]   2> 13792 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ecd65d
[junit4:junit4]   2> 13803 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13804 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13804 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@22f2c5be
[junit4:junit4]   2> 13814 T16 C3 UPDATE [collection1] webapp=null path=null params={} {add=[5000]} 0 4
[junit4:junit4]   2> 13824 T16 C3 UPDATE [collection1] webapp=null path=null params={} {add=[5001]} 0 2
[junit4:junit4]   2> 13833 T16 C3 UPDATE [collection1] webapp=null path=null params={} {add=[5002]} 0 1
[junit4:junit4]   2> 13842 T16 C3 UPDATE [collection1] webapp=null path=null params={} {add=[5003]} 0 1
[junit4:junit4]   2> 13852 T16 C3 UPDATE [collection1] webapp=null path=null params={} {add=[5004]} 0 2
[junit4:junit4]   2> 13854 T16 oas.SolrTestCaseJ4.tearDown ###Ending testSoftAndHardCommitMaxTimeRapidAdds
[junit4:junit4]   2> 13857 T16 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 13857 T16 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2086525229
[junit4:junit4]   2> 13858 T16 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22f2c5be
[junit4:junit4]   2> 13875 T16 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxTime=1200ms,autocommits=0,soft autocommit maxTime=500ms,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=5,adds=5,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 13876 T16 oasc.SolrCore.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 13877 T16 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 13877 T16 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 13884 T16 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_5,generation=5,filenames=[_3_nrm.cfe, _3_TestBloomFilteredLucene41Postings_0.tip, _1_TestBloomFilteredLucene41Postings_0.pos, _3_TestBloomFilteredLucene41Postings_0.tim, _1_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _3_TestBloomFilteredLucene41Postings_0.pos, _3.fdt, _3.fnm, _1_TestBloomFilteredLucene41Postings_0.tip, _3_Asserting_0.pos, _1.fnm, _1_Asserting_0.tim, _3_SimpleText_0.pst, _1_Asserting_0.tip, _3_Pulsing41_0.tim, _3_TestBloomFilteredLucene41Postings_0.blm, _3_Pulsing41_0.tip, _1_Asserting_0.pos, _1_nrm.cfs, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _3_TestBloomFilteredLucene41Postings_0.doc, _1_Pulsing41_0.pos, _1_nrm.cfe, _3_Pulsing41_0.pos, _3.fdx, _3_nrm.cfs, _1_TestBloomFilteredLucene41Postings_0.blm, _1.fdx, _1_Pulsing41_0.tip, _3_Asserting_0.tim, _1.fdt, _3_Asserting_0.tip, _1_Pulsing41_0.tim, _3_Asserting_0.doc, _1.si, _3.si, segments_5, _3_Pulsing41_0.doc, _1_SimpleText_0.pst]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fef6d90 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e01b3fe)),segFN=segments_6,generation=6,filenames=[_3_TestBloomFilteredLucene41Postings_0.tip, _3_nrm.cfe, _1_TestBloomFilteredLucene41Postings_0.pos, _3_TestBloomFilteredLucene41Postings_0.tim, _4.fnm, _4_nrm.cfe, _4_TestBloomFilteredLucene41Postings_0.pos, _3.fdt, _1.fnm, _4.fdx, _1_Asserting_0.tim, _1_Asserting_0.tip, _3_SimpleText_0.pst, _4_Asserting_0.doc, _3_TestBloomFilteredLucene41Postings_0.blm, _1_Asserting_0.pos, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _3_Pulsing41_0.pos, _1.fdx, _3_nrm.cfs, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _4_Pulsing41_0.tip, _4_nrm.cfs, _4_TestBloomFilteredLucene41Postings_0.doc, _3.si, _4_Pulsing41_0.tim, _3_Pulsing41_0.doc, _1_SimpleText_0.pst, _4_TestBloomFilteredLucene41Postings_0.tip, _1_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _4_TestBloomFilteredLucene41Postings_0.tim, _3_TestBloomFilteredLucene41Postings_0.pos, _4_Asserting_0.tip, _1_TestBloomFilteredLucene41Postings_0.tip, _3.fnm, _4_TestBloomFilteredLucene41Postings_0.blm, _3_Asserting_0.pos, _4_Asserting_0.pos, _4_Asserting_0.tim, _3_Pulsing41_0.tim, _3_Pulsing41_0.tip, _1_nrm.cfs, _4_Pulsing41_0.pos, _4_Pulsing41_0.doc, _4.si, _4.fdt, _3_TestBloomFilteredLucene41Postings_0.doc, _1_Pulsing41_0.pos, _1_nrm.cfe, _3.fdx, _4_SimpleText_0.pst, _1_TestBloomFilteredLucene41Postings_0.blm, _3_Asserting_0.tim, _3_Asserting_0.tip, _1.si, _3_Asserting_0.doc, segments_6]
[junit4:junit4]   2> 13885 T16 C3 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_3_TestBloomFilteredLucene41Postings_0.tip, _3_nrm.cfe, _1_TestBloomFilteredLucene41Postings_0.pos, _3_TestBloomFilteredLucene41Postings_0.tim, _4.fnm, _4_nrm.cfe, _4_TestBloomFilteredLucene41Postings_0.pos, _3.fdt, _1.fnm, _4.fdx, _1_Asserting_0.tim, _1_Asserting_0.tip, _3_SimpleText_0.pst, _4_Asserting_0.doc, _3_TestBloomFilteredLucene41Postings_0.blm, _1_Asserting_0.pos, _1_Pulsing41_0.doc, _1_TestBloomFilteredLucene41Postings_0.doc, _3_Pulsing41_0.pos, _1.fdx, _3_nrm.cfs, _1_Pulsing41_0.tip, _1.fdt, _1_Pulsing41_0.tim, _4_Pulsing41_0.tip, _4_nrm.cfs, _4_TestBloomFilteredLucene41Postings_0.doc, _3.si, _4_Pulsing41_0.tim, _3_Pulsing41_0.doc, _1_SimpleText_0.pst, _4_TestBloomFilteredLucene41Postings_0.tip, _1_TestBloomFilteredLucene41Postings_0.tim, _1_Asserting_0.doc, _4_TestBloomFilteredLucene41Postings_0.tim, _3_TestBloomFilteredLucene41Postings_0.pos, _4_Asserting_0.tip, _1_TestBloomFilteredLucene41Postings_0.tip, _3.fnm, _4_TestBloomFilteredLucene41Postings_0.blm, _3_Asserting_0.pos, _4_Asserting_0.pos, _4_Asserting_0.tim, _3_Pulsing41_0.tim, _3_Pulsing41_0.tip, _1_nrm.cfs, _4_Pulsing41_0.pos, _4_Pulsing41_0.doc, _4.si, _4.fdt, _3_TestBloomFilteredLucene41Postings_0.doc, _1_Pulsing41_0.pos, _1_nrm.cfe, _3.fdx, _4_SimpleText_0.pst, _1_TestBloomFilteredLucene41Postings_0.blm, _3_Asserting_0.tim, _3_Asserting_0.tip, _1.si, _3_Asserting_0.doc, segments_6]
[junit4:junit4]   2> 13887 T16 C3 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 13887 T16 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 13888 T16 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 13889 T16 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/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 13889 T16 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388/index
[junit4:junit4]   2> 13890 T16 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/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> 13890 T16 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SoftAutoCommitTest-1358416017388
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {timestamp=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Asserting), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=Pulsing41(freqCutoff=5 minBlockSize=50 maxBlockSize=178), subject=Pulsing41(freqCutoff=5 minBlockSize=50 maxBlockSize=178), multiDefault=Pulsing41(freqCutoff=5 minBlockSize=50 maxBlockSize=178), intDefault=PostingsFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=mt, timezone=Kwajalein
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=47638408,total=125829120
[junit4:junit4]   2> NOTE: All tests run in this JVM: [EchoParamsTest, TestFastWriter, SoftAutoCommitTest]
[junit4:junit4] Completed on J1 in 14.00s, 3 tests, 1 failure <<< FAILURES!

[...truncated 747 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: 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:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 248 suites, 1034 tests, 1 failure, 23 ignored (5 assumptions)

Total time: 35 minutes 43 seconds
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 # 902 - Still Failing

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

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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([6E68A90FAF9F3B70]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([6E68A90FAF9F3B70]:0)




Build Log:
[...truncated 9240 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T346 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T346 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/J0/./solrtest-BasicDistributedZkTest-1358387713753
[junit4:junit4]   2> 5 T346 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T347 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T347 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T347 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T347 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T347 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T347 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T346 oasc.ZkTestServer.run start zk server on port:22687
[junit4:junit4]   2> 107 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@37279d99
[junit4:junit4]   2> 108 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 108 T352 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T352 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 110 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:41022
[junit4:junit4]   2> 110 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:41022
[junit4:junit4]   2> 110 T350 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 113 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00000 with negotiated timeout 10000 for client /140.211.11.196:41022
[junit4:junit4]   2> 113 T352 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00000, negotiated timeout = 10000
[junit4:junit4]   2> 113 T353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37279d99 name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 114 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 114 T346 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 117 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00000
[junit4:junit4]   2> 124 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:41022 which had sessionid 0x13c463796e00000
[junit4:junit4]   2> 124 T353 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T346 oaz.ZooKeeper.close Session: 0x13c463796e00000 closed
[junit4:junit4]   2> 124 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@f489bb6
[junit4:junit4]   2> 125 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 125 T354 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 125 T354 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 126 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:47769
[junit4:junit4]   2> 126 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:47769
[junit4:junit4]   2> 127 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00001 with negotiated timeout 10000 for client /140.211.11.196:47769
[junit4:junit4]   2> 127 T354 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00001, negotiated timeout = 10000
[junit4:junit4]   2> 127 T355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f489bb6 name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T346 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 137 T346 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 139 T346 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 141 T346 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 171 T346 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.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 188 T346 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> 188 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 292 T346 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> 293 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 295 T346 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> 296 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 306 T346 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> 307 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 309 T346 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> 310 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 313 T346 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> 313 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 320 T346 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> 321 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 323 T346 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> 324 T346 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 328 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00001
[junit4:junit4]   2> 329 T355 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 329 T346 oaz.ZooKeeper.close Session: 0x13c463796e00001 closed
[junit4:junit4]   2> 329 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:47769 which had sessionid 0x13c463796e00001
[junit4:junit4]   2> 441 T346 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 445 T346 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21654
[junit4:junit4]   2> 446 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 446 T346 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 447 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077
[junit4:junit4]   2> 447 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/solr.xml
[junit4:junit4]   2> 447 T346 oasc.CoreContainer.<init> New CoreContainer 1010504779
[junit4:junit4]   2> 448 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/'
[junit4:junit4]   2> 448 T346 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/'
[junit4:junit4]   2> 485 T346 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 486 T346 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 486 T346 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 486 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 487 T346 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 487 T346 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 487 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 488 T346 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 488 T346 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 488 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 504 T346 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 518 T346 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22687/solr
[junit4:junit4]   2> 519 T346 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 519 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a5e16e8
[junit4:junit4]   2> 520 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 520 T365 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 521 T365 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 521 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22835
[junit4:junit4]   2> 522 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22835
[junit4:junit4]   2> 523 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00002 with negotiated timeout 20000 for client /140.211.11.196:22835
[junit4:junit4]   2> 524 T365 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00002, negotiated timeout = 20000
[junit4:junit4]   2> 524 T366 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a5e16e8 name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 524 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 525 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00002
[junit4:junit4]   2> 526 T366 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 526 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22835 which had sessionid 0x13c463796e00002
[junit4:junit4]   2> 526 T346 oaz.ZooKeeper.close Session: 0x13c463796e00002 closed
[junit4:junit4]   2> 527 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 536 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@dee332c
[junit4:junit4]   2> 536 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 537 T367 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 537 T367 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 537 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:51146
[junit4:junit4]   2> 538 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:51146
[junit4:junit4]   2> 539 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00003 with negotiated timeout 20000 for client /140.211.11.196:51146
[junit4:junit4]   2> 539 T367 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00003, negotiated timeout = 20000
[junit4:junit4]   2> 539 T368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dee332c name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 539 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 541 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 550 T346 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 552 T346 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21654_
[junit4:junit4]   2> 553 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:21654_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:21654_
[junit4:junit4]   2> 554 T346 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21654_
[junit4:junit4]   2> 563 T346 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 577 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 578 T346 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 580 T346 oasc.Overseer.start Overseer (id=89023297208975363-127.0.0.1:21654_-n_0000000000) starting
[junit4:junit4]   2> 581 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 588 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 589 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 596 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 597 T370 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 597 T346 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 607 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 609 T369 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 613 T371 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/collection1
[junit4:junit4]   2> 613 T371 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 614 T371 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 614 T371 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 615 T371 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/collection1/'
[junit4:junit4]   2> 616 T371 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 617 T371 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/collection1/lib/README' to classloader
[junit4:junit4]   2> 671 T371 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 743 T371 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 844 T371 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 852 T371 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1482 T371 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1495 T371 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1499 T371 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1518 T371 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1523 T371 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1528 T371 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1529 T371 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1531 T371 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358387714077/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/
[junit4:junit4]   2> 1531 T371 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5de7878
[junit4:junit4]   2> 1532 T371 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1533 T371 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data forceNew:false
[junit4:junit4]   2> 1534 T371 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data
[junit4:junit4]   2> 1534 T371 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index/
[junit4:junit4]   2> 1535 T371 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1536 T371 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index forceNew:false
[junit4:junit4]   2> 1543 T371 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@43cd182e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1543 T371 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1544 T371 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index
[junit4:junit4]   2> 1545 T371 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1549 T371 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1549 T371 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1549 T371 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1550 T371 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1551 T371 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1551 T371 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1552 T371 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1552 T371 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1553 T371 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1554 T371 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1554 T371 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1555 T371 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1555 T371 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1556 T371 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1556 T371 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1557 T371 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1557 T371 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1558 T371 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1558 T371 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1559 T371 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1559 T371 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1560 T371 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1561 T371 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1561 T371 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1562 T371 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1563 T371 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1576 T371 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1580 T371 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1582 T371 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1584 T371 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data
[junit4:junit4]   2> 1586 T371 oass.SolrIndexSearcher.<init> Opening Searcher@9412a15 main
[junit4:junit4]   2> 1587 T371 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1588 T371 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1588 T371 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1605 T371 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1664 T372 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9412a15 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1671 T371 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1671 T371 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1672 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 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> 2112 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2113 T369 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:21654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:21654"}
[junit4:junit4]   2> 2113 T369 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2114 T369 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2114 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 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> 2132 T368 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> 2684 T371 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2684 T371 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:21654 collection:control_collection shard:shard1
[junit4:junit4]   2> 2685 T371 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2703 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 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> 2704 T371 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2704 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2707 T371 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2707 T371 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2707 T371 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:21654/collection1/
[junit4:junit4]   2> 2708 T371 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2708 T371 oasc.SyncStrategy.syncToMe http://127.0.0.1:21654/collection1/ has no replicas
[junit4:junit4]   2> 2708 T371 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:21654/collection1/
[junit4:junit4]   2> 2708 T371 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2713 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3637 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3718 T368 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> 3735 T371 oasc.ZkController.register We are http://127.0.0.1:21654/collection1/ and leader is http://127.0.0.1:21654/collection1/
[junit4:junit4]   2> 3735 T371 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:21654
[junit4:junit4]   2> 3735 T371 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3735 T371 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3736 T371 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3761 T371 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3762 T346 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3763 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3763 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3782 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3795 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a55e026
[junit4:junit4]   2> 3796 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3797 T373 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3797 T373 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 3798 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:45332
[junit4:junit4]   2> 3798 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:45332
[junit4:junit4]   2> 3800 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00004 with negotiated timeout 10000 for client /140.211.11.196:45332
[junit4:junit4]   2> 3800 T373 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00004, negotiated timeout = 10000
[junit4:junit4]   2> 3800 T374 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a55e026 name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3801 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3802 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3804 T346 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3997 T346 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4000 T346 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:56817
[junit4:junit4]   2> 4001 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4002 T346 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4002 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552
[junit4:junit4]   2> 4003 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/solr.xml
[junit4:junit4]   2> 4003 T346 oasc.CoreContainer.<init> New CoreContainer 1255278606
[junit4:junit4]   2> 4004 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/'
[junit4:junit4]   2> 4004 T346 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/'
[junit4:junit4]   2> 4062 T346 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4063 T346 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4064 T346 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4064 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4065 T346 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4065 T346 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4066 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4066 T346 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4067 T346 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4067 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4092 T346 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4113 T346 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22687/solr
[junit4:junit4]   2> 4114 T346 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4114 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a598a76
[junit4:junit4]   2> 4115 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4116 T384 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4116 T384 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 4117 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49979
[junit4:junit4]   2> 4117 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:49979
[junit4:junit4]   2> 4119 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00005 with negotiated timeout 20000 for client /140.211.11.196:49979
[junit4:junit4]   2> 4119 T384 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00005, negotiated timeout = 20000
[junit4:junit4]   2> 4119 T385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a598a76 name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4119 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4121 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00005
[junit4:junit4]   2> 4122 T385 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4122 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:49979 which had sessionid 0x13c463796e00005
[junit4:junit4]   2> 4122 T346 oaz.ZooKeeper.close Session: 0x13c463796e00005 closed
[junit4:junit4]   2> 4123 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4136 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7df908dd
[junit4:junit4]   2> 4137 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4138 T386 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4138 T386 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 4138 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:42590
[junit4:junit4]   2> 4139 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:42590
[junit4:junit4]   2> 4140 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00006 with negotiated timeout 20000 for client /140.211.11.196:42590
[junit4:junit4]   2> 4140 T386 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00006, negotiated timeout = 20000
[junit4:junit4]   2> 4141 T387 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7df908dd name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4141 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4142 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4143 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4151 T346 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56817_
[junit4:junit4]   2> 4152 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56817_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56817_
[junit4:junit4]   2> 4154 T346 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56817_
[junit4:junit4]   2> 4156 T368 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4156 T374 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4165 T368 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4166 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4174 T388 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/collection1
[junit4:junit4]   2> 4174 T388 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4174 T388 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4175 T388 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4176 T388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/collection1/'
[junit4:junit4]   2> 4177 T388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/collection1/lib/README' to classloader
[junit4:junit4]   2> 4177 T388 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4216 T388 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4278 T388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4379 T388 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4385 T388 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4821 T388 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4830 T388 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4833 T388 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4846 T388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4850 T388 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4854 T388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4855 T388 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4856 T388 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358387717552/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/
[junit4:junit4]   2> 4857 T388 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5de7878
[junit4:junit4]   2> 4857 T388 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4858 T388 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1 forceNew:false
[junit4:junit4]   2> 4858 T388 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 4858 T388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index/
[junit4:junit4]   2> 4859 T388 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4859 T388 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index forceNew:false
[junit4:junit4]   2> 4890 T388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f259f32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4891 T388 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4892 T388 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index
[junit4:junit4]   2> 4892 T388 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4894 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4894 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4894 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4895 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4895 T388 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4895 T388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4896 T388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4896 T388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4897 T388 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4897 T388 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4898 T388 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4898 T388 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4898 T388 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4899 T388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4899 T388 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4899 T388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4900 T388 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4900 T388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4901 T388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4901 T388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4902 T388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4902 T388 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4903 T388 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4903 T388 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4904 T388 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4904 T388 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4913 T388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4916 T388 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4918 T388 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4919 T388 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 4921 T388 oass.SolrIndexSearcher.<init> Opening Searcher@4d1d2809 main
[junit4:junit4]   2> 4922 T388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4922 T388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4922 T388 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4928 T388 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5010 T389 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d1d2809 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5015 T388 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5015 T388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5225 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5226 T369 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:21654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:21654"}
[junit4:junit4]   2> 5230 T369 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:56817_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56817"}
[junit4:junit4]   2> 5230 T369 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5230 T369 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5246 T368 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> 5246 T387 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> 5246 T374 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> 6018 T388 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6018 T388 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56817 collection:collection1 shard:shard1
[junit4:junit4]   2> 6019 T388 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6042 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6043 T388 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6043 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6054 T388 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6055 T388 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6055 T388 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56817/collection1/
[junit4:junit4]   2> 6055 T388 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6055 T388 oasc.SyncStrategy.syncToMe http://127.0.0.1:56817/collection1/ has no replicas
[junit4:junit4]   2> 6056 T388 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56817/collection1/
[junit4:junit4]   2> 6056 T388 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6066 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6755 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6772 T368 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> 6772 T374 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> 6772 T387 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> 6784 T388 oasc.ZkController.register We are http://127.0.0.1:56817/collection1/ and leader is http://127.0.0.1:56817/collection1/
[junit4:junit4]   2> 6784 T388 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56817
[junit4:junit4]   2> 6784 T388 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6784 T388 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6785 T388 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6786 T388 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6787 T346 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6788 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6789 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6979 T346 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6982 T346 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20619
[junit4:junit4]   2> 6983 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6984 T346 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6984 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554
[junit4:junit4]   2> 6985 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/solr.xml
[junit4:junit4]   2> 6985 T346 oasc.CoreContainer.<init> New CoreContainer 1635044549
[junit4:junit4]   2> 6986 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/'
[junit4:junit4]   2> 6987 T346 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/'
[junit4:junit4]   2> 7043 T346 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7044 T346 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7044 T346 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7045 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7045 T346 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7046 T346 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7046 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7047 T346 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7047 T346 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7048 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7069 T346 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7088 T346 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22687/solr
[junit4:junit4]   2> 7089 T346 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7090 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@336bad92
[junit4:junit4]   2> 7091 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7091 T399 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7092 T399 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 7092 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:41449
[junit4:junit4]   2> 7093 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:41449
[junit4:junit4]   2> 7095 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00007 with negotiated timeout 20000 for client /140.211.11.196:41449
[junit4:junit4]   2> 7095 T399 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00007, negotiated timeout = 20000
[junit4:junit4]   2> 7095 T400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@336bad92 name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7096 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7097 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00007
[junit4:junit4]   2> 7110 T400 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7110 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:41449 which had sessionid 0x13c463796e00007
[junit4:junit4]   2> 7110 T346 oaz.ZooKeeper.close Session: 0x13c463796e00007 closed
[junit4:junit4]   2> 7110 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7122 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@124e57b
[junit4:junit4]   2> 7123 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7123 T401 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7124 T401 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 7124 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:58201
[junit4:junit4]   2> 7124 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:58201
[junit4:junit4]   2> 7125 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00008 with negotiated timeout 20000 for client /140.211.11.196:58201
[junit4:junit4]   2> 7126 T401 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00008, negotiated timeout = 20000
[junit4:junit4]   2> 7126 T402 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@124e57b name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7126 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7127 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7129 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7131 T346 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20619_
[junit4:junit4]   2> 7131 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:20619_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:20619_
[junit4:junit4]   2> 7138 T346 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20619_
[junit4:junit4]   2> 7141 T368 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> 7141 T374 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> 7141 T387 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7141 T387 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> 7143 T368 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7143 T374 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7145 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7153 T403 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/collection1
[junit4:junit4]   2> 7153 T403 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7154 T403 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7154 T403 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7156 T403 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/collection1/'
[junit4:junit4]   2> 7157 T403 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/collection1/lib/README' to classloader
[junit4:junit4]   2> 7157 T403 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7212 T403 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7284 T403 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7385 T403 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7393 T403 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8021 T403 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8033 T403 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8037 T403 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8055 T403 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8060 T403 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8065 T403 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8067 T403 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8068 T403 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358387720554/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/
[junit4:junit4]   2> 8069 T403 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5de7878
[junit4:junit4]   2> 8069 T403 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8070 T403 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2 forceNew:false
[junit4:junit4]   2> 8071 T403 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2> 8071 T403 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index/
[junit4:junit4]   2> 8072 T403 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8073 T403 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index forceNew:false
[junit4:junit4]   2> 8079 T403 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d20d561; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8080 T403 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8081 T403 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index
[junit4:junit4]   2> 8081 T403 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8084 T403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8084 T403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8084 T403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8085 T403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8086 T403 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8086 T403 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8086 T403 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8087 T403 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8088 T403 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8088 T403 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8089 T403 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8090 T403 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8090 T403 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8091 T403 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8091 T403 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8092 T403 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8093 T403 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8093 T403 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8094 T403 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8095 T403 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8096 T403 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8096 T403 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8097 T403 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8098 T403 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8098 T403 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8099 T403 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8112 T403 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8117 T403 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8119 T403 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8122 T403 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2> 8123 T403 oass.SolrIndexSearcher.<init> Opening Searcher@7c833537 main
[junit4:junit4]   2> 8125 T403 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8125 T403 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8125 T403 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8144 T403 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8199 T404 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c833537 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8207 T403 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8207 T403 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8286 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8286 T369 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:56817_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56817"}
[junit4:junit4]   2> 8291 T369 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:20619_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20619"}
[junit4:junit4]   2> 8291 T369 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8291 T369 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8302 T402 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> 8302 T368 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> 8302 T374 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> 8302 T387 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> 9210 T403 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9210 T403 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:20619 collection:collection1 shard:shard2
[junit4:junit4]   2> 9211 T403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9231 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9232 T403 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9232 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9243 T403 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9243 T403 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9243 T403 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:20619/collection1/
[junit4:junit4]   2> 9243 T403 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9244 T403 oasc.SyncStrategy.syncToMe http://127.0.0.1:20619/collection1/ has no replicas
[junit4:junit4]   2> 9244 T403 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:20619/collection1/
[junit4:junit4]   2> 9244 T403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9248 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e00008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9813 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9829 T368 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> 9830 T402 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> 9830 T374 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> 9829 T387 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> 9862 T403 oasc.ZkController.register We are http://127.0.0.1:20619/collection1/ and leader is http://127.0.0.1:20619/collection1/
[junit4:junit4]   2> 9862 T403 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:20619
[junit4:junit4]   2> 9862 T403 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9862 T403 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9863 T403 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9864 T403 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9865 T346 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9866 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9867 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10054 T346 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10058 T346 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13816
[junit4:junit4]   2> 10058 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10059 T346 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10059 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630
[junit4:junit4]   2> 10060 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/solr.xml
[junit4:junit4]   2> 10060 T346 oasc.CoreContainer.<init> New CoreContainer 2122802898
[junit4:junit4]   2> 10061 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/'
[junit4:junit4]   2> 10061 T346 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/'
[junit4:junit4]   2> 10118 T346 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10119 T346 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10119 T346 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10119 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10120 T346 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10120 T346 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10121 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10121 T346 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10122 T346 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10122 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10145 T346 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10165 T346 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22687/solr
[junit4:junit4]   2> 10166 T346 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10167 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@41b0bc07
[junit4:junit4]   2> 10168 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10168 T414 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10169 T414 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 10169 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:64691
[junit4:junit4]   2> 10170 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:64691
[junit4:junit4]   2> 10172 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e00009 with negotiated timeout 20000 for client /140.211.11.196:64691
[junit4:junit4]   2> 10172 T414 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e00009, negotiated timeout = 20000
[junit4:junit4]   2> 10172 T415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41b0bc07 name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10173 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10174 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e00009
[junit4:junit4]   2> 10175 T415 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10175 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:64691 which had sessionid 0x13c463796e00009
[junit4:junit4]   2> 10175 T346 oaz.ZooKeeper.close Session: 0x13c463796e00009 closed
[junit4:junit4]   2> 10176 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10189 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@53dfb8cd
[junit4:junit4]   2> 10190 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10191 T416 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10191 T416 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 10191 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:31770
[junit4:junit4]   2> 10192 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:31770
[junit4:junit4]   2> 10193 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e0000a with negotiated timeout 20000 for client /140.211.11.196:31770
[junit4:junit4]   2> 10193 T416 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e0000a, negotiated timeout = 20000
[junit4:junit4]   2> 10194 T417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53dfb8cd name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10194 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10195 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10196 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10204 T346 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13816_
[junit4:junit4]   2> 10205 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:13816_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:13816_
[junit4:junit4]   2> 10206 T346 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13816_
[junit4:junit4]   2> 10209 T402 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> 10209 T368 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> 10209 T374 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> 10209 T387 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10209 T387 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> 10217 T402 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10217 T368 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10217 T374 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10218 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10226 T418 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/collection1
[junit4:junit4]   2> 10226 T418 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10227 T418 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10227 T418 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10228 T418 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/collection1/'
[junit4:junit4]   2> 10229 T418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/collection1/lib/README' to classloader
[junit4:junit4]   2> 10230 T418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10284 T418 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10355 T418 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10456 T418 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10464 T418 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11098 T418 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11110 T418 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11114 T418 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11133 T418 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11139 T418 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11144 T418 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11145 T418 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11147 T418 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358387723630/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/
[junit4:junit4]   2> 11147 T418 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5de7878
[junit4:junit4]   2> 11148 T418 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11149 T418 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3 forceNew:false
[junit4:junit4]   2> 11150 T418 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 11150 T418 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index/
[junit4:junit4]   2> 11150 T418 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11151 T418 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index forceNew:false
[junit4:junit4]   2> 11158 T418 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ef8e35a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11158 T418 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11159 T418 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index
[junit4:junit4]   2> 11160 T418 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11162 T418 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11163 T418 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11163 T418 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11163 T418 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11164 T418 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11164 T418 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11165 T418 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11166 T418 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11166 T418 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11167 T418 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11168 T418 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11168 T418 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11169 T418 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11169 T418 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11170 T418 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11170 T418 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11171 T418 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11172 T418 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11172 T418 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11173 T418 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11174 T418 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11174 T418 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11175 T418 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11176 T418 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11176 T418 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11177 T418 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11190 T418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11194 T418 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11196 T418 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11199 T418 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 11201 T418 oass.SolrIndexSearcher.<init> Opening Searcher@31b28e86 main
[junit4:junit4]   2> 11202 T418 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11202 T418 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11203 T418 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11218 T418 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11268 T419 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31b28e86 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11276 T418 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11276 T418 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11342 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11343 T369 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:20619_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20619"}
[junit4:junit4]   2> 11357 T369 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:13816_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13816"}
[junit4:junit4]   2> 11358 T369 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11358 T369 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11374 T402 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> 11374 T417 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> 11374 T374 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> 11374 T368 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> 11374 T387 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> 12279 T418 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12279 T418 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:13816 collection:collection1 shard:shard1
[junit4:junit4]   2> 12308 T418 oasc.ZkController.register We are http://127.0.0.1:13816/collection1/ and leader is http://127.0.0.1:56817/collection1/
[junit4:junit4]   2> 12309 T418 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:13816
[junit4:junit4]   2> 12309 T418 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12309 T418 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@6a288eae url=http://127.0.0.1:13816/collection1 node=127.0.0.1:13816_ C12_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:13816_, base_url=http://127.0.0.1:13816}
[junit4:junit4]   2> 12310 T420 C12 P13816 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12310 T418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12311 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12311 T420 C12 P13816 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12311 T420 C12 P13816 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12312 T346 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12312 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12313 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12320 T420 C12 P13816 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12500 T346 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12503 T346 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44523
[junit4:junit4]   2> 12504 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12504 T346 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12505 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077
[junit4:junit4]   2> 12505 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/solr.xml
[junit4:junit4]   2> 12506 T346 oasc.CoreContainer.<init> New CoreContainer 214553299
[junit4:junit4]   2> 12506 T346 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/'
[junit4:junit4]   2> 12507 T346 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/'
[junit4:junit4]   2> 12562 T346 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12563 T346 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12563 T346 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12564 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12564 T346 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12565 T346 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12565 T346 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12565 T346 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12566 T346 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12566 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12587 T346 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12607 T346 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22687/solr
[junit4:junit4]   2> 12607 T346 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12608 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fbbc6da
[junit4:junit4]   2> 12609 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12609 T430 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12610 T430 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 12610 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44524
[junit4:junit4]   2> 12611 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44524
[junit4:junit4]   2> 12613 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e0000b with negotiated timeout 20000 for client /140.211.11.196:44524
[junit4:junit4]   2> 12613 T430 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e0000b, negotiated timeout = 20000
[junit4:junit4]   2> 12613 T431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fbbc6da name:ZooKeeperConnection Watcher:127.0.0.1:22687 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12613 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12615 T351 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c463796e0000b
[junit4:junit4]   2> 12623 T431 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12623 T348 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44524 which had sessionid 0x13c463796e0000b
[junit4:junit4]   2> 12623 T346 oaz.ZooKeeper.close Session: 0x13c463796e0000b closed
[junit4:junit4]   2> 12624 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12635 T346 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22687/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5601ac22
[junit4:junit4]   2> 12635 T346 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12636 T432 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22687. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12636 T432 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22687, initiating session
[junit4:junit4]   2> 12637 T348 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44525
[junit4:junit4]   2> 12637 T348 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44525
[junit4:junit4]   2> 12638 T350 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c463796e0000c with negotiated timeout 20000 for client /140.211.11.196:44525
[junit4:junit4]   2> 12638 T432 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22687, sessionid = 0x13c463796e0000c, negotiated timeout = 20000
[junit4:junit4]   2> 12639 T433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5601ac22 name:ZooKeeperConnection Watcher:127.0.0.1:22687/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12639 T346 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12640 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12642 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12650 T346 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44523_
[junit4:junit4]   2> 12650 T351 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c463796e0000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44523_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44523_
[junit4:junit4]   2> 12651 T346 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44523_
[junit4:junit4]   2> 12654 T402 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> 12654 T368 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> 12654 T374 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> 12654 T417 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12654 T387 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12655 T417 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> 12655 T387 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> 12656 T368 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12656 T402 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12663 T374 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12664 T346 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12672 T434 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/collection1
[junit4:junit4]   2> 12672 T434 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12673 T434 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12673 T434 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12674 T434 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/collection1/'
[junit4:junit4]   2> 12676 T434 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12676 T434 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/collection1/lib/README' to classloader
[junit4:junit4]   2> 12730 T434 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 12801 T434 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12889 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12890 T369 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:13816_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13816"}
[junit4:junit4]   2> 12902 T434 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12903 T387 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> 12903 T374 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> 12903 T417 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> 12903 T402 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> 12903 T368 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> 12903 T433 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> 12910 T434 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13549 T434 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13562 T434 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13566 T434 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13584 T434 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13590 T434 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13595 T434 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13597 T434 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13598 T434 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358387726077/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/
[junit4:junit4]   2> 13599 T434 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5de7878
[junit4:junit4]   2> 13599 T434 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13600 T434 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4 forceNew:false
[junit4:junit4]   2> 13601 T434 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 13601 T434 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index/
[junit4:junit4]   2> 13602 T434 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13603 T434 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index forceNew:false
[junit4:junit4]   2> 13678 T434 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@23ef4884; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13678 T434 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13679 T434 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index
[junit4:junit4]   2> 13680 T434 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13682 T434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13683 T434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13683 T434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13683 T434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13684 T434 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13684 T434 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13685 T434 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13686 T434 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13686 T434 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13687 T434 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13688 T434 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13688 T434 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13689 T434 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13689 T434 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13690 T434 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13690 T434 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13691 T434 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13692 T434 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13692 T434 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13693 T434 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13694 T434 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13694 T434 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13695 T434 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13696 T434 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13696 T434 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13697 T434 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13710 T434 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13714 T434 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13716 T434 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13718 T434 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 13720 T434 oass.SolrIndexSearcher.<init> Opening Searcher@156fd602 main
[junit4:junit4]   2> 13721 T434 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13721 T434 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13722 T434 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13774 T434 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13960 T435 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@156fd602 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13968 T434 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13968 T434 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14410 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14411 T369 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:44523_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44523"}
[junit4:junit4]   2> 14412 T369 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14412 T369 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14515 T387 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> 14515 T402 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> 14515 T417 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> 14515 T374 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> 14515 T433 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> 14515 T368 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> 14971 T434 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14971 T434 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44523 collection:collection1 shard:shard2
[junit4:junit4]   2> 14975 T434 oasc.ZkController.register We are http://127.0.0.1:44523/collection1/ and leader is http://127.0.0.1:20619/collection1/
[junit4:junit4]   2> 14975 T434 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44523
[junit4:junit4]   2> 14975 T434 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14976 T434 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@6af4992d url=http://127.0.0.1:44523/collection1 node=127.0.0.1:44523_ C13_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:44523_, base_url=http://127.0.0.1:44523}
[junit4:junit4]   2> 14976 T436 C13 P44523 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14977 T434 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14977 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14978 T436 C13 P44523 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14978 T436 C13 P44523 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14978 T346 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14979 T346 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14979 T436 C13 P44523 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14979 T346 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15001 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15003 T346 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15004 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C12_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:13816_, base_url=http://127.0.0.1:13816}
[junit4:junit4]   2> 15336 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56817/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15336 T420 C12 P13816 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:13816 START replicas=[http://127.0.0.1:56817/collection1/] nUpdates=100
[junit4:junit4]   2> 15337 T420 C12 P13816 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15337 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15337 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15337 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15338 T420 C12 P13816 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15338 T420 C12 P13816 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56817/collection1/. core=collection1
[junit4:junit4]   2> 15339 T420 C12 P13816 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@5c167eac url=http://127.0.0.1:56817/collection1 node=127.0.0.1:56817_ C14_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56817_, base_url=http://127.0.0.1:56817, leader=true}
[junit4:junit4]   2> 15349 T378 C14 P56817 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15352 T379 C14 P56817 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15353 T379 C14 P56817 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 15358 T379 C14 P56817 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f259f32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15358 T379 C14 P56817 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15362 T379 C14 P56817 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f259f32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7f259f32; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15363 T379 C14 P56817 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15364 T379 C14 P56817 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 15364 T379 C14 P56817 oass.SolrIndexSearcher.<init> Opening Searcher@3f0eca9f realtime
[junit4:junit4]   2> 15365 T379 C14 P56817 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15365 T379 C14 P56817 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 15366 T420 C12 P13816 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15366 T420 C12 P13816 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15369 T380 C14 P56817 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15369 T380 C14 P56817 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15370 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15370 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15371 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15374 T380 C14 P56817 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 15374 T380 C14 P56817 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1/index
[junit4:junit4]   2> 15375 T380 C14 P56817 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15376 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15377 T420 C12 P13816 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 forceNew:false
[junit4:junit4]   2> 15378 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15378 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a5c3214; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15382 T380 C14 P56817 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15384 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index
[junit4:junit4]   2> 15384 T420 C12 P13816 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15384 T420 C12 P13816 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130116215529124
[junit4:junit4]   2> 15386 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15386 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15387 T420 C12 P13816 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124
[junit4:junit4]   2> 15390 T420 C12 P13816 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a5c3214; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15391 T420 C12 P13816 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15392 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15392 T420 C12 P13816 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15393 T420 C12 P13816 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15393 T420 C12 P13816 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15394 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124
[junit4:junit4]   2> 15394 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15398 T420 C12 P13816 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a5c3214; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15398 T420 C12 P13816 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15398 T420 C12 P13816 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15399 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15399 T420 C12 P13816 oass.SolrIndexSearcher.<init> Opening Searcher@65e221bd main
[junit4:junit4]   2> 15402 T419 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65e221bd main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15402 T419 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index
[junit4:junit4]   2> 15402 T420 C12 P13816 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15405 T420 C12 P13816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a5c3214; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a5c3214; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15406 T420 C12 P13816 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15407 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 15407 T420 C12 P13816 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15408 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index.20130116215529124
[junit4:junit4]   2> 15408 T420 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3/index
[junit4:junit4]   2> 15408 T420 C12 P13816 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15408 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15408 T420 C12 P13816 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15409 T420 C12 P13816 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15415 T420 C12 P13816 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16006 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16028 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16028 T369 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:44523_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44523"}
[junit4:junit4]   2> 16033 T369 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:13816_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13816"}
[junit4:junit4]   2> 16044 T387 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> 16044 T368 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> 16044 T417 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> 16044 T433 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> 16044 T402 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> 16044 T374 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> 17009 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18012 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C13_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:44523_, base_url=http://127.0.0.1:44523}
[junit4:junit4]   2> 19006 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:20619/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19006 T436 C13 P44523 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:44523 START replicas=[http://127.0.0.1:20619/collection1/] nUpdates=100
[junit4:junit4]   2> 19007 T436 C13 P44523 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19007 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19007 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19007 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19008 T436 C13 P44523 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19008 T436 C13 P44523 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:20619/collection1/. core=collection1
[junit4:junit4]   2> 19009 T436 C13 P44523 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19014 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@344026c1 url=http://127.0.0.1:20619/collection1 node=127.0.0.1:20619_ C15_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:20619_, base_url=http://127.0.0.1:20619, leader=true}
[junit4:junit4]   2> 19019 T393 C15 P20619 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19026 T394 C15 P20619 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19027 T394 C15 P20619 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2> 19031 T394 C15 P20619 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d20d561; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19032 T394 C15 P20619 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19039 T394 C15 P20619 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d20d561; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d20d561; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19039 T394 C15 P20619 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19040 T394 C15 P20619 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2> 19041 T394 C15 P20619 oass.SolrIndexSearcher.<init> Opening Searcher@7a7fb6bb realtime
[junit4:junit4]   2> 19041 T394 C15 P20619 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19042 T394 C15 P20619 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 19043 T436 C13 P44523 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19043 T436 C13 P44523 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19045 T395 C15 P20619 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19045 T395 C15 P20619 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19046 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19046 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19047 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19050 T395 C15 P20619 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2> 19051 T395 C15 P20619 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2/index
[junit4:junit4]   2> 19051 T395 C15 P20619 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 19052 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19054 T436 C13 P44523 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 forceNew:false
[junit4:junit4]   2> 19054 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19055 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f5019f4; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 19059 T395 C15 P20619 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19061 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index
[junit4:junit4]   2> 19061 T436 C13 P44523 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19067 T436 C13 P44523 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130116215532801
[junit4:junit4]   2> 19069 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19069 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19069 T436 C13 P44523 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801
[junit4:junit4]   2> 19073 T436 C13 P44523 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f5019f4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19074 T436 C13 P44523 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19075 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19075 T436 C13 P44523 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19075 T436 C13 P44523 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19076 T436 C13 P44523 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19076 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801
[junit4:junit4]   2> 19077 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19081 T436 C13 P44523 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f5019f4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19081 T436 C13 P44523 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19081 T436 C13 P44523 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19082 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19082 T436 C13 P44523 oass.SolrIndexSearcher.<init> Opening Searcher@3d385387 main
[junit4:junit4]   2> 19084 T435 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d385387 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19085 T435 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index
[junit4:junit4]   2> 19085 T436 C13 P44523 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19088 T436 C13 P44523 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f5019f4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f5019f4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19089 T436 C13 P44523 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19090 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 19090 T436 C13 P44523 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19090 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index.20130116215532801
[junit4:junit4]   2> 19091 T436 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4/index
[junit4:junit4]   2> 19091 T436 C13 P44523 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19091 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19091 T436 C13 P44523 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19091 T436 C13 P44523 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19099 T436 C13 P44523 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20016 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20556 T369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20557 T369 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:44523_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44523"}
[junit4:junit4]   2> 20574 T402 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> 20574 T387 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> 20574 T417 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> 20574 T433 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> 20574 T374 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> 20574 T368 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> 21019 T346 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21021 T346 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C16 name=collection1 org.apache.solr.core.SolrCore@5df284c url=http://127.0.0.1:21654/collection1 node=127.0.0.1:21654_ C16_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:21654_, base_url=http://127.0.0.1:21654, leader=true}
[junit4:junit4]   2> 21034 T358 C16 P21654 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data
[junit4:junit4]   2> 21038 T358 C16 P21654 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@43cd182e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21039 T358 C16 P21654 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21040 T358 C16 P21654 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/control/data
[junit4:junit4]   2> 21041 T358 C16 P21654 oass.SolrIndexSearcher.<init> Opening Searcher@6a77d650 realtime
[junit4:junit4]   2> 21042 T358 C16 P21654 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1424372777385721856)} 0 9
[junit4:junit4]   2> 21046 T381 C14 P56817 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty1
[junit4:junit4]   2> 21051 T396 C15 P20619 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty2
[junit4:junit4]   2>  C12_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:13816_, base_url=http://127.0.0.1:13816}
[junit4:junit4]   2> 21059 T407 C12 P13816 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty3
[junit4:junit4]   2> 21060 T407 C12 P13816 /update {update.distrib=FROMLEADER&_version_=-1424372777398304768&update.from=http://127.0.0.1:56817/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1424372777398304768)} 0 3
[junit4:junit4]   2>  C13_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:44523_, base_url=http://127.0.0.1:44523}
[junit4:junit4]   2> 21063 T423 C13 P44523 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358387713753/jetty4
[junit4:junit4]   2> 21064 T423 C13 P44523 /update {update.distrib=FROMLEADER&_version_=-1424372777403547648&update.from=http://127.0.0.1:20619/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1424372777403547648)} 0 2
[junit4:junit4]   2> 21065 T396 C15 P20619 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1424372777403547648)} 0 15
[junit4:junit4]   2> 21066 T381 C14 P56817 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1424372777398304768)} 0 22
[junit4:junit4]   2> 21077 T358 C16 P21654 /update {wt=javabin&version=2} {add=[1 (1424372777426616320)]} 0 6
[junit4:junit4]   2> 21091 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1424372777436053504)]} 0 4
[junit4:junit4]   2> 21092 T381 C14 P56817 /update {wt=javabin&version=2} {add=[1 (1424372777436053504)]} 0 12
[junit4:junit4]   2> 21097 T358 C16 P21654 /update {wt=javabin&version=2} {add=[2 (1424372777450733568)]} 0 2
[junit4:junit4]   2> 21118 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1424372777464365056)]} 0 4
[junit4:junit4]   2> 21119 T396 C15 P20619 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1424372777464365056)]} 0 11
[junit4:junit4]   2> 21120 T381 C14 P56817 /update {wt=javabin&version=2} {add=[2]} 0 20
[junit4:junit4]   2> 21125 T358 C16 P21654 /update {wt=javabin&version=2} {add=[3 (1424372777481142272)]} 0 2
[junit4:junit4]   2> 21138 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1424372777488482304)]} 0 2
[junit4:junit4]   2> 21139 T396 C15 P20619 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1424372777488482304)]} 0 8
[junit4:junit4]   2> 21140 T381 C14 P56817 /update {wt=javabin&version=2} {add=[3]} 0 12
[junit4:junit4]   2> 21145 T358 C16 P21654 /update {wt=javabin&version=2} {add=[4 (1424372777501065216)]} 0 2
[junit4:junit4]   2> 21157 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1424372777508405248)]} 0 2
[junit4:junit4]   2> 21158 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1424372777508405248)]} 0 8
[junit4:junit4]   2> 21159 T397 C15 P20619 /update {wt=javabin&version=2} {add=[4]} 0 11
[junit4:junit4]   2> 21164 T358 C16 P21654 /update {wt=javabin&version=2} {add=[5 (1424372777520988160)]} 0 2
[junit4:junit4]   2> 21174 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1424372777526231040)]} 0 2
[junit4:junit4]   2> 21175 T397 C15 P20619 /update {wt=javabin&version=2} {add=[5 (1424372777526231040)]} 0 8
[junit4:junit4]   2> 21180 T358 C16 P21654 /update {wt=javabin&version=2} {add=[6 (1424372777537765376)]} 0 2
[junit4:junit4]   2> 21193 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1424372777546153984)]} 0 2
[junit4:junit4]   2> 21194 T396 C15 P20619 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1424372777546153984)]} 0 8
[junit4:junit4]   2> 21195 T381 C14 P56817 /update {wt=javabin&version=2} {add=[6]} 0 12
[junit4:junit4]   2> 21200 T358 C16 P21654 /update {wt=javabin&version=2} {add=[7 (1424372777558736896)]} 0 2
[junit4:junit4]   2> 21210 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1424372777563979776)]} 0 2
[junit4:junit4]   2> 21211 T397 C15 P20619 /update {wt=javabin&version=2} {add=[7 (1424372777563979776)]} 0 8
[junit4:junit4]   2> 21216 T358 C16 P21654 /update {wt=javabin&version=2} {add=[8 (1424372777575514112)]} 0 2
[junit4:junit4]   2> 21229 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1424372777584951296)]} 0 2
[junit4:junit4]   2> 21230 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1424372777584951296)]} 0 8
[junit4:junit4]   2> 21231 T397 C15 P20619 /update {wt=javabin&version=2} {add=[8]} 0 12
[junit4:junit4]   2> 21236 T358 C16 P21654 /update {wt=javabin&version=2} {add=[9 (1424372777596485632)]} 0 2
[junit4:junit4]   2> 21246 T423 C13 P44523 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1424372777602777088)]} 0 2
[junit4:junit4]   2> 21247 T397 C15 P20619 /update {wt=javabin&version=2} {add=[9 (1424372777602777088)]} 0 8
[junit4:junit4]   2> 21328 T358 C16 P21654 /update {wt=javabin&version=2} {add=[10 (1424372777613262848)]} 0 78
[junit4:junit4]   2> 21341 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1424372777701343232)]} 0 2
[junit4:junit4]   2> 21342 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1424372777701343232)]} 0 8
[junit4:junit4]   2> 21343 T397 C15 P20619 /update {wt=javabin&version=2} {add=[10]} 0 12
[junit4:junit4]   2> 21350 T358 C16 P21654 /update {wt=javabin&version=2} {add=[11 (1424372777713926144)]} 0 4
[junit4:junit4]   2> 21363 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1424372777725460480)]} 0 2
[junit4:junit4]   2> 21364 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1424372777725460480)]} 0 8
[junit4:junit4]   2> 21365 T397 C15 P20619 /update {wt=javabin&version=2} {add=[11]} 0 12
[junit4:junit4]   2> 21370 T358 C16 P21654 /update {wt=javabin&version=2} {add=[12 (1424372777736994816)]} 0 2
[junit4:junit4]   2> 21383 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1424372777746432000)]} 0 2
[junit4:junit4]   2> 21384 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[12 (1424372777746432000)]} 0 8
[junit4:junit4]   2> 21385 T397 C15 P20619 /update {wt=javabin&version=2} {add=[12]} 0 12
[junit4:junit4]   2> 21390 T358 C16 P21654 /update {wt=javabin&version=2} {add=[13 (1424372777757966336)]} 0 2
[junit4:junit4]   2> 21403 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1424372777767403520)]} 0 2
[junit4:junit4]   2> 21404 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1424372777767403520)]} 0 8
[junit4:junit4]   2> 21405 T397 C15 P20619 /update {wt=javabin&version=2} {add=[13]} 0 12
[junit4:junit4]   2> 21410 T358 C16 P21654 /update {wt=javabin&version=2} {add=[14 (1424372777778937856)]} 0 2
[junit4:junit4]   2> 21422 T407 C12 P13816 /update {distrib.from=http://127.0.0.1:56817/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1424372777787326464)]} 0 2
[junit4:junit4]   2> 21423 T382 C14 P56817 /update {distrib.from=http://127.0.0.1:20619/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[14 (1424372777787326464)]} 0 7
[junit4:junit4]   2> 21424 T397 C15 P20619 /update {wt=javabin&version=2} {add=[14]} 0 11
[junit4:junit4]   2> 21429 T358 C16 P21654 /update {wt=javabin&version=2} {add=[15 (1424372777798860800)]} 0 2
[junit4:junit4]   2> 

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

     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  22) Thread[id=449, name=TEST-BasicDistributedZkTest.testDistribSearch-seed#[6E68A90FAF9F3B70]-SendThread(localhost:22687), state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:82)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
[junit4:junit4]   2> 	  23) Thread[id=416, name=TEST-BasicDistributedZkTest.testDistribSearch-seed#[6E68A90FAF9F3B70]-SendThread(localhost:22687), state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:159)
[junit4:junit4]   2> 	        at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:103)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
[junit4:junit4]   2> 	  24) Thread[id=401, name=TEST-BasicDistributedZkTest.testDistribSearch-seed#[6E68A90FAF9F3B70]-SendThread(localhost:22687), state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:82)
[junit4:junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
[junit4:junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
[junit4:junit4]   2> 	  25) Thread[id=409, name=qtp384108644-409, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]   2> 	        at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:375)
[junit4:junit4]   2> 	        at org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:141)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:227)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1035)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
[junit4:junit4]   2> 	        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4:junit4]   2> 	        at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  26) Thread[id=844, name=searcherExecutor-363-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  27) Thread[id=405, name=HashSessionScavenger-11, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.lang.Object.wait(Native Method)
[junit4:junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
[junit4:junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_b=MockVariableIntBlock(baseBlockSize=98), cat=PostingsFormat(name=MockRandom), foo_d=PostingsFormat(name=Direct), foo_f=MockVariableIntBlock(baseBlockSize=98), n_tl1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_d1=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=MockRandom), n_td1=PostingsFormat(name=TestBloomFilteredLucene41Postings), timestamp=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Direct), range_facet_sl=MockVariableIntBlock(baseBlockSize=98), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), oddField_s=MockVariableIntBlock(baseBlockSize=98), sequence_i=MockVariableIntBlock(baseBlockSize=98), name=PostingsFormat(name=Direct), foo_i=PostingsFormat(name=TestBloomFilteredLucene41Postings), regex_dup_B_s=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tf1=PostingsFormat(name=MockRandom), n_dt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), genre_s=MockVariableIntBlock(baseBlockSize=98), author_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_ti1=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=MockRandom), text=MockVariableIntBlock(baseBlockSize=98), _version_=PostingsFormat(name=MockRandom), val_i=PostingsFormat(name=Direct), SubjectTerms_mfacet=PostingsFormat(name=MockRandom), series_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_t=PostingsFormat(name=MockRandom), n_tdt1=PostingsFormat(name=MockRandom), regex_dup_A_s=MockVariableIntBlock(baseBlockSize=98), price=MockVariableIntBlock(baseBlockSize=98), other_tl1=PostingsFormat(name=MockRandom), n_l1=PostingsFormat(name=MockRandom), a_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), inStock=MockVariableIntBlock(baseBlockSize=98)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_EC, timezone=America/Goose_Bay
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=28,free=203169128,total=400556032
[junit4:junit4]   2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest, DistanceFunctionTest, TestLMDirichletSimilarityFactory, SearchHandlerTest, AlternateDirectoryTest, UniqFieldsUpdateProcessorFactoryTest, ShardRoutingCustomTest, ChaosMonkeyNothingIsSafeTest, TestQueryTypes, ChaosMonkeySafeLeaderTest, JSONWriterTest, TestStressRecovery, TestZkChroot, SyncSliceTest, TestIndexingPerformance, SpellPossibilityIteratorTest, CSVRequestHandlerTest, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=6E68A90FAF9F3B70 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_EC -Dtests.timezone=America/Goose_Bay -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E68A90FAF9F3B70]:0)
[junit4:junit4] Completed on J0 in 7223.85s, 1 test, 2 errors <<< FAILURES!

[...truncated 140 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: 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:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 248 suites, 1034 tests, 1 suite-level error, 1 error, 169 ignored (3 assumptions)

Total time: 146 minutes 55 seconds
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 # 901 - Still Failing

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([131F65E17E66C663]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([131F65E17E66C663]:0)




Build Log:
[...truncated 9257 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T298 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T298 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/J0/./solrtest-BasicDistributedZkTest-1358356410118
[junit4:junit4]   2> 11 T298 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 15 T299 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 77 T299 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 77 T299 oaz.Environment.logEnv Server environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 77 T299 oaz.Environment.logEnv Server environment:java.version=1.7.0_09
[junit4:junit4]   2> 77 T299 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 78 T299 oaz.Environment.logEnv Server environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 78 T299 oaz.Environment.logEnv Server environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:os.name=FreeBSD
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:os.arch=amd64
[junit4:junit4]   2> 79 T299 oaz.Environment.logEnv Server environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 80 T299 oaz.Environment.logEnv Server environment:user.name=hudson
[junit4:junit4]   2> 80 T299 oaz.Environment.logEnv Server environment:user.home=/home/hudson
[junit4:junit4]   2> 80 T299 oaz.Environment.logEnv Server environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 113 T299 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 114 T299 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 114 T299 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 119 T299 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 178 T299 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 217 T298 oasc.ZkTestServer.run start zk server on port:24952
[junit4:junit4]   2> 302 T298 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 303 T298 oaz.Environment.logEnv Client environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 303 T298 oaz.Environment.logEnv Client environment:java.version=1.7.0_09
[junit4:junit4]   2> 304 T298 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 304 T298 oaz.Environment.logEnv Client environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 304 T298 oaz.Environment.logEnv Client environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.2-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 305 T298 oaz.Environment.logEnv Client environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 306 T298 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 306 T298 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 306 T298 oaz.Environment.logEnv Client environment:os.name=FreeBSD
[junit4:junit4]   2> 307 T298 oaz.Environment.logEnv Client environment:os.arch=amd64
[junit4:junit4]   2> 307 T298 oaz.Environment.logEnv Client environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 307 T298 oaz.Environment.logEnv Client environment:user.name=hudson
[junit4:junit4]   2> 308 T298 oaz.Environment.logEnv Client environment:user.home=/home/hudson
[junit4:junit4]   2> 308 T298 oaz.Environment.logEnv Client environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 313 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@78713b2
[junit4:junit4]   2> 393 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 401 T304 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 403 T304 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 404 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24953
[junit4:junit4]   2> 426 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24953
[junit4:junit4]   2> 439 T302 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 492 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0000 with negotiated timeout 10000 for client /140.211.11.196:24953
[junit4:junit4]   2> 492 T304 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0000, negotiated timeout = 10000
[junit4:junit4]   2> 498 T305 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78713b2 name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 498 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 504 T298 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 605 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0000
[junit4:junit4]   2> 607 T305 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 607 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0000 closed
[junit4:junit4]   2> 608 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24953 which had sessionid 0x13c4459efcb0000
[junit4:junit4]   2> 608 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19aa514
[junit4:junit4]   2> 609 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 609 T306 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 610 T306 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 610 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24954
[junit4:junit4]   2> 610 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24954
[junit4:junit4]   2> 634 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0001 with negotiated timeout 10000 for client /140.211.11.196:24954
[junit4:junit4]   2> 634 T306 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0001, negotiated timeout = 10000
[junit4:junit4]   2> 635 T307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19aa514 name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 635 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 642 T298 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 650 T298 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 699 T298 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 702 T298 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 731 T298 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.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 763 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 814 T298 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> 815 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 925 T298 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> 926 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 932 T298 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> 933 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 938 T298 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> 939 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 944 T298 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> 945 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 950 T298 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> 952 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 957 T298 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> 958 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 963 T298 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> 964 T298 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 969 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0001
[junit4:junit4]   2> 971 T307 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 971 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24954 which had sessionid 0x13c4459efcb0001
[junit4:junit4]   2> 971 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0001 closed
[junit4:junit4]   2> 1097 T298 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1100 T298 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24955
[junit4:junit4]   2> 1100 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1101 T298 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1101 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085
[junit4:junit4]   2> 1101 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/solr.xml
[junit4:junit4]   2> 1102 T298 oasc.CoreContainer.<init> New CoreContainer 2127151041
[junit4:junit4]   2> 1102 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/'
[junit4:junit4]   2> 1103 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/'
[junit4:junit4]   2> 1140 T298 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 1140 T298 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1141 T298 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1141 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1141 T298 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1142 T298 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1142 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1142 T298 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1143 T298 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1143 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1159 T298 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1174 T298 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24952/solr
[junit4:junit4]   2> 1190 T298 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1190 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c3bbd4e
[junit4:junit4]   2> 1191 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1192 T317 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1193 T317 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 1193 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24956
[junit4:junit4]   2> 1194 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24956
[junit4:junit4]   2> 1196 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0002 with negotiated timeout 20000 for client /140.211.11.196:24956
[junit4:junit4]   2> 1196 T317 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0002, negotiated timeout = 20000
[junit4:junit4]   2> 1196 T318 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c3bbd4e name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1196 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1199 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0002
[junit4:junit4]   2> 1200 T318 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1200 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24956 which had sessionid 0x13c4459efcb0002
[junit4:junit4]   2> 1200 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0002 closed
[junit4:junit4]   2> 1201 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 1213 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2f1d55f
[junit4:junit4]   2> 1214 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1214 T319 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1215 T319 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 1215 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24957
[junit4:junit4]   2> 1216 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24957
[junit4:junit4]   2> 1217 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0003 with negotiated timeout 20000 for client /140.211.11.196:24957
[junit4:junit4]   2> 1217 T319 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0003, negotiated timeout = 20000
[junit4:junit4]   2> 1218 T320 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f1d55f name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1218 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1233 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1241 T298 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1245 T298 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24955_
[junit4:junit4]   2> 1250 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24955_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24955_
[junit4:junit4]   2> 1251 T298 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24955_
[junit4:junit4]   2> 1257 T298 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1282 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1283 T298 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1287 T298 oasc.Overseer.start Overseer (id=89021245706403843-127.0.0.1:24955_-n_0000000000) starting
[junit4:junit4]   2> 1288 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1305 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1307 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1312 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1314 T322 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 1314 T298 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1319 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1336 T321 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1346 T323 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/collection1
[junit4:junit4]   2> 1347 T323 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1348 T323 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1348 T323 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1351 T323 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/collection1/'
[junit4:junit4]   2> 1352 T323 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1353 T323 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/collection1/lib/README' to classloader
[junit4:junit4]   2> 1415 T3 oasu.ConcurrentLRUCache.finalize SEVERE ConcurrentLRUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
[junit4:junit4]   2> 1450 T323 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 1529 T323 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1630 T323 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1639 T323 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2160 T323 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2170 T323 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2173 T323 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2200 T323 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2207 T323 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2212 T323 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2214 T323 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2216 T323 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358356411085/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/
[junit4:junit4]   2> 2217 T323 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cd44892
[junit4:junit4]   2> 2217 T323 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 2243 T323 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data forceNew:false
[junit4:junit4]   2> 2243 T323 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data
[junit4:junit4]   2> 2244 T323 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/index/
[junit4:junit4]   2> 2244 T323 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2245 T323 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/index forceNew:false
[junit4:junit4]   2> 2255 T323 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4428ee2d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2255 T323 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2256 T323 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data/index
[junit4:junit4]   2> 2256 T323 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2258 T323 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2259 T323 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2259 T323 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2259 T323 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2260 T323 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2260 T323 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2260 T323 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2261 T323 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2261 T323 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2262 T323 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2262 T323 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2262 T323 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2263 T323 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2263 T323 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2263 T323 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2264 T323 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2264 T323 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2265 T323 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2265 T323 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2265 T323 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2266 T323 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2266 T323 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2267 T323 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2267 T323 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2267 T323 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2268 T323 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2277 T323 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2280 T323 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2282 T323 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 2284 T323 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/control/data
[junit4:junit4]   2> 2286 T323 oass.SolrIndexSearcher.<init> Opening Searcher@5b05ea2f main
[junit4:junit4]   2> 2287 T323 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2287 T323 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2288 T323 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2293 T323 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2346 T324 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b05ea2f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2353 T323 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2354 T323 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2355 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 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> 2842 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2844 T321 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:24955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24955"}
[junit4:junit4]   2> 2844 T321 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2881 T321 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2882 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 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> 2944 T320 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> 3373 T323 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3373 T323 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24955 collection:control_collection shard:shard1
[junit4:junit4]   2> 3388 T323 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3411 T323 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3439 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 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> 3440 T323 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3441 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3453 T323 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3453 T323 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3453 T323 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:24955/collection1/
[junit4:junit4]   2> 3454 T323 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3454 T323 oasc.SyncStrategy.syncToMe http://127.0.0.1:24955/collection1/ has no replicas
[junit4:junit4]   2> 3454 T323 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:24955/collection1/
[junit4:junit4]   2> 3455 T323 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3461 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4451 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4473 T320 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> 4490 T323 oasc.ZkController.register We are http://127.0.0.1:24955/collection1/ and leader is http://127.0.0.1:24955/collection1/
[junit4:junit4]   2> 4490 T323 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24955
[junit4:junit4]   2> 4490 T323 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4490 T323 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4491 T323 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4493 T323 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4494 T298 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4495 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4496 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4508 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4524 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@45515c1d
[junit4:junit4]   2> 4525 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4525 T325 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4526 T325 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 4526 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24958
[junit4:junit4]   2> 4527 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24958
[junit4:junit4]   2> 4528 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0004 with negotiated timeout 10000 for client /140.211.11.196:24958
[junit4:junit4]   2> 4528 T325 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0004, negotiated timeout = 10000
[junit4:junit4]   2> 4528 T326 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45515c1d name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4529 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4530 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4535 T298 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4711 T298 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4714 T298 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24959
[junit4:junit4]   2> 4715 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4716 T298 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4716 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649
[junit4:junit4]   2> 4717 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/solr.xml
[junit4:junit4]   2> 4717 T298 oasc.CoreContainer.<init> New CoreContainer 1342784205
[junit4:junit4]   2> 4718 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/'
[junit4:junit4]   2> 4718 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/'
[junit4:junit4]   2> 4777 T298 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4778 T298 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4778 T298 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4779 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4779 T298 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4780 T298 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4780 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4780 T298 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4781 T298 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4782 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4803 T298 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4823 T298 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24952/solr
[junit4:junit4]   2> 4824 T298 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4825 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6cfd3787
[junit4:junit4]   2> 4826 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4826 T336 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4827 T336 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 4828 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24960
[junit4:junit4]   2> 4828 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24960
[junit4:junit4]   2> 4831 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0005 with negotiated timeout 20000 for client /140.211.11.196:24960
[junit4:junit4]   2> 4831 T336 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0005, negotiated timeout = 20000
[junit4:junit4]   2> 4831 T337 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6cfd3787 name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4832 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4834 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0005
[junit4:junit4]   2> 4847 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24960 which had sessionid 0x13c4459efcb0005
[junit4:junit4]   2> 4847 T337 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4847 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0005 closed
[junit4:junit4]   2> 4848 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4860 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@62c41cca
[junit4:junit4]   2> 4861 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4861 T338 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4862 T338 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 4862 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24961
[junit4:junit4]   2> 4863 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24961
[junit4:junit4]   2> 4864 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0006 with negotiated timeout 20000 for client /140.211.11.196:24961
[junit4:junit4]   2> 4864 T338 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0006, negotiated timeout = 20000
[junit4:junit4]   2> 4865 T339 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62c41cca name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4865 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4866 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4868 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4876 T298 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24959_
[junit4:junit4]   2> 4877 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24959_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24959_
[junit4:junit4]   2> 4879 T298 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24959_
[junit4:junit4]   2> 4883 T326 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4883 T320 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4884 T320 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> 4892 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4900 T340 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/collection1
[junit4:junit4]   2> 4901 T340 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4902 T340 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4902 T340 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4905 T340 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/collection1/'
[junit4:junit4]   2> 4906 T340 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/collection1/lib/README' to classloader
[junit4:junit4]   2> 4906 T340 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4948 T340 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4999 T340 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5100 T340 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5106 T340 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5758 T340 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5771 T340 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5775 T340 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5800 T340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5806 T340 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5812 T340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5814 T340 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5816 T340 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358356414649/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/
[junit4:junit4]   2> 5816 T340 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cd44892
[junit4:junit4]   2> 5817 T340 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5818 T340 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1 forceNew:false
[junit4:junit4]   2> 5819 T340 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1
[junit4:junit4]   2> 5819 T340 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index/
[junit4:junit4]   2> 5820 T340 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5821 T340 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index forceNew:false
[junit4:junit4]   2> 5827 T340 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa66dc4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5828 T340 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5829 T340 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index
[junit4:junit4]   2> 5829 T340 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5839 T340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5840 T340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5840 T340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5840 T340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5841 T340 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5841 T340 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5842 T340 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5843 T340 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5844 T340 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5844 T340 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5845 T340 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5846 T340 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5847 T340 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5847 T340 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5847 T340 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5848 T340 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5849 T340 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5850 T340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5850 T340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5851 T340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5852 T340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5853 T340 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5853 T340 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5854 T340 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5855 T340 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5856 T340 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5869 T340 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5873 T340 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5875 T340 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5878 T340 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1
[junit4:junit4]   2> 5880 T340 oass.SolrIndexSearcher.<init> Opening Searcher@3771b1e9 main
[junit4:junit4]   2> 5881 T340 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5882 T340 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5882 T340 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5891 T340 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5950 T341 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3771b1e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5959 T340 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5960 T340 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5988 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5989 T321 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:24955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24955"}
[junit4:junit4]   2> 5995 T321 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:24959_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24959"}
[junit4:junit4]   2> 5995 T321 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5995 T321 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6007 T339 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> 6007 T320 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> 6007 T326 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> 6963 T340 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6963 T340 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24959 collection:collection1 shard:shard1
[junit4:junit4]   2> 6964 T340 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6987 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6989 T340 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6989 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6999 T340 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7000 T340 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7000 T340 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:24959/collection1/
[junit4:junit4]   2> 7000 T340 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7000 T340 oasc.SyncStrategy.syncToMe http://127.0.0.1:24959/collection1/ has no replicas
[junit4:junit4]   2> 7001 T340 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:24959/collection1/
[junit4:junit4]   2> 7001 T340 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7008 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7523 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7545 T320 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> 7545 T339 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> 7545 T326 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> 7578 T340 oasc.ZkController.register We are http://127.0.0.1:24959/collection1/ and leader is http://127.0.0.1:24959/collection1/
[junit4:junit4]   2> 7578 T340 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24959
[junit4:junit4]   2> 7578 T340 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7579 T340 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7579 T340 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7581 T340 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7583 T298 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7583 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7584 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7775 T298 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7778 T298 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24962
[junit4:junit4]   2> 7779 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7779 T298 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7780 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713
[junit4:junit4]   2> 7780 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/solr.xml
[junit4:junit4]   2> 7781 T298 oasc.CoreContainer.<init> New CoreContainer 1781746754
[junit4:junit4]   2> 7781 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/'
[junit4:junit4]   2> 7782 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/'
[junit4:junit4]   2> 7840 T298 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7841 T298 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7841 T298 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7842 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7842 T298 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7843 T298 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7843 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7844 T298 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7844 T298 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7845 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7868 T298 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7888 T298 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24952/solr
[junit4:junit4]   2> 7889 T298 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7890 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@258e1d5c
[junit4:junit4]   2> 7891 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7891 T351 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7892 T351 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 7893 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24963
[junit4:junit4]   2> 7893 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24963
[junit4:junit4]   2> 7895 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0007 with negotiated timeout 20000 for client /140.211.11.196:24963
[junit4:junit4]   2> 7895 T351 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0007, negotiated timeout = 20000
[junit4:junit4]   2> 7896 T352 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@258e1d5c name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7896 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7898 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0007
[junit4:junit4]   2> 7913 T352 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7913 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0007 closed
[junit4:junit4]   2> 7913 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24963 which had sessionid 0x13c4459efcb0007
[junit4:junit4]   2> 7914 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7927 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@eb0008f
[junit4:junit4]   2> 7928 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7929 T353 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7929 T353 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 7930 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24964
[junit4:junit4]   2> 7930 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24964
[junit4:junit4]   2> 7932 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0008 with negotiated timeout 20000 for client /140.211.11.196:24964
[junit4:junit4]   2> 7932 T353 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0008, negotiated timeout = 20000
[junit4:junit4]   2> 7932 T354 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eb0008f name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7932 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7934 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7936 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7938 T298 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24962_
[junit4:junit4]   2> 7939 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24962_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24962_
[junit4:junit4]   2> 7945 T298 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24962_
[junit4:junit4]   2> 7948 T339 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> 7949 T320 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7949 T326 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7949 T320 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> 7950 T326 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> 7951 T339 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7955 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7964 T355 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/collection1
[junit4:junit4]   2> 7964 T355 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7966 T355 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7966 T355 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7968 T355 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/collection1/'
[junit4:junit4]   2> 7969 T355 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7970 T355 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/collection1/lib/README' to classloader
[junit4:junit4]   2> 8009 T355 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 8061 T355 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8162 T355 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8168 T355 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8639 T355 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8647 T355 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8650 T355 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8671 T355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8676 T355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8681 T355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8683 T355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8684 T355 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358356417713/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/
[junit4:junit4]   2> 8685 T355 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cd44892
[junit4:junit4]   2> 8685 T355 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8686 T355 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2 forceNew:false
[junit4:junit4]   2> 8686 T355 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2
[junit4:junit4]   2> 8687 T355 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index/
[junit4:junit4]   2> 8687 T355 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8688 T355 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index forceNew:false
[junit4:junit4]   2> 8723 T355 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@367b3d35; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8723 T355 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8724 T355 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index
[junit4:junit4]   2> 8724 T355 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8727 T355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8727 T355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8727 T355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8727 T355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8728 T355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8728 T355 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8729 T355 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8729 T355 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8730 T355 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8730 T355 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8731 T355 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8731 T355 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8732 T355 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8732 T355 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8732 T355 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8733 T355 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8734 T355 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8734 T355 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8735 T355 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8735 T355 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8736 T355 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8736 T355 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8737 T355 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8737 T355 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8738 T355 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8738 T355 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8747 T355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8751 T355 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8752 T355 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8755 T355 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2
[junit4:junit4]   2> 8756 T355 oass.SolrIndexSearcher.<init> Opening Searcher@5aa13208 main
[junit4:junit4]   2> 8757 T355 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8757 T355 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8758 T355 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8764 T355 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8828 T356 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5aa13208 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8833 T355 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8833 T355 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9061 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9062 T321 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:24959_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24959"}
[junit4:junit4]   2> 9068 T321 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:24962_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24962"}
[junit4:junit4]   2> 9068 T321 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9068 T321 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 9081 T339 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> 9081 T320 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> 9081 T326 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> 9081 T354 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> 9836 T355 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9836 T355 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24962 collection:collection1 shard:shard2
[junit4:junit4]   2> 9837 T355 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9858 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9859 T355 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9860 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9862 T355 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9863 T355 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9863 T355 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:24962/collection1/
[junit4:junit4]   2> 9863 T355 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9864 T355 oasc.SyncStrategy.syncToMe http://127.0.0.1:24962/collection1/ has no replicas
[junit4:junit4]   2> 9864 T355 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:24962/collection1/
[junit4:junit4]   2> 9864 T355 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9869 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10595 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10690 T320 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> 10690 T326 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> 10690 T339 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> 10690 T354 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> 10697 T355 oasc.ZkController.register We are http://127.0.0.1:24962/collection1/ and leader is http://127.0.0.1:24962/collection1/
[junit4:junit4]   2> 10697 T355 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24962
[junit4:junit4]   2> 10697 T355 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10697 T355 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10698 T355 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10743 T355 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10745 T298 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10745 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10746 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10935 T298 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10938 T298 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24965
[junit4:junit4]   2> 10939 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10939 T298 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10940 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875
[junit4:junit4]   2> 10940 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/solr.xml
[junit4:junit4]   2> 10941 T298 oasc.CoreContainer.<init> New CoreContainer 24314271
[junit4:junit4]   2> 10942 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/'
[junit4:junit4]   2> 10942 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/'
[junit4:junit4]   2> 11000 T298 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11001 T298 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11001 T298 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11002 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11002 T298 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11003 T298 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11003 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11004 T298 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11004 T298 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11005 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11026 T298 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11046 T298 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24952/solr
[junit4:junit4]   2> 11047 T298 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11048 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@649355b6
[junit4:junit4]   2> 11049 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11050 T366 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11050 T366 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 11051 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24966
[junit4:junit4]   2> 11051 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24966
[junit4:junit4]   2> 11057 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb0009 with negotiated timeout 20000 for client /140.211.11.196:24966
[junit4:junit4]   2> 11057 T366 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb0009, negotiated timeout = 20000
[junit4:junit4]   2> 11057 T367 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@649355b6 name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11058 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11059 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb0009
[junit4:junit4]   2> 11070 T367 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11070 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24966 which had sessionid 0x13c4459efcb0009
[junit4:junit4]   2> 11070 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb0009 closed
[junit4:junit4]   2> 11071 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11079 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@58a6806f
[junit4:junit4]   2> 11081 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11081 T368 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11082 T368 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 11082 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24967
[junit4:junit4]   2> 11082 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24967
[junit4:junit4]   2> 11084 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb000a with negotiated timeout 20000 for client /140.211.11.196:24967
[junit4:junit4]   2> 11084 T368 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb000a, negotiated timeout = 20000
[junit4:junit4]   2> 11084 T369 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58a6806f name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11084 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11086 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11088 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11096 T298 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24965_
[junit4:junit4]   2> 11097 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24965_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24965_
[junit4:junit4]   2> 11098 T298 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24965_
[junit4:junit4]   2> 11101 T339 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> 11102 T354 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11102 T320 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11102 T326 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11102 T354 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> 11103 T326 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> 11102 T320 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> 11105 T339 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11107 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11114 T370 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/collection1
[junit4:junit4]   2> 11115 T370 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11116 T370 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11116 T370 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11118 T370 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/collection1/'
[junit4:junit4]   2> 11119 T370 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11120 T370 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/collection1/lib/README' to classloader
[junit4:junit4]   2> 11177 T370 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 11250 T370 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11352 T370 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11361 T370 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12016 T370 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12028 T370 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12032 T370 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12055 T370 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12061 T370 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12066 T370 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12068 T370 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12070 T370 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358356420875/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/
[junit4:junit4]   2> 12070 T370 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cd44892
[junit4:junit4]   2> 12071 T370 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 12072 T370 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3 forceNew:false
[junit4:junit4]   2> 12073 T370 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 12073 T370 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index/
[junit4:junit4]   2> 12074 T370 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12075 T370 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index forceNew:false
[junit4:junit4]   2> 12083 T370 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7264c6f7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12083 T370 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12084 T370 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index
[junit4:junit4]   2> 12084 T370 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12087 T370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12087 T370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12088 T370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12088 T370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12089 T370 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12089 T370 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12090 T370 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12091 T370 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12092 T370 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12093 T370 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12093 T370 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12094 T370 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12095 T370 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12095 T370 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12096 T370 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12097 T370 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12097 T370 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12098 T370 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12099 T370 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12100 T370 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12100 T370 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12101 T370 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12102 T370 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12103 T370 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12103 T370 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12104 T370 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12117 T370 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12122 T370 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12124 T370 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 12126 T370 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 12128 T370 oass.SolrIndexSearcher.<init> Opening Searcher@6e68f08d main
[junit4:junit4]   2> 12129 T370 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12130 T370 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12130 T370 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12138 T370 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12198 T371 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e68f08d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12203 T370 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12204 T370 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12246 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12247 T321 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:24962_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24962"}
[junit4:junit4]   2> 12252 T321 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:24965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24965"}
[junit4:junit4]   2> 12252 T321 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12253 T321 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12265 T354 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> 12265 T320 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> 12265 T326 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> 12265 T369 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> 12265 T339 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> 13207 T370 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13207 T370 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24965 collection:collection1 shard:shard1
[junit4:junit4]   2> 13212 T370 oasc.ZkController.register We are http://127.0.0.1:24965/collection1/ and leader is http://127.0.0.1:24959/collection1/
[junit4:junit4]   2> 13212 T370 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24965
[junit4:junit4]   2> 13212 T370 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13213 T370 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@132decf2 url=http://127.0.0.1:24965/collection1 node=127.0.0.1:24965_ C12_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:24965_, base_url=http://127.0.0.1:24965}
[junit4:junit4]   2> 13220 T372 C12 P24965 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13221 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13221 T370 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13221 T372 C12 P24965 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13221 T372 C12 P24965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13222 T298 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13223 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13223 T372 C12 P24965 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13223 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13356 T298 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13359 T298 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24969
[junit4:junit4]   2> 13360 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13360 T298 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13361 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349
[junit4:junit4]   2> 13361 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/solr.xml
[junit4:junit4]   2> 13361 T298 oasc.CoreContainer.<init> New CoreContainer 1581701273
[junit4:junit4]   2> 13362 T298 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/'
[junit4:junit4]   2> 13362 T298 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/'
[junit4:junit4]   2> 13401 T298 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13402 T298 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13402 T298 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13402 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13403 T298 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13403 T298 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13403 T298 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13404 T298 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13404 T298 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13404 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13420 T298 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13434 T298 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24952/solr
[junit4:junit4]   2> 13435 T298 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13435 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7709068f
[junit4:junit4]   2> 13436 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13437 T382 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13438 T382 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 13438 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24970
[junit4:junit4]   2> 13438 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24970
[junit4:junit4]   2> 13441 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb000b with negotiated timeout 20000 for client /140.211.11.196:24970
[junit4:junit4]   2> 13441 T382 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb000b, negotiated timeout = 20000
[junit4:junit4]   2> 13441 T383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7709068f name:ZooKeeperConnection Watcher:127.0.0.1:24952 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13442 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13443 T303 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c4459efcb000b
[junit4:junit4]   2> 13455 T383 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13455 T300 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:24970 which had sessionid 0x13c4459efcb000b
[junit4:junit4]   2> 13455 T298 oaz.ZooKeeper.close Session: 0x13c4459efcb000b closed
[junit4:junit4]   2> 13456 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13464 T298 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24952/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@17342542
[junit4:junit4]   2> 13466 T298 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13466 T384 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24952. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13466 T384 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24952, initiating session
[junit4:junit4]   2> 13467 T300 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24971
[junit4:junit4]   2> 13467 T300 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24971
[junit4:junit4]   2> 13469 T302 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c4459efcb000c with negotiated timeout 20000 for client /140.211.11.196:24971
[junit4:junit4]   2> 13469 T384 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24952, sessionid = 0x13c4459efcb000c, negotiated timeout = 20000
[junit4:junit4]   2> 13469 T385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17342542 name:ZooKeeperConnection Watcher:127.0.0.1:24952/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13469 T298 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13471 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13473 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13480 T298 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24969_
[junit4:junit4]   2> 13481 T303 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c4459efcb000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24969_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24969_
[junit4:junit4]   2> 13482 T298 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24969_
[junit4:junit4]   2> 13485 T339 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> 13486 T354 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13486 T369 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13486 T320 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13486 T354 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> 13486 T326 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13486 T320 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> 13486 T369 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> 13487 T326 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> 13489 T339 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13491 T298 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13499 T386 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/collection1
[junit4:junit4]   2> 13500 T386 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13501 T386 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13501 T386 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13503 T386 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/collection1/'
[junit4:junit4]   2> 13504 T386 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/collection1/lib/README' to classloader
[junit4:junit4]   2> 13505 T386 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13546 T386 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13598 T386 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13699 T386 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13705 T386 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13779 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13781 T321 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:24965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24965"}
[junit4:junit4]   2> 13797 T339 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> 13797 T369 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> 13797 T326 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> 13797 T385 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> 13797 T320 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> 13797 T354 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> 14179 T386 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14188 T386 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14191 T386 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14212 T386 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14218 T386 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14223 T386 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14225 T386 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14227 T386 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/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358356423349/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/
[junit4:junit4]   2> 14227 T386 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cd44892
[junit4:junit4]   2> 14227 T386 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14228 T386 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4 forceNew:false
[junit4:junit4]   2> 14229 T386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4
[junit4:junit4]   2> 14229 T386 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index/
[junit4:junit4]   2> 14229 T386 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14230 T386 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index forceNew:false
[junit4:junit4]   2> 14236 T386 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1693b0f3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14236 T386 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14237 T386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index
[junit4:junit4]   2> 14237 T386 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14239 T386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14239 T386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14240 T386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14240 T386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14241 T386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14241 T386 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14241 T386 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14242 T386 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14242 T386 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14243 T386 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14243 T386 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14244 T386 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14244 T386 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14244 T386 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14245 T386 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14245 T386 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14246 T386 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14246 T386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14247 T386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14247 T386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14248 T386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14248 T386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14249 T386 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14249 T386 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14250 T386 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14250 T386 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14259 T386 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14263 T386 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14265 T386 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 14267 T386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4
[junit4:junit4]   2> 14268 T386 oass.SolrIndexSearcher.<init> Opening Searcher@79f7efe7 main
[junit4:junit4]   2> 14269 T386 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14270 T386 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14270 T386 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14276 T386 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14326 T387 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79f7efe7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14330 T386 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14331 T386 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15306 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15307 T321 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:24969_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24969"}
[junit4:junit4]   2> 15307 T321 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15308 T321 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15323 T339 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> 15323 T320 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> 15323 T369 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> 15323 T326 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> 15323 T385 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> 15323 T354 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> 15334 T386 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15334 T386 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24969 collection:collection1 shard:shard2
[junit4:junit4]   2> 15339 T386 oasc.ZkController.register We are http://127.0.0.1:24969/collection1/ and leader is http://127.0.0.1:24962/collection1/
[junit4:junit4]   2> 15339 T386 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24969
[junit4:junit4]   2> 15339 T386 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15340 T386 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@122a90d2 url=http://127.0.0.1:24969/collection1 node=127.0.0.1:24969_ C13_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:24969_, base_url=http://127.0.0.1:24969}
[junit4:junit4]   2> 15340 T388 C13 P24969 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15341 T388 C13 P24969 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15341 T388 C13 P24969 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15341 T386 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15341 T388 C13 P24969 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15343 T298 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15344 T388 C13 P24969 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15344 T298 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15345 T298 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15366 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15368 T298 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15369 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C12_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:24965_, base_url=http://127.0.0.1:24965}
[junit4:junit4]   2> 16255 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:24959/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16265 T372 C12 P24965 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 16287 T372 C12 P24965 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:24965 START replicas=[http://127.0.0.1:24959/collection1/] nUpdates=100
[junit4:junit4]   2> 16298 T372 C12 P24965 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16299 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16300 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16300 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16300 T372 C12 P24965 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16300 T372 C12 P24965 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:24959/collection1/. core=collection1
[junit4:junit4]   2> 16301 T372 C12 P24965 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@75f99865 url=http://127.0.0.1:24959/collection1 node=127.0.0.1:24959_ C14_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:24959_, base_url=http://127.0.0.1:24959, leader=true}
[junit4:junit4]   2> 16319 T330 C14 P24959 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16323 T331 C14 P24959 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16324 T331 C14 P24959 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1
[junit4:junit4]   2> 16329 T331 C14 P24959 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa66dc4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16330 T331 C14 P24959 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16350 T331 C14 P24959 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa66dc4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa66dc4; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16350 T331 C14 P24959 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16352 T331 C14 P24959 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1
[junit4:junit4]   2> 16352 T331 C14 P24959 oass.SolrIndexSearcher.<init> Opening Searcher@2651fb6a realtime
[junit4:junit4]   2> 16353 T331 C14 P24959 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16353 T331 C14 P24959 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 30
[junit4:junit4]   2> 16372 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16417 T372 C12 P24965 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16417 T372 C12 P24965 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 16447 T372 C12 P24965 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16450 T332 C14 P24959 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16451 T332 C14 P24959 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16452 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16452 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16452 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16456 T332 C14 P24959 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1
[junit4:junit4]   2> 16457 T332 C14 P24959 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty1/index
[junit4:junit4]   2> 16457 T332 C14 P24959 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16458 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16460 T372 C12 P24965 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 forceNew:false
[junit4:junit4]   2> 16461 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16462 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3db48d40; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 16477 T332 C14 P24959 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=6 
[junit4:junit4]   2> 16484 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index
[junit4:junit4]   2> 16484 T372 C12 P24965 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16485 T372 C12 P24965 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130116191346572
[junit4:junit4]   2> 16486 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16487 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16488 T372 C12 P24965 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572
[junit4:junit4]   2> 16492 T372 C12 P24965 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3db48d40; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16492 T372 C12 P24965 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16494 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16498 T372 C12 P24965 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16499 T372 C12 P24965 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16499 T372 C12 P24965 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16500 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572
[junit4:junit4]   2> 16501 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16505 T372 C12 P24965 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3db48d40; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16505 T372 C12 P24965 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16505 T372 C12 P24965 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16506 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16506 T372 C12 P24965 oass.SolrIndexSearcher.<init> Opening Searcher@3ce582d3 main
[junit4:junit4]   2> 16509 T371 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3ce582d3 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16510 T371 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index
[junit4:junit4]   2> 16510 T372 C12 P24965 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16514 T372 C12 P24965 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3db48d40; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3db48d40; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16514 T372 C12 P24965 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16516 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3
[junit4:junit4]   2> 16516 T372 C12 P24965 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16516 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index.20130116191346572
[junit4:junit4]   2> 16517 T372 C12 P24965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty3/index
[junit4:junit4]   2> 16517 T372 C12 P24965 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16517 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16517 T372 C12 P24965 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16518 T372 C12 P24965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16520 T372 C12 P24965 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16831 T321 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16832 T321 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:24969_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24969"}
[junit4:junit4]   2> 16863 T321 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:24965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24965"}
[junit4:junit4]   2> 16875 T354 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> 16875 T339 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> 16875 T326 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> 16875 T369 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> 16875 T385 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> 16875 T320 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> 17375 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18378 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C13_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:24969_, base_url=http://127.0.0.1:24969}
[junit4:junit4]   2> 19368 T388 C13 P24969 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:24962/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19368 T388 C13 P24969 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:24969 START replicas=[http://127.0.0.1:24962/collection1/] nUpdates=100
[junit4:junit4]   2> 19369 T388 C13 P24969 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19369 T388 C13 P24969 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19369 T388 C13 P24969 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19369 T388 C13 P24969 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19370 T388 C13 P24969 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19371 T388 C13 P24969 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:24962/collection1/. core=collection1
[junit4:junit4]   2> 19371 T388 C13 P24969 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19380 T298 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@6a350f11 url=http://127.0.0.1:24962/collection1 node=127.0.0.1:24962_ C15_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:24962_, base_url=http://127.0.0.1:24962, leader=true}
[junit4:junit4]   2> 19402 T346 C15 P24962 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19402 T345 C15 P24962 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19403 T346 C15 P24962 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2
[junit4:junit4]   2> 19407 T346 C15 P24962 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@367b3d35; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19408 T346 C15 P24962 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19448 T346 C15 P24962 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@367b3d35; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@367b3d35; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19448 T346 C15 P24962 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19450 T346 C15 P24962 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2
[junit4:junit4]   2> 19450 T346 C15 P24962 oass.SolrIndexSearcher.<init> Opening Searcher@3ffcf18 realtime
[junit4:junit4]   2> 19451 T346 C15 P24962 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19451 T346 C15 P24962 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 49
[junit4:junit4]   2> 19452 T388 C13 P24969 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19453 T388 C13 P24969 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19455 T347 C15 P24962 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19456 T347 C15 P24962 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19457 T388 C13 P24969 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19457 T388 C13 P24969 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19457 T388 C13 P24969 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19459 T347 C15 P24962 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2
[junit4:junit4]   2> 19460 T347 C15 P24962 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty2/index
[junit4:junit4]   2> 19461 T347 C15 P24962 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 19462 T388 C13 P24969 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19463 T388 C13 P24969 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index.20130116191349575 forceNew:false
[junit4:junit4]   2> 19463 T388 C13 P24969 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4
[junit4:junit4]   2> 19464 T388 C13 P24969 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358356410118/jetty4/index.20130116191349575 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31c6e77a; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 19468 T347 C15 P24962 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19470 T388 C13 P24969 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe

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

andomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 	        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  29) Thread[id=440, name=searcherExecutor-164-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  30) Thread[id=769, name=searcherExecutor-282-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=MockSep), foo_b=MockFixedIntBlock(blockSize=288), cat=PostingsFormat(name=SimpleText), foo_d=PostingsFormat(name=Direct), foo_f=MockFixedIntBlock(blockSize=288), n_tl1=PostingsFormat(name=MockSep), n_d1=PostingsFormat(name=SimpleText), rnd_b=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=MockSep), n_td1=PostingsFormat(name=MockSep), timestamp=PostingsFormat(name=MockSep), id=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=PostingsFormat(name=SimpleText), oddField_s=PostingsFormat(name=Direct), sequence_i=PostingsFormat(name=Direct), name=PostingsFormat(name=Direct), foo_i=PostingsFormat(name=MockSep), regex_dup_B_s=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockSep), n_tf1=PostingsFormat(name=SimpleText), n_dt1=PostingsFormat(name=MockSep), genre_s=PostingsFormat(name=Direct), author_t=PostingsFormat(name=MockSep), n_ti1=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=MockSep), text=MockFixedIntBlock(blockSize=288), _version_=PostingsFormat(name=MockSep), val_i=PostingsFormat(name=Direct), SubjectTerms_mfacet=PostingsFormat(name=MockSep), series_t=PostingsFormat(name=MockSep), a_t=PostingsFormat(name=SimpleText), n_tdt1=PostingsFormat(name=MockSep), regex_dup_A_s=MockFixedIntBlock(blockSize=288), price=MockFixedIntBlock(blockSize=288), other_tl1=PostingsFormat(name=MockSep), n_l1=PostingsFormat(name=SimpleText), a_si=PostingsFormat(name=MockSep), inStock=MockFixedIntBlock(blockSize=288)}, sim=DefaultSimilarity, locale=ga, timezone=Europe/Sofia
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=31,free=144482608,total=402653184
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, TestIndexingPerformance, TestIndexSearcher, TestStressReorder, MoreLikeThisHandlerTest, NotRequiredUniqueKeyTest, SolrCmdDistributorTest, CacheHeaderTest, SimpleFacetsTest, ChaosMonkeySafeLeaderTest, TestFastLRUCache, TestSolrIndexConfig, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=131F65E17E66C663 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Europe/Sofia -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([131F65E17E66C663]:0)
[junit4:junit4] Completed on J0 in 7223.62s, 1 test, 2 errors <<< FAILURES!

[...truncated 158 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: 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:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 248 suites, 1034 tests, 1 suite-level error, 1 error, 181 ignored (3 assumptions)

Total time: 142 minutes 33 seconds
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 # 900 - Still Failing

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

All tests passed

Build Log:
[...truncated 25666 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for missing docs...
     [exec] 
     [exec] build/docs/suggest/org/apache/lucene/search/spell/package-summary.html
     [exec]   missing: DirectSpellChecker.ScoreTerm
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:60: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build.xml:245: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1971: exec returned: 1

Total time: 49 minutes 25 seconds
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 # 899 - Still Failing

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

All tests passed

Build Log:
[...truncated 25672 lines...]
-documentation-lint:
     [echo] checking for broken html...
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for missing docs...
     [exec] 
     [exec] build/docs/suggest/org/apache/lucene/search/spell/package-summary.html
     [exec]   missing: DirectSpellChecker.ScoreTerm
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:60: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build.xml:245: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1971: exec returned: 1

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