You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/06/06 15:03:43 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 523 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/523/
Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic

Error Message:
Connection to http://localhost:51327 refused

Stack Trace:
org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:51327 refused
	at __randomizedtesting.SeedInfo.seed([BD0B97AEE4843CB:A02AA46F3194C5E5]:0)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.lucene.replicator.http.HttpClientBase.executeGET(HttpClientBase.java:178)
	at org.apache.lucene.replicator.http.HttpReplicator.checkForUpdate(HttpReplicator.java:51)
	at org.apache.lucene.replicator.ReplicationClient.doUpdate(ReplicationClient.java:196)
	at org.apache.lucene.replicator.ReplicationClient.updateNow(ReplicationClient.java:402)
	at org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic(HttpReplicatorTest.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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 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 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:680)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
	at java.net.Socket.connect(Socket.java:529)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 48 more




Build Log:
[...truncated 7447 lines...]
[junit4:junit4] Suite: org.apache.lucene.replicator.http.HttpReplicatorTest
[junit4:junit4]   2> 2013-06-06 15:03:16.099:DBUG:oejs.ServletHandler:filterNameMap={}
[junit4:junit4]   2> 2013-06-06 15:03:16.099:DBUG:oejs.ServletHandler:pathFilters=null
[junit4:junit4]   2> 2013-06-06 15:03:16.099:DBUG:oejs.ServletHandler:servletFilterMap=null
[junit4:junit4]   2> 2013-06-06 15:03:16.099:DBUG:oejs.ServletHandler:servletPathMap={/replicate/*=org.apache.lucene.replicator.http.ReplicationServlet-899871254}
[junit4:junit4]   2> 2013-06-06 15:03:16.099:DBUG:oejs.ServletHandler:servletNameMap={org.apache.lucene.replicator.http.ReplicationServlet-899871254=org.apache.lucene.replicator.http.ReplicationServlet-899871254}
[junit4:junit4]   2> 2013-06-06 15:03:16.194:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 + SelectChannelConnector@0.0.0.0:0 as connector
[junit4:junit4]   2> 2013-06-06 15:03:16.198:DBUG:oejuc.Container:Container org.eclipse.jetty.servlet.ServletHandler@7f15f7f + org.apache.lucene.replicator.http.ReplicationServlet-899871254 as servlet
[junit4:junit4]   2> 2013-06-06 15:03:16.198:DBUG:oejuc.Container:Container org.eclipse.jetty.servlet.ServletHandler@7f15f7f + [/replicate/*]=>org.apache.lucene.replicator.http.ReplicationServlet-899871254 as servletMapping
[junit4:junit4]   2> 2013-06-06 15:03:16.199:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 + org.eclipse.jetty.servlet.ServletHandler@7f15f7f as handler
[junit4:junit4]   2> 2013-06-06 15:03:16.229:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 - SelectChannelConnector@0.0.0.0:0 as connector
[junit4:junit4]   2> 2013-06-06 15:03:16.229:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 + SelectChannelConnector@127.0.0.1:0 as connector
[junit4:junit4]   2> 2013-06-06 15:03:16.246:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 + org.eclipse.jetty.server.session.HashSessionIdManager@45a23f67 as sessionIdManager
[junit4:junit4]   2> 2013-06-06 15:03:16.246:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> 2013-06-06 15:03:16.246:INFO:oejs.Server:jetty-8.1.10.v20130312
[junit4:junit4]   2> 2013-06-06 15:03:16.359:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@62d13a01 + qtp904516713{8<=0<=0/254,-1} as threadpool
[junit4:junit4]   2> 2013-06-06 15:03:16.359:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejs.ServletHandler:filterNameMap={}
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejs.ServletHandler:pathFilters=null
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejs.ServletHandler:servletFilterMap=null
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejs.ServletHandler:servletPathMap={/replicate/*=org.apache.lucene.replicator.http.ReplicationServlet-899871254}
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejs.ServletHandler:servletNameMap={org.apache.lucene.replicator.http.ReplicationServlet-899871254=org.apache.lucene.replicator.http.ReplicationServlet-899871254}
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejsh.AbstractHandler:starting org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:16.377:DBUG:oejuc.AbstractLifeCycle:starting org.apache.lucene.replicator.http.ReplicationServlet-899871254
[junit4:junit4]   2> 2013-06-06 15:03:16.395:DBUG:oejuc.AbstractLifeCycle:STARTED org.apache.lucene.replicator.http.ReplicationServlet-899871254
[junit4:junit4]   2> 2013-06-06 15:03:16.395:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:16.395:DBUG:oejsh.AbstractHandler:starting org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> 2013-06-06 15:03:16.395:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.session.HashSessionIdManager@45a23f67
[junit4:junit4]   2> 2013-06-06 15:03:16.396:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.session.HashSessionIdManager@45a23f67
[junit4:junit4]   2> 2013-06-06 15:03:16.396:DBUG:oejuc.AbstractLifeCycle:starting qtp904516713{8<=0<=0/254,-1}
[junit4:junit4]   2> 2013-06-06 15:03:16.422:DBUG:oejuc.AbstractLifeCycle:STARTED qtp904516713{8<=7<=8/254,0}
[junit4:junit4]   2> 2013-06-06 15:03:16.422:DBUG:oejuc.AbstractLifeCycle:starting SelectChannelConnector@127.0.0.1:0
[junit4:junit4]   2> 2013-06-06 15:03:16.472:DBUG:oejuc.AbstractLifeCycle:starting null/null
[junit4:junit4]   2> 2013-06-06 15:03:16.494:DBUG:oejuc.AbstractLifeCycle:STARTED PooledBuffers [0/1024@6144,0/1024@16384,0/1024@-]/PooledBuffers [0/1024@6144,0/1024@32768,0/1024@-]
[junit4:junit4]   2> 2013-06-06 15:03:16.495:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@cbf2f7c
[junit4:junit4]   2> 2013-06-06 15:03:16.537:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@cbf2f7c
[junit4:junit4]   2> 2013-06-06 15:03:16.537:DBUG:oeji.nio:Starting Thread[qtp904516713-34 Selector0,5,TGRP-HttpReplicatorTest] on org.eclipse.jetty.io.nio.SelectorManager$1@73adf5e1
[junit4:junit4]   2> 2013-06-06 15:03:16.544:INFO:oejs.AbstractConnector:Started SelectChannelConnector@127.0.0.1:51327
[junit4:junit4]   2> 2013-06-06 15:03:16.544:DBUG:oejuc.AbstractLifeCycle:STARTED SelectChannelConnector@127.0.0.1:51327
[junit4:junit4]   2> 2013-06-06 15:03:16.544:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> 2013-06-06 15:03:19.098:DBUG:oejuc.AbstractLifeCycle:stopping org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> 2013-06-06 15:03:19.098:DBUG:oejuc.AbstractLifeCycle:stopping SelectChannelConnector@127.0.0.1:51327
[junit4:junit4]   2> 2013-06-06 15:03:19.100:DBUG:oejuc.AbstractLifeCycle:stopping org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@cbf2f7c
[junit4:junit4]   2> 2013-06-06 15:03:19.103:DBUG:oeji.nio:Stopped Thread[qtp904516713-34 Selector0,5,TGRP-HttpReplicatorTest] on org.eclipse.jetty.io.nio.SelectorManager$1@73adf5e1
[junit4:junit4]   2> 2013-06-06 15:03:19.115:DBUG:oejuc.AbstractLifeCycle:STOPPED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@cbf2f7c
[junit4:junit4]   2> 2013-06-06 15:03:19.115:DBUG:oejuc.AbstractLifeCycle:stopping PooledBuffers [0/1024@6144,0/1024@16384,0/1024@-]/PooledBuffers [0/1024@6144,0/1024@32768,0/1024@-]
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:STOPPED null/null
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:STOPPED SelectChannelConnector@127.0.0.1:0
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:stopping org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejsh.AbstractHandler:stopping org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:stopping org.apache.lucene.replicator.http.ReplicationServlet-899871254
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:STOPPED org.apache.lucene.replicator.http.ReplicationServlet-899871254
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:STOPPED org.eclipse.jetty.servlet.ServletHandler@7f15f7f
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejsh.AbstractHandler:stopping org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> 2013-06-06 15:03:19.116:DBUG:oejuc.AbstractLifeCycle:stopping qtp904516713{8<=8<=8/254,0}
[junit4:junit4]   2> 2013-06-06 15:03:19.179:DBUG:oejuc.AbstractLifeCycle:STOPPED qtp904516713{8<=0<=0/254,4}
[junit4:junit4]   2> 2013-06-06 15:03:19.179:DBUG:oejuc.AbstractLifeCycle:stopping org.eclipse.jetty.server.session.HashSessionIdManager@45a23f67
[junit4:junit4]   2> 2013-06-06 15:03:19.179:DBUG:oejuc.AbstractLifeCycle:STOPPED org.eclipse.jetty.server.session.HashSessionIdManager@45a23f67
[junit4:junit4]   2> 2013-06-06 15:03:19.179:DBUG:oejuc.AbstractLifeCycle:STOPPED org.eclipse.jetty.server.Server@62d13a01
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpReplicatorTest -Dtests.method=testBasic -Dtests.seed=BD0B97AEE4843CB -Dtests.slow=true -Dtests.locale=ms_MY -Dtests.timezone=Africa/Bujumbura -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   3.98s | HttpReplicatorTest.testBasic <<<
[junit4:junit4]    > Throwable #1: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:51327 refused
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD0B97AEE4843CB:A02AA46F3194C5E5]:0)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.lucene.replicator.http.HttpClientBase.executeGET(HttpClientBase.java:178)
[junit4:junit4]    > 	at org.apache.lucene.replicator.http.HttpReplicator.checkForUpdate(HttpReplicator.java:51)
[junit4:junit4]    > 	at org.apache.lucene.replicator.ReplicationClient.doUpdate(ReplicationClient.java:196)
[junit4:junit4]    > 	at org.apache.lucene.replicator.ReplicationClient.updateNow(ReplicationClient.java:402)
[junit4:junit4]    > 	at org.apache.lucene.replicator.http.HttpReplicatorTest.testBasic(HttpReplicatorTest.java:112)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]    > Caused by: java.net.ConnectException: Connection refused
[junit4:junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
[junit4:junit4]    > 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
[junit4:junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
[junit4:junit4]    > 	at java.net.Socket.connect(Socket.java:529)
[junit4:junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
[junit4:junit4]    > 	... 48 more
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=ms_MY, timezone=Africa/Bujumbura
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Apple Inc. 1.6.0_45 (64-bit)/cpus=2,threads=1,free=63031088,total=85000192
[junit4:junit4]   2> NOTE: All tests run in this JVM: [IndexRevisionTest, LocalReplicatorTest, SessionTokenTest, IndexAndTaxonomyReplicationClientTest, IndexAndTaxonomyRevisionTest, IndexReplicationClientTest, HttpReplicatorTest]
[junit4:junit4] Completed in 4.07s, 1 test, 1 error <<< FAILURES!

[...truncated 9 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:366: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/build.xml:554: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1827: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/module-build.xml:61: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 7 suites, 30 tests, 1 error

Total time: 53 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 526 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/526/
Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([E60367ED123D8B46:67E5E9F56562EB7A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:680)




Build Log:
[...truncated 9015 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   2> 2514613 T5150 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 2514620 T5150 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1370605972888
[junit4:junit4]   2> 2514623 T5150 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 2514624 T5151 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 2514725 T5150 oasc.ZkTestServer.run start zk server on port:53140
[junit4:junit4]   2> 2514732 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2514747 T5157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34ac178b name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2514748 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2514748 T5150 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 2514767 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2514769 T5159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5486de21 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2514770 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2514770 T5150 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 2514777 T5150 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 2514785 T5150 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 2514791 T5150 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 2514806 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2514808 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 2514819 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 2514820 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 2514829 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2514830 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 2514840 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 2514841 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 2514850 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 2514851 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 2514859 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2514860 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 2514879 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2514881 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 2514898 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2514899 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 2514907 T5150 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2514908 T5150 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 2515609 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2515626 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53143
[junit4:junit4]   2> 2515627 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2515628 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2515628 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183
[junit4:junit4]   2> 2515629 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/solr.xml
[junit4:junit4]   2> 2515630 T5150 oasc.CoreContainer.<init> New CoreContainer 746093802
[junit4:junit4]   2> 2515630 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/'
[junit4:junit4]   2> 2515631 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/'
[junit4:junit4]   2> 2515808 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183
[junit4:junit4]   2> 2515810 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1
[junit4:junit4]   2> 2515814 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/conf
[junit4:junit4]   2> 2516004 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/conf/xslt
[junit4:junit4]   2> 2516010 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/lib
[junit4:junit4]   2> 2516011 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/collection1/lib/classes
[junit4:junit4]   2> 2516014 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/conf/core.properties, adding to cores
[junit4:junit4]   2> 2516033 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2516034 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2516034 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2516035 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2516035 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2516036 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2516036 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2516037 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2516038 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2516038 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2516089 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2516090 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2516091 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2516092 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516099 T5170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52ef4859 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516100 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516105 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2516153 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516158 T5172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6db99bc9 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516158 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516162 T5150 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 2516172 T5150 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 2516182 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2516187 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53143_
[junit4:junit4]   2> 2516190 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53143_
[junit4:junit4]   2> 2516204 T5150 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2516220 T5150 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2516227 T5150 oasc.Overseer.start Overseer (id=89824033040171011-127.0.0.1:53143_-n_0000000000) starting
[junit4:junit4]   2> 2516240 T5150 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 2516251 T5174 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2516254 T5150 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2516263 T5150 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 2516274 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2516283 T5173 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2516288 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2516289 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2516290 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2516335 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2516340 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2516345 T5177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f7718f0 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2516346 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2516349 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2516356 T5150 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2516930 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2516946 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53147
[junit4:junit4]   2> 2516957 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2516958 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2516958 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622
[junit4:junit4]   2> 2516959 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/solr.xml
[junit4:junit4]   2> 2516959 T5150 oasc.CoreContainer.<init> New CoreContainer 1908067630
[junit4:junit4]   2> 2516960 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/'
[junit4:junit4]   2> 2516960 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/'
[junit4:junit4]   2> 2517149 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622
[junit4:junit4]   2> 2517151 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1
[junit4:junit4]   2> 2517155 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/conf
[junit4:junit4]   2> 2517344 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/conf/xslt
[junit4:junit4]   2> 2517349 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/lib
[junit4:junit4]   2> 2517351 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/collection1/lib/classes
[junit4:junit4]   2> 2517354 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/conf/core.properties, adding to cores
[junit4:junit4]   2> 2517371 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2517372 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2517373 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2517373 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2517374 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2517374 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2517375 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2517375 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2517376 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2517376 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2517432 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2517433 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2517434 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2517438 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2517444 T5188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b042086 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2517446 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2517451 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2517517 T5190 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4779ca4 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2517517 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2517518 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2517532 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2518546 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53147_
[junit4:junit4]   2> 2518552 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53147_
[junit4:junit4]   2> 2518559 T5177 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518560 T5190 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518560 T5172 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2518570 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2518571 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2518572 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2519201 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2519215 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53150
[junit4:junit4]   2> 2519229 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2519230 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2519231 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885
[junit4:junit4]   2> 2519231 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/solr.xml
[junit4:junit4]   2> 2519232 T5150 oasc.CoreContainer.<init> New CoreContainer 2073243910
[junit4:junit4]   2> 2519233 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/'
[junit4:junit4]   2> 2519233 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/'
[junit4:junit4]   2> 2519397 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885
[junit4:junit4]   2> 2519403 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1
[junit4:junit4]   2> 2519407 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/conf
[junit4:junit4]   2> 2519583 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/conf/xslt
[junit4:junit4]   2> 2519587 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/lib
[junit4:junit4]   2> 2519589 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/collection1/lib/classes
[junit4:junit4]   2> 2519592 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/conf/core.properties, adding to cores
[junit4:junit4]   2> 2519613 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2519614 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2519615 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2519615 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2519616 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2519616 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2519617 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2519617 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2519618 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2519619 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2519677 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2519678 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2519678 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2519680 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2519688 T5202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19f1bbc4 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2519689 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2519694 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2519739 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2519745 T5204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5068d4f2 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2519745 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2519759 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2520768 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53150_
[junit4:junit4]   2> 2520771 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53150_
[junit4:junit4]   2> 2520778 T5190 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520783 T5204 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520791 T5177 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520791 T5172 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2520822 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2520825 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2520828 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2521491 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2521513 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53153
[junit4:junit4]   2> 2521516 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2521516 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2521517 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138
[junit4:junit4]   2> 2521517 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/solr.xml
[junit4:junit4]   2> 2521518 T5150 oasc.CoreContainer.<init> New CoreContainer 223879315
[junit4:junit4]   2> 2521519 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/'
[junit4:junit4]   2> 2521519 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/'
[junit4:junit4]   2> 2521687 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138
[junit4:junit4]   2> 2521689 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1
[junit4:junit4]   2> 2521690 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/conf
[junit4:junit4]   2> 2521870 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/conf/xslt
[junit4:junit4]   2> 2521876 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/lib
[junit4:junit4]   2> 2521879 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/collection1/lib/classes
[junit4:junit4]   2> 2521883 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/conf/core.properties, adding to cores
[junit4:junit4]   2> 2521900 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2521901 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2521903 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2521905 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2521908 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2521909 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2521910 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2521911 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2521911 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2521912 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2521961 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2521962 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2521962 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2521965 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2521975 T5216 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73fb51f0 name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2521979 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2521985 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2522038 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2522050 T5218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@346ab6ce name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2522051 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2522061 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2523072 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53153_
[junit4:junit4]   2> 2523080 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53153_
[junit4:junit4]   2> 2523093 T5218 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523094 T5190 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523107 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2523111 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2523114 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2523115 T5204 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523119 T5177 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2523119 T5172 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 2524227 T5150 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 2524261 T5150 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53156
[junit4:junit4]   2> 2524264 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2524264 T5150 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2524268 T5150 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430
[junit4:junit4]   2> 2524269 T5150 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/solr.xml
[junit4:junit4]   2> 2524269 T5150 oasc.CoreContainer.<init> New CoreContainer 741018778
[junit4:junit4]   2> 2524270 T5150 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/'
[junit4:junit4]   2> 2524271 T5150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/'
[junit4:junit4]   2> 2524483 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430
[junit4:junit4]   2> 2524484 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1
[junit4:junit4]   2> 2524486 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/conf
[junit4:junit4]   2> 2524704 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/conf/xslt
[junit4:junit4]   2> 2524709 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/lib
[junit4:junit4]   2> 2524711 T5150 oasc.SolrCoreDiscoverer.walkFromHere Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/collection1/lib/classes
[junit4:junit4]   2> 2524714 T5150 oasc.SolrCoreDiscoverer.addCore Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/conf/core.properties, adding to cores
[junit4:junit4]   2> 2524733 T5150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 2524733 T5150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2524734 T5150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 2524734 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2524735 T5150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2524736 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2524736 T5150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2524737 T5150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2524737 T5150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2524738 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 2524797 T5150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 2524798 T5150 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53140/solr
[junit4:junit4]   2> 2524799 T5150 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2524805 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2524853 T5230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406ad12e name:ZooKeeperConnection Watcher:127.0.0.1:53140 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2524855 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2524870 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2524920 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2524925 T5232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26c85827 name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2524925 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2524943 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2525953 T5150 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53156_
[junit4:junit4]   2> 2525956 T5150 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53156_
[junit4:junit4]   2> 2525968 T5204 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525969 T5177 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525970 T5232 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525970 T5172 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525971 T5218 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525971 T5190 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 2525984 T5150 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2525985 T5150 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2525985 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2526046 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2526110 T5185 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 2526113 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2526118 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":null,
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"nodes_used_collection",
[junit4:junit4]   2> 	  "replicationFactor":"2"}
[junit4:junit4]   2> 2526118 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53153_
[junit4:junit4]   2> 2526121 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:53150_
[junit4:junit4]   2> 2526124 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53156_
[junit4:junit4]   2> 2526129 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:53143_
[junit4:junit4]   2> 2526149 T5199 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 2526151 T5199 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526152 T5227 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 2526153 T5227 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526152 T5164 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2526154 T5164 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526153 T5214 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2526155 T5214 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
[junit4:junit4]   2> 2526158 T5227 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526158 T5164 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526161 T5164 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526159 T5214 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526162 T5214 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526158 T5199 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   2> 2526173 T5199 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526158 T5227 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2526176 T5164 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526177 T5164 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526177 T5214 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526178 T5214 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526180 T5199 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526181 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526181 T5227 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2526182 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
[junit4:junit4]   2> 2526189 T5164 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526192 T5227 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526193 T5214 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526194 T5199 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   2> 2526198 T5164 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   2> 2526199 T5227 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   2> 2526210 T5214 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   2> 2526218 T5199 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   2> 2526487 T5227 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526567 T5164 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526571 T5214 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526625 T5199 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2526899 T5227 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526918 T5227 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2526942 T5164 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526952 T5227 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
[junit4:junit4]   2> 2526953 T5214 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2526963 T5164 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2526998 T5164 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
[junit4:junit4]   2> 2527005 T5214 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2527040 T5214 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
[junit4:junit4]   2> 2527111 T5199 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2527129 T5199 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2527140 T5199 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
[junit4:junit4]   2> 2531273 T5214 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531382 T5214 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531399 T5214 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531446 T5164 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531478 T5164 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531507 T5214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531517 T5164 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531528 T5214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531551 T5227 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531561 T5214 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531565 T5227 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531569 T5199 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2531571 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531571 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531572 T5214 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531575 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531575 T5214 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531576 T5214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531576 T5214 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   2> 2531577 T5214 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531578 T5214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531584 T5214 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   2> 2531587 T5214 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   2> 2531588 T5214 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531590 T5227 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531590 T5214 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   2> 2531616 T5199 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2531622 T5214 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531623 T5214 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531623 T5199 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2531628 T5164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531638 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531645 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531646 T5214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531648 T5214 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531648 T5214 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531649 T5214 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531649 T5214 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531651 T5214 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531652 T5214 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531660 T5164 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531675 T5214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531688 T5164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531695 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531714 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531717 T5164 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531722 T5214 oass.SolrIndexSearcher.<init> Opening Searcher@316233ff main
[junit4:junit4]   2> 2531723 T5214 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   2> 2531727 T5214 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531727 T5214 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2531732 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531732 T5164 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531733 T5164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531734 T5164 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   2> 2531734 T5164 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531759 T5238 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@316233ff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2531761 T5164 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531763 T5164 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   2> 2531763 T5164 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   2> 2531764 T5164 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531765 T5214 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   2> 2531769 T5164 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   2> 2531787 T5164 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531788 T5164 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531788 T5227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531795 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531795 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531796 T5164 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531802 T5164 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531803 T5164 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531803 T5164 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531804 T5164 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531805 T5164 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531806 T5164 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531824 T5164 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531829 T5227 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531832 T5199 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531841 T5227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531842 T5199 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2531846 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531846 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531847 T5227 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531853 T5199 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531859 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531859 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531860 T5199 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2531859 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531862 T5227 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531863 T5227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531864 T5227 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   2> 2531866 T5227 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531866 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2531868 T5199 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2531868 T5199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531869 T5199 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   2> 2531869 T5199 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2531871 T5199 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531872 T5199 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   2> 2531873 T5199 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   2> 2531873 T5199 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531874 T5164 oass.SolrIndexSearcher.<init> Opening Searcher@5075cf64 main
[junit4:junit4]   2> 2531875 T5164 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   2> 2531867 T5227 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2531886 T5227 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   2> 2531888 T5227 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   2> 2531888 T5227 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2531890 T5227 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   2> 2531877 T5164 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531892 T5164 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2531876 T5199 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   2> 2531905 T5239 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@5075cf64 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2531908 T5199 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531909 T5199 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531912 T5164 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   2> 2531912 T5227 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2531913 T5227 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2531917 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531917 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531919 T5199 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531921 T5199 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531922 T5199 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531923 T5199 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531923 T5199 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531924 T5199 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531925 T5199 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531925 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2531939 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2531940 T5227 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2531941 T5227 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2531941 T5227 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2531942 T5227 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2531943 T5227 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2531944 T5227 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2531944 T5227 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2531953 T5227 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531962 T5199 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2531982 T5227 oass.SolrIndexSearcher.<init> Opening Searcher@31ded166 main
[junit4:junit4]   2> 2531984 T5227 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   2> 2531987 T5227 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2531998 T5227 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2532003 T5199 oass.SolrIndexSearcher.<init> Opening Searcher@84fe79 main
[junit4:junit4]   2> 2532004 T5199 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   2> 2532007 T5199 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2532008 T5199 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2532009 T5240 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@31ded166 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2532018 T5227 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   2> 2532035 T5241 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@84fe79 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2532039 T5199 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   2> 2532910 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2532912 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2532912 T5173 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with numShards 2
[junit4:junit4]   2> 2532922 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2532932 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53156_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53156"}
[junit4:junit4]   2> 2532949 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53150_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53150"}
[junit4:junit4]   2> 2532964 T5232 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> 2532964 T5190 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> 2532969 T5204 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> 2532972 T5177 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> 2532973 T5172 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> 2532975 T5218 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> 2533039 T5227 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   2> 2533040 T5227 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:53156 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 2533041 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   2> 2533052 T5199 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   2> 2533053 T5199 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:53150 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 2533057 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2533067 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2533081 T5227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 2533088 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2533096 T5199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   2> 2533771 T5214 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2533772 T5214 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:53153 collection:nodes_used_collection shard:shard1
[junit4:junit4]   2> 2533930 T5164 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2533931 T5164 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:53143 collection:nodes_used_collection shard:shard2
[junit4:junit4]   2> 2534090 T5227 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2534091 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2534091 T5227 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534092 T5227 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53156 START replicas=[http://127.0.0.1:53143/nodes_used_collection_shard2_replica2/] nUpdates=100
[junit4:junit4]   2> 2534093 T5227 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:53156 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 2534094 T5227 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 2534094 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 2534095 T5227 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534095 T5227 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   2> 2534116 T5199 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2534117 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2534117 T5199 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534118 T5199 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:53150 START replicas=[http://127.0.0.1:53153/nodes_used_collection_shard1_replica1/] nUpdates=100
[junit4:junit4]   2> 2534119 T5199 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:53150 DONE.  We have no versions.  sync failed.
[junit4:junit4]   2> 2534119 T5199 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   2> 2534120 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   2> 2534121 T5199 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534121 T5199 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   2> ASYNC  NEW_CORE C3190 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3190_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=down, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2534140 T5165 C3190 P53143 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=11 
[junit4:junit4]   2> ASYNC  NEW_CORE C3191 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3191_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=down, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2534148 T5211 C3191 P53153 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 2534510 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534554 T5232 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> 2534554 T5172 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> 2534561 T5190 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> 2534562 T5218 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> 2534562 T5204 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> 2534563 T5177 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> 2534586 T5227 oasc.ZkController.register We are http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534586 T5227 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:53156
[junit4:junit4]   2> 2534587 T5227 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2534588 T5227 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=active
[junit4:junit4]   2> 2534592 T5227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534599 T5227 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8447 
[junit4:junit4]   2> 2534633 T5199 oasc.ZkController.register We are http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534636 T5199 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:53150
[junit4:junit4]   2> 2534637 T5199 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 2534639 T5199 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   2> 2534644 T5199 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534647 T5199 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8498 
[junit4:junit4]   2> 2534784 T5214 oasc.ZkController.register We are http://127.0.0.1:53153/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/
[junit4:junit4]   2> 2534785 T5214 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:53153
[junit4:junit4]   2> 2534786 T5214 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2534786 T5214 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 2534787 T5244 C3191 P53153 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   2> 2534788 T5244 C3191 P53153 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2534788 T5214 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534791 T5244 C3191 P53153 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   2> 2534792 T5214 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8639 
[junit4:junit4]   2> 2534794 T5244 C3191 P53153 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2534848 T5200 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53153__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2534941 T5164 oasc.ZkController.register We are http://127.0.0.1:53143/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/
[junit4:junit4]   2> 2534942 T5164 oasc.ZkController.register No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:53143
[junit4:junit4]   2> 2534943 T5164 oasc.ZkController.checkRecovery Core needs to recover:nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2534943 T5164 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 2534970 T5245 C3190 P53143 oasc.RecoveryStrategy.run Starting recovery process.  core=nodes_used_collection_shard2_replica2 recoveringAfterStartup=true
[junit4:junit4]   2> 2534972 T5245 C3190 P53143 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 2534975 T5245 C3190 P53143 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=recovering
[junit4:junit4]   2> 2534980 T5245 C3190 P53143 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2534982 T5164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2534984 T5164 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=8832 
[junit4:junit4]   2> 2534987 T5174 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   2> 2535023 T5190 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   2> 2535035 T5185 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=8926 
[junit4:junit4]   2> 2535042 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2535045 T5228 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 127.0.0.1:53143__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 2535045 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2535055 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=8447},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=8498},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=8639},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=8832},core=nodes_used_collection_shard2_replica2}}}
[junit4:junit4]   2> 2535055 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2535063 T5247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7da6dcca name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2535063 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2535066 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2535074 T5150 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2535081 T5150 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2535085 T5249 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b42a5ca name:ZooKeeperConnection Watcher:127.0.0.1:53140/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2535086 T5150 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2535089 T5150 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2535146 T5210 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&maxShardsPerNode=3&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   2> 2535153 T5172 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   2> 	  "operation":"createcollection",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "maxShardsPerNode":"3",
[junit4:junit4]   2> 	  "createNodeSet":null,
[junit4:junit4]   2> 	  "name":"awholynewcollection_0",
[junit4:junit4]   2> 	  "replicationFactor":"5"}
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53156_
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53150_
[junit4:junit4]   2> 2535156 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53147_
[junit4:junit4]   2> 2535157 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53153_
[junit4:junit4]   2> 2535160 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:53143_
[junit4:junit4]   2> 2535164 T5211 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard1_replica4
[junit4:junit4]   2> 2535166 T5211 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535162 T5195 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2
[junit4:junit4]   2> 2535167 T5195 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535169 T5223 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard1_replica1
[junit4:junit4]   2> 2535169 T5223 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535171 T5223 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535186 T5223 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535185 T5186 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3
[junit4:junit4]   2> 2535187 T5186 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535185 T5168 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5
[junit4:junit4]   2> 2535188 T5168 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535174 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53156_
[junit4:junit4]   2> 2535190 T5186 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535190 T5186 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535187 T5211 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535191 T5211 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535186 T5195 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535192 T5195 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535192 T5168 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535193 T5168 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535193 T5223 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535195 T5223 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535195 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53150_
[junit4:junit4]   2> 2535206 T5224 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard2_replica1
[junit4:junit4]   2> 2535208 T5224 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535203 T5186 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535209 T5186 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535211 T5211 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535211 T5211 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535218 T5186 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535222 T5186 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   2> 2535231 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53147_
[junit4:junit4]   2> 2535246 T5224 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   2> 2535246 T5224 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 2535258 T5195 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535267 T5195 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535252 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53153_
[junit4:junit4]   2> 2535267 T5168 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 2535272 T5168 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535266 T5181 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3
[junit4:junit4]   2> 2535274 T5181 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535285 T5212 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4
[junit4:junit4]   2> 2535286 T5212 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535287 T5174 oasc.OverseerCollectionProcessor.createCollection Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:53143_
[junit4:junit4]   2> 2535304 T5163 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5
[junit4:junit4]   2> 2535305 T5163 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535306 T5197 oasc.CoreContainer.create Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2
[junit4:junit4]   2> 2535307 T5197 oasc.ZkController.createCollectionZkNode Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   2> 2535324 T5181 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535326 T5181 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535332 T5212 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535333 T5212 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535333 T5197 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535335 T5197 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535337 T5223 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535342 T5163 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 2535343 T5163 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535343 T5224 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0
[junit4:junit4]   2> 2535348 T5211 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535351 T5195 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535352 T5212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/'
[junit4:junit4]   2> 2535354 T5223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   2> 2535365 T5168 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535368 T5197 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   2> 2535369 T5181 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   2> 2535371 T5163 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/'
[junit4:junit4]   2> 2535376 T5195 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   2> 2535378 T5211 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard1_replica4/'
[junit4:junit4]   2> 2535392 T5224 oasc.ZkController.readConfigName Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   2> 2535418 T5168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/'
[junit4:junit4]   2> 2535427 T5224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1370605981430/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   2> 2536008 T5163 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536038 T5186 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536054 T5168 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536063 T5195 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536104 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2536106 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53156__nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53156_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53156"}
[junit4:junit4]   2> 2536117 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53150__nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53150_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53150"}
[junit4:junit4]   2> 2536130 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53153__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2536149 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53143__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2536161 T5177 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> 2536161 T5218 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> 2536161 T5232 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> 2536162 T5190 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> 2536162 T5249 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> 2536162 T5247 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> 2536161 T5204 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> 2536168 T5172 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> 2536175 T5197 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536203 T5212 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536232 T5223 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536247 T5181 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536272 T5224 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536305 T5211 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 2536852 T5197 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2536853 T5200 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53153__nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2536854 T5200 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53153__nodes_used_collection_shard1_replica1&state=recovering&nodeName=127.0.0.1:53153_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2006 
[junit4:junit4]   2> 2536858 T5197 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2536885 T5197 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica2] Schema name=test
[junit4:junit4]   2> 2536886 T5168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2536890 T5168 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2536932 T5186 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537011 T5186 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537019 T5195 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537021 T5223 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537027 T5195 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537040 T5168 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica5] Schema name=test
[junit4:junit4]   2> 2537047 T5228 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 127.0.0.1:53143__nodes_used_collection_shard2_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   2> 2537048 T5228 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53143__nodes_used_collection_shard2_replica2&state=recovering&nodeName=127.0.0.1:53143_&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2003 
[junit4:junit4]   2> 2537062 T5195 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica2] Schema name=test
[junit4:junit4]   2> 2537068 T5223 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537070 T5224 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537083 T5223 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica1] Schema name=test
[junit4:junit4]   2> 2537087 T5224 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537100 T5224 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica1] Schema name=test
[junit4:junit4]   2> 2537185 T5186 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica3] Schema name=test
[junit4:junit4]   2> 2537191 T5163 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537201 T5163 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537324 T5163 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica5] Schema name=test
[junit4:junit4]   2> 2537352 T5212 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537368 T5212 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537379 T5181 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537378 T5211 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 2537388 T5211 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537389 T5181 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 2537449 T5212 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica4] Schema name=test
[junit4:junit4]   2> 2537484 T5211 oass.IndexSchema.readSchema [awholynewcollection_0_shard1_replica4] Schema name=test
[junit4:junit4]   2> 2537521 T5181 oass.IndexSchema.readSchema [awholynewcollection_0_shard2_replica3] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C3192 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3192_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2538868 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/ core=nodes_used_collection_shard1_replica1 - recoveringAfterStartup=true
[junit4:junit4]   2> 2538873 T5244 C3192 P53153 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:53153 START replicas=[http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538885 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2538886 T5244 C3192 P53153 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53150/nodes_used_collection_shard1_replica2/. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2538887 T5244 C3192 P53153 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C3193 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@70088ca2 url=http://127.0.0.1:53150/nodes_used_collection_shard1_replica2 node=127.0.0.1:53150_ C3193_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53150_, base_url=http://127.0.0.1:53150, leader=true}
[junit4:junit4]   2> 2538969 T5196 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=7 
[junit4:junit4]   2> 2539036 T5198 C3193 P53150 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2539044 T5198 C3193 P53150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2539045 T5198 C3193 P53150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2539050 T5198 C3193 P53150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6682d780),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539050 T5198 C3193 P53150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> ASYNC  NEW_CORE C3194 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3194_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2539053 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/ core=nodes_used_collection_shard2_replica2 - recoveringAfterStartup=true
[junit4:junit4]   2> 2539053 T5245 C3194 P53143 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:53143 START replicas=[http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   2> 2539053 T5198 C3193 P53150 oass.SolrIndexSearcher.<init> Opening Searcher@5b32ef01 realtime
[junit4:junit4]   2> 2539054 T5198 C3193 P53150 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2539055 T5198 C3193 P53150 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard1_replica2] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   2> 2539057 T5244 C3192 P53153 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539058 T5244 C3192 P53153 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539064 T5245 C3194 P53143 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539067 T5245 C3194 P53143 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 2539068 T5245 C3194 P53143 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53156/nodes_used_collection_shard2_replica1/. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539069 T5245 C3194 P53143 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2539066 T5196 C3193 P53150 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539079 T5196 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=14 
[junit4:junit4]   2> 2539083 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2539083 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2539084 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2539110 T5200 C3193 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2539114 T5244 C3192 P53153 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> ASYNC  NEW_CORE C3195 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@5c441feb url=http://127.0.0.1:53153/nodes_used_collection_shard1_replica1 node=127.0.0.1:53153_ C3195_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{shard=shard1, state=recovering, core=nodes_used_collection_shard1_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53153_, base_url=http://127.0.0.1:53153}
[junit4:junit4]   2> 2539192 T5244 C3195 P53153 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> ASYNC  NEW_CORE C3196 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@6a5d036 url=http://127.0.0.1:53156/nodes_used_collection_shard2_replica1 node=127.0.0.1:53156_ C3196_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{shard=shard2, state=active, core=nodes_used_collection_shard2_replica1, collection=nodes_used_collection, node_name=127.0.0.1:53156_, base_url=http://127.0.0.1:53156, leader=true}
[junit4:junit4]   2> 2539196 T5225 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> 2539197 T5244 C3195 P53153 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@42c0dab3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@50cf139e) fullCopy=false
[junit4:junit4]   2> 2539199 T5228 C3196 P53156 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 2539208 T5228 C3196 P53156 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2539209 T5228 C3196 P53156 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2539211 T5228 C3196 P53156 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4c41699c lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e89d0ef),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539211 T5228 C3196 P53156 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539212 T5228 C3196 P53156 oass.SolrIndexSearcher.<init> Opening Searcher@20f955a2 realtime
[junit4:junit4]   2> 2539212 T5228 C3196 P53156 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 2539213 T5228 C3196 P53156 oasup.LogUpdateProcessor.finish [nodes_used_collection_shard2_replica1] webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> ASYNC  NEW_CORE C3197 name=nodes_used_collection_shard1_replica2 org.apache.solr.core.SolrCore@70088ca2 url=http://127.0.0.1:53150/nodes_used_collection_shard1_replica2 node=127.0.0.1:53150_ C3197_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica2 props:{shard=shard1, state=active, core=nodes_used_collection_shard1_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53150_, base_url=http://127.0.0.1:53150, leader=true}
[junit4:junit4]   2> 2539215 T5198 C3197 P53150 oasc.SolrCore.execute [nodes_used_collection_shard1_replica2] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> ASYNC  NEW_CORE C3198 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@41e4e67d url=http://127.0.0.1:53143/nodes_used_collection_shard2_replica2 node=127.0.0.1:53143_ C3198_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{shard=shard2, state=recovering, core=nodes_used_collection_shard2_replica2, collection=nodes_used_collection, node_name=127.0.0.1:53143_, base_url=http://127.0.0.1:53143}
[junit4:junit4]   2> 2539227 T5245 C3198 P53143 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539227 T5245 C3198 P53143 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 2539228 T5244 C3195 P53153 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2539233 T5226 C3196 P53156 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 2539258 T5226 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=26 
[junit4:junit4]   2> 2539267 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 2539267 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 2539268 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 2539269 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2539269 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539273 T5225 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 2539276 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 2539281 T5244 C3195 P53153 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@201ce579 lockFactory=org.apache.lucene.store.NativeFSLockFactory@246e9059),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539283 T5244 C3195 P53153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539286 T5245 C3198 P53143 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539287 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7569290b lockFactory=org.apache.lucene.store.NativeFSLockFactory@7d4b8800) fullCopy=false
[junit4:junit4]   2> 2539287 T5244 C3195 P53153 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2539288 T5244 C3195 P53153 oass.SolrIndexSearcher.<init> Opening Searcher@b12b92f main
[junit4:junit4]   2> 2539290 T5238 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@b12b92f main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2539292 T5244 C3195 P53153 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380;done=true>>]
[junit4:junit4]   2> 2539292 T5244 C3195 P53153 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> 2539293 T5244 C3195 P53153 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/nodes_used_collection_shard1_replica1/data/index.20130607085317380
[junit4:junit4]   2> 2539293 T5244 C3195 P53153 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539294 T5244 C3195 P53153 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539294 T5244 C3195 P53153 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   2> 2539299 T5228 C3196 P53156 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 2539300 T5244 C3195 P53153 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard1_replica1
[junit4:junit4]   2> 2539319 T5245 C3198 P53143 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 2539320 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 2539320 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539327 T5245 C3198 P53143 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@38a34175 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cbcf28),segFN=segments_2,generation=2}
[junit4:junit4]   2> 2539328 T5245 C3198 P53143 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 2539338 T5245 C3198 P53143 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 2539339 T5245 C3198 P53143 oass.SolrIndexSearcher.<init> Opening Searcher@24892244 main
[junit4:junit4]   2> 2539342 T5239 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@24892244 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 2539343 T5245 C3198 P53143 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550;done=true>>]
[junit4:junit4]   2> 2539343 T5245 C3198 P53143 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539344 T5245 C3198 P53143 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/nodes_used_collection_shard2_replica2/data/index.20130607085317550
[junit4:junit4]   2> 2539344 T5245 C3198 P53143 oasc.RecoveryStrategy.replay No replay needed. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539345 T5245 C3198 P53143 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2539345 T5245 C3198 P53143 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   2> 2539356 T5245 C3198 P53143 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=nodes_used_collection_shard2_replica2
[junit4:junit4]   2> 2540733 T5173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2540735 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53153__nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53153_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   2> 2540745 T5173 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:53143__nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   2> 	  "collection":"nodes_used_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53143_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53143"}
[junit4:junit4]   2> 2540764 T5204 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> 2540764 T5172 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> 2540765 T5190 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> 2540765 T5232 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> 2540764 T5247 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> 2540765 T5177 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> 2540765 T5249 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> 2540765 T5218 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> 2546184 T5186 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546286 T5186 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546371 T5186 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546550 T5186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546590 T5186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546645 T5186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2546649 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2546649 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2546650 T5186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2546657 T5212 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546660 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2546661 T5186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2546661 T5186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2546662 T5186 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   2> 2546663 T5186 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2546664 T5186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2546665 T5186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   2> 2546665 T5186 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   2> 2546666 T5186 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica3] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2546675 T5186 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   2> 2546710 T5186 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@51c46d61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@171d8a81),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2546710 T5186 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2546711 T5163 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546724 T5181 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546728 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2546729 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2546730 T5186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2546735 T5186 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2546736 T5186 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2546737 T5186 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2546737 T5186 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2546742 T5186 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2546743 T5186 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2546745 T5212 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546809 T5197 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546821 T5163 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546833 T5163 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546836 T5181 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546841 T5181 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546856 T5186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2546879 T5186 oass.SolrIndexSearcher.<init> Opening Searcher@10e9b86b main
[junit4:junit4]   2> 2546884 T5186 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard1_replica3/data/tlog
[junit4:junit4]   2> 2546887 T5186 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2546887 T5186 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2546896 T5197 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546897 T5212 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546914 T5197 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2546921 T5168 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546923 T5195 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546936 T5260 oasc.SolrCore.registerSearcher [awholynewcollection_0_shard1_replica3] Registered new searcher Searcher@10e9b86b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2546956 T5186 oasc.ZkController.publish publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   2> 2546969 T5223 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2546982 T5195 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2546987 T5181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2546996 T5212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547008 T5195 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547019 T5168 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547025 T5168 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547033 T5223 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547057 T5223 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547083 T5211 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2547083 T5212 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547097 T5163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547102 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547104 T5181 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547107 T5212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547115 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547116 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547117 T5212 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547116 T5197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547121 T5181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547127 T5163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547128 T5211 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2547143 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547143 T5212 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547144 T5212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547145 T5212 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica4] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/
[junit4:junit4]   2> 2547145 T5212 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547146 T5212 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547147 T5212 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data
[junit4:junit4]   2> 2547148 T5212 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index/
[junit4:junit4]   2> 2547148 T5212 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica4] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547150 T5181 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547154 T5163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547157 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547159 T5212 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1370605979138/awholynewcollection_0_shard2_replica4/data/index
[junit4:junit4]   2> 2547166 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547167 T5181 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547170 T5181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547171 T5181 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   2> 2547171 T5181 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547154 T5211 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2547173 T5212 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@56c26e9b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f7b377a),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547178 T5212 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547173 T5181 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547169 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547183 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547183 T5197 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547169 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547187 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547187 T5163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547182 T5181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   2> 2547189 T5181 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   2> 2547189 T5181 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica3] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547192 T5181 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1370605974622/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   2> 2547200 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547201 T5163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547201 T5163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547202 T5163 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica5] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/
[junit4:junit4]   2> 2547203 T5163 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547203 T5163 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547204 T5163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data
[junit4:junit4]   2> 2547205 T5163 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index/
[junit4:junit4]   2> 2547205 T5163 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica5] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547208 T5163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/index
[junit4:junit4]   2> 2547217 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547218 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547219 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547226 T5197 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547226 T5197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547227 T5197 oasc.SolrCore.<init> [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   2> 2547228 T5197 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547229 T5197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547230 T5197 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   2> 2547231 T5197 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   2> 2547231 T5197 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard2_replica2] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547225 T5212 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547233 T5212 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547228 T5181 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a81a62 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3caf77b),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547235 T5181 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547227 T5163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1baf06bb lockFactory=org.apache.lucene.store.NativeFSLockFactory@147a572d),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547238 T5163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547239 T5168 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547235 T5197 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   2> 2547262 T5195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547273 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547274 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547276 T5181 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547277 T5181 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547278 T5181 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547278 T5181 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547234 T5212 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547285 T5212 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547286 T5212 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547287 T5212 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547288 T5212 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547285 T5181 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547293 T5181 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547285 T5197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@577c730f lockFactory=org.apache.lucene.store.NativeFSLockFactory@13ed3ecf),segFN=segments_1,generation=1}
[junit4:junit4]   2> 2547295 T5197 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 2547297 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547298 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547299 T5163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547300 T5181 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547300 T5163 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547306 T5163 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547306 T5163 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547307 T5163 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547308 T5163 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547308 T5163 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547313 T5168 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547325 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2547326 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2547329 T5197 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2547332 T5197 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2547333 T5197 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2547333 T5197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2547334 T5197 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2547335 T5197 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2547348 T5197 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2547349 T5195 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547351 T5181 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547348 T5223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547363 T5163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547374 T5212 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547382 T5223 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547387 T5168 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547392 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2547395 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547396 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547396 T5168 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547405 T5211 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547409 T5163 oass.SolrIndexSearcher.<init> Opening Searcher@d72230a main
[junit4:junit4]   2> 2547410 T5163 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard2_replica5/data/tlog
[junit4:junit4]   2> 2547416 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547416 T5168 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547417 T5168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547417 T5168 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica5] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/
[junit4:junit4]   2> 2547419 T5168 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547420 T5168 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547419 T5195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547421 T5168 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data
[junit4:junit4]   2> 2547422 T5168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index/
[junit4:junit4]   2> 2547423 T5168 oasc.SolrCore.initIndex WARN [awholynewcollection_0_shard1_replica5] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2547425 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547425 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547426 T5195 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547427 T5168 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1370605973183/awholynewcollection_0_shard1_replica5/data/index
[junit4:junit4]   2> 2547428 T5211 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2547430 T5223 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2547424 T5197 oass.SolrIndexSearcher.<init> Opening Searcher@736b7d52 main
[junit4:junit4]   2> 2547434 T5197 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard2_replica2/data/tlog
[junit4:junit4]   2> 2547424 T5163 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2547438 T5163 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2547436 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2547444 T5195 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
[junit4:junit4]   2> 2547445 T5195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547446 T5195 oasc.SolrCore.<init> [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1370605976885/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   2> 2547447 T5195 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@bf47ae8
[junit4:junit4]   2> 2547448 T5195 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2547450 T5195 oasc.CachingDirec

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

der_elect (2)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/awholynewcollection_1/leader_elect/shard1/election (3)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171020-127.0.0.1:53156__awholynewcollection_1_shard1_replica1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171014-127.0.0.1:53147__awholynewcollection_1_shard1_replica2-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard1/election/89824033040171016-127.0.0.1:53150__awholynewcollection_1_shard1_replica3-n_0000000002 (0)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/awholynewcollection_1/leader_elect/shard2/election (3)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171011-127.0.0.1:53143__awholynewcollection_1_shard2_replica2-n_0000000002 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171020-127.0.0.1:53156__awholynewcollection_1_shard2_replica3-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/awholynewcollection_1/leader_elect/shard2/election/89824033040171018-127.0.0.1:53153__awholynewcollection_1_shard2_replica1-n_0000000000 (0)
[junit4:junit4]   1>     /solr/collections/awholynewcollection_1/leaders (2)
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard1_replica2",
[junit4:junit4]   1>            "node_name":"127.0.0.1:53147_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:53147"}
[junit4:junit4]   1>      /solr/collections/awholynewcollection_1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"awholynewcollection_1_shard2_replica1",
[junit4:junit4]   1>            "node_name":"127.0.0.1:53153_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:53153"}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171016-127.0.0.1:53150_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171011-127.0.0.1:53143_-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171020-127.0.0.1:53156_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171018-127.0.0.1:53153_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89824033040171014-127.0.0.1:53147_-n_0000000001 (0)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89824033040171011-127.0.0.1:53143_-n_0000000000"}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=E60367ED123D8B46 -Dtests.slow=true -Dtests.locale=sr_BA -Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  349s | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E60367ED123D8B46:67E5E9F56562EB7A]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:512)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 2863371 T5150 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 348770 T5149 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=sr_BA, timezone=America/Argentina/Buenos_Aires
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Apple Inc. 1.6.0_45 (64-bit)/cpus=2,threads=1,free=72423632,total=204369920
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPropInject, TestNumberUtils, ShardRoutingCustomTest, TestSolrXMLSerializer, SyncSliceTest, TestSolrIndexConfig, PeerSyncTest, HighlighterConfigTest, SolrCoreCheckLockOnStartupTest, TestDistributedSearch, TestXIncludeConfig, RegexBoostProcessorTest, ChaosMonkeySafeLeaderTest, ReturnFieldsTest, WordBreakSolrSpellCheckerTest, TestLuceneMatchVersion, ResponseLogComponentTest, TestDistributedGrouping, TestClassNameShortening, TestShardHandlerFactory, TestFieldCollectionResource, CacheHeaderTest, CurrencyFieldOpenExchangeTest, TestSuggestSpellingConverter, PreAnalyzedUpdateProcessorTest, SoftAutoCommitTest, ZkCLITest, TestPseudoReturnFields, SampleTest, SuggesterTest, TestJoin, TestCSVResponseWriter, TestWriterPerf, TestIndexSearcher, AliasIntegrationTest, TestCoreDiscovery, SpellPossibilityIteratorTest, SliceStateTest, TestCodecSupport, TestReloadAndDeleteDocs, TestManagedSchema, TestFoldingMultitermQuery, TestJmxMonitoredMap, IndexReaderFactoryTest, PolyFieldTest, TestQueryUtils, TestSchemaResource, ExternalFileFieldSortTest, TestReplicationHandler, TestRecovery, OverseerTest, StatelessScriptUpdateProcessorFactoryTest, BadIndexSchemaTest, TestConfig, SignatureUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, JSONWriterTest, TestElisionMultitermQuery, LeaderElectionIntegrationTest, TestManagedSchemaFieldResource, SortByFunctionTest, TestSolrQueryParser, DocumentBuilderTest, TestHashPartitioner, SolrIndexSplitterTest, NoCacheHeaderTest, AutoCommitTest, TestDefaultSimilarityFactory, ShardRoutingTest, TimeZoneUtilsTest, DateFieldTest, TestQueryTypes, TestPHPSerializedResponseWriter, LukeRequestHandlerTest, TestFunctionQuery, HighlighterTest, OverseerCollectionProcessorTest, TestArbitraryIndexDir, TestRandomFaceting, TestQuerySenderListener, DistributedTermsComponentTest, TestRealTimeGet, TestTrie, TestRTGBase, SolrCmdDistributorTest, DistributedSpellCheckComponentTest, TestCloudManagedSchema, RequestHandlersTest, TestExtendedDismaxParser, TestLFUCache, ClusterStateUpdateTest, PluginInfoTest, ClusterStateTest, LeaderElectionTest, TestMaxScoreQueryParser, FastVectorHighlighterTest, TestSolrXml, FileUtilsTest, CopyFieldTest, DebugComponentTest, SimplePostToolTest, DefaultValueUpdateProcessorTest, TestBinaryResponseWriter, TestWordDelimiterFilterFactory, LegacyHTMLStripCharFilterTest, NumericFieldsTest, ShowFileRequestHandlerTest, ResourceLoaderTest, TestBinaryField, DistanceFunctionTest, TestSolrJ, TestAnalyzedSuggestions, TestSurroundQueryParser, TestRangeQuery, TestReversedWildcardFilterFactory, DirectSolrSpellCheckerTest, TestFaceting, TermVectorComponentTest, JsonLoaderTest, TestComponentsName, TestSchemaVersionResource, CurrencyFieldXmlFileTest, IndexSchemaRuntimeFieldTest, UpdateRequestProcessorFactoryTest, TermVectorComponentDistributedTest, TestCollationField, SpellCheckCollatorTest, TestLMDirichletSimilarityFactory, TestLazyCores, TestRemoteStreaming, TestFastLRUCache, TestSolrDeletionPolicy2, SuggesterWFSTTest, BasicFunctionalityTest, DirectUpdateHandlerOptimizeTest, FullSolrCloudDistribCmdsTest, TestCopyFieldCollectionResource, SimpleFacetsTest, TestPartialUpdateDeduplication, TestSolrQueryParserResource, OutputWriterTest, TestSystemIdResolver, SolrPluginUtilsTest, TestZkChroot, PingRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed in 349.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 460 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:366: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 297 suites, 1246 tests, 1 failure, 18 ignored (6 assumptions)

Total time: 124 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 525 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/525/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testUnicode

Error Message:
IOException occured when talking to server at: https://127.0.0.1:54025/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54025/solr/collection1
	at __randomizedtesting.SeedInfo.seed([36860ACC062FE46D:2F4ABEC6A495359A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.client.solrj.SolrExampleTests.testUnicode(SolrExampleTests.java:363)
	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: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 10541 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.SolrExampleBinaryTest
[junit4:junit4]   1> 166154 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   1> 166155 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore
[junit4:junit4]   1> 166158 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ####initCore end
[junit4:junit4]   1> 166160 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.Server  ? jetty-8.1.10.v20130312
[junit4:junit4]   1> 166179 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.util.ssl.SslContextFactory  ? Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[junit4:junit4]   1> 166200 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.AbstractConnector  ? Started SslSelectChannelConnector@127.0.0.1:54025
[junit4:junit4]   1> 166201 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init()
[junit4:junit4]   1> 166201 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> 166202 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 166202 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/solr.xml
[junit4:junit4]   1> 166203 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer 1331354994
[junit4:junit4]   1> 166204 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 166204 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/'
[junit4:junit4]   1> 166496 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr
[junit4:junit4]   1> 166502 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn
[junit4:junit4]   1> 166509 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/prop-base
[junit4:junit4]   1> 166515 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/props
[junit4:junit4]   1> 166518 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/text-base
[junit4:junit4]   1> 166523 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp
[junit4:junit4]   1> 166525 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/prop-base
[junit4:junit4]   1> 166528 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/props
[junit4:junit4]   1> 166529 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/.svn/tmp/text-base
[junit4:junit4]   1> 166531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin
[junit4:junit4]   1> 166533 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn
[junit4:junit4]   1> 166537 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/prop-base
[junit4:junit4]   1> 166539 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/props
[junit4:junit4]   1> 166541 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/text-base
[junit4:junit4]   1> 166543 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp
[junit4:junit4]   1> 166545 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/prop-base
[junit4:junit4]   1> 166547 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/props
[junit4:junit4]   1> 166549 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Looking for cores in /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/bin/.svn/tmp/text-base
[junit4:junit4]   1> 166551 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Discovered properties file /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/core.properties, adding to cores
[junit4:junit4]   1> 166559 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting socketTimeout to: 0
[junit4:junit4]   1> 166561 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting urlScheme to: http://
[junit4:junit4]   1> 166561 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting connTimeout to: 0
[junit4:junit4]   1> 166562 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> 166563 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting corePoolSize to: 0
[junit4:junit4]   1> 166565 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> 166566 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> 166567 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting sizeOfQueue to: -1
[junit4:junit4]   1> 166568 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ? Setting fairnessPolicy to: false
[junit4:junit4]   1> 166569 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> 166587 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.logging.LogWatcher  ? Registering Log Listener
[junit4:junit4]   1> 166603 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CoreContainer  ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1
[junit4:junit4]   1> 166605 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrResourceLoader  ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/'
[junit4:junit4]   1> 166668 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Adding specified lib dirs to ClassLoader
[junit4:junit4]   1> 166675 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/extraction/lib).
[junit4:junit4]   1> 166678 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166680 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/clustering/lib).
[junit4:junit4]   1> 166681 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166682 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/langid/lib).
[junit4:junit4]   1> 166682 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166683 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../contrib/velocity/lib).
[junit4:junit4]   1> 166684 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/../../../dist).
[junit4:junit4]   1> 166685 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrResourceLoader  ? Can't find (or read) directory to add to classloader: /non/existent/dir/yields/warning (resolved as: /non/existent/dir/yields/warning).
[junit4:junit4]   1> 166802 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrConfig  ? Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> 167010 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.Config  ? Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> 167012 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? Reading Solr Schema from schema.xml
[junit4:junit4]   1> 167031 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? [collection1] Schema name=example
[junit4:junit4]   1> 168684 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.IndexSchema  ? unique key field: id
[junit4:junit4]   1> 168743 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 168772 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.schema.FileExchangeRateProvider  ? Reloading exchange rates from file currency.xml
[junit4:junit4]   1> 168974 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 168974 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/
[junit4:junit4]   1> 168975 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.JmxMonitoredMap  ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67aa715a
[junit4:junit4]   1> 168976 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   1> 168977 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
[junit4:junit4]   1> 168978 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> 168979 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 168979 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index/
[junit4:junit4]   1> 168980 [coreLoadExecutor-201-thread-1] WARN  org.apache.solr.core.SolrCore  ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index' doesn't exist. Creating new index...
[junit4:junit4]   1> 168981 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CachingDirectoryFactory  ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index
[junit4:junit4]   1> 168984 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 168984 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created json: solr.JSONResponseWriter
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   1> 168986 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created velocity: solr.VelocityResponseWriter
[junit4:junit4]   1> 168987 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? created xslt: solr.XSLTResponseWriter
[junit4:junit4]   1> 168987 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.response.XSLTResponseWriter  ? xsltCacheLifetimeSeconds=5
[junit4:junit4]   1> 168990 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /select: solr.SearchHandler
[junit4:junit4]   1> 168991 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /query: solr.SearchHandler
[junit4:junit4]   1> 168992 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> 168993 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /browse: solr.SearchHandler
[junit4:junit4]   1> 168994 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> 168999 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   1> 169004 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   1> 169005 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 169006 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   1> 169007 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 169008 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   1> 169009 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 169010 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   1> 169012 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   1> 169013 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   1> 169018 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   1> 169020 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /replication: solr.ReplicationHandler
[junit4:junit4]   1> 169021 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169022 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /spell: solr.SearchHandler
[junit4:junit4]   1> 169023 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169024 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /tvrh: solr.SearchHandler
[junit4:junit4]   1> 169025 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169026 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /terms: solr.SearchHandler
[junit4:junit4]   1> 169027 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   1> 169028 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.RequestHandlers  ? created /elevate: solr.SearchHandler
[junit4:junit4]   1> 169050 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169053 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169057 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.loader.XMLLoader  ? xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> 169075 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@709487e9 main
[junit4:junit4]   1> 169077 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/tlog
[junit4:junit4]   1> 169079 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   1> 169080 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.SolrCore  ? Soft AutoCommit: disabled
[junit4:junit4]   1> 169081 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Initializing spell checkers
[junit4:junit4]   1> 169082 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.spelling.DirectSolrSpellChecker  ? init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   1> 169082 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? No queryConverter defined, using default converter
[junit4:junit4]   1> 169084 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.component.QueryElevationComponent  ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   1> 169119 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.handler.ReplicationHandler  ? Commits will be reserved for  10000
[junit4:junit4]   1> 169120 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@709487e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 169130 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=6 
[junit4:junit4]   1> 169132 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: default
[junit4:junit4]   1> 169133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.handler.component.SpellCheckComponent  ? Loading spell index for spellchecker: wordbreak
[junit4:junit4]   1> 169136 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@709487e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> 169146 [coreLoadExecutor-201-thread-1] INFO  org.apache.solr.core.CoreContainer  ? registering core: collection1
[junit4:junit4]   1> 169148 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
[junit4:junit4]   1> 169150 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.servlet.SolrDispatchFilter  ? SolrDispatchFilter.init() done
[junit4:junit4]   1> 169151 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrJettyTestBase  ? Jetty Assigned Port#54025
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 169182 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testSetNullUpdateOrder
[junit4:junit4]   1> 169184 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 169286 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 169288 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 1
[junit4:junit4]   1> 169296 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437158492110585856)]} 0 14
[junit4:junit4]   1> 169313 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169321 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 169322 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 2
[junit4:junit4]   1> 169327 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@42ecf8c4 main
[junit4:junit4]   1> 169328 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169330 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@42ecf8c4 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 169331 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169337 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@42ecf8c4 main{StandardDirectoryReader(segments_2:3:nrt _0(4.4):C1)}
[junit4:junit4]   1> 169369 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 56
[junit4:junit4]   1> 169391 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[testSetNullUpdateOrder (1437158492220686336)]} 0 5
[junit4:junit4]   1> 169409 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169456 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_3,generation=3}
[junit4:junit4]   1> 169457 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 3
[junit4:junit4]   1> 169460 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3f2a0ca7 main
[junit4:junit4]   1> 169462 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169462 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3f2a0ca7 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1)}
[junit4:junit4]   1> 169464 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169468 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3f2a0ca7 main{StandardDirectoryReader(segments_3:7:nrt _1(4.4):C1)}
[junit4:junit4]   1> 169520 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 111
[junit4:junit4]   1> 169530 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:testSetNullUpdateOrder&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 169534 [TEST-SolrExampleBinaryTest.testSetNullUpdateOrder-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testSetNullUpdateOrder
[junit4:junit4]   1> 169567 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacetsMissing
[junit4:junit4]   1> 169575 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1e54d6cb realtime
[junit4:junit4]   1> 169576 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492414672896)} 0 4
[junit4:junit4]   1> 169590 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169593 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_4,generation=4}
[junit4:junit4]   1> 169600 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 4
[junit4:junit4]   1> 169603 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5d6d197b main
[junit4:junit4]   1> 169604 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169604 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5d6d197b main{StandardDirectoryReader(segments_3:9:nrt)}
[junit4:junit4]   1> 169605 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169608 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5d6d197b main{StandardDirectoryReader(segments_3:9:nrt)}
[junit4:junit4]   1> 169612 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   1> 169625 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 169654 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158492479684608), 2 (1437158492484927488), 3 (1437158492487024640), 4 (1437158492489121792), 5 (1437158492490170368), 6 (1437158492491218944), 7 (1437158492493316096), 8 (1437158492494364672), 9 (1437158492496461824), 10 (1437158492497510400), ... (12 adds)]} 0 20
[junit4:junit4]   1> 169679 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169687 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_4,generation=4}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_5,generation=5}
[junit4:junit4]   1> 169688 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 5
[junit4:junit4]   1> 169690 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1c0d9524 main
[junit4:junit4]   1> 169691 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169693 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1c0d9524 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C12)}
[junit4:junit4]   1> 169693 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169695 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1c0d9524 main{StandardDirectoryReader(segments_5:11:nrt _2(4.4):C12)}
[junit4:junit4]   1> 169696 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 169710 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 169712 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 169717 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=true&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=8 
[junit4:junit4]   1> 169732 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=4 
[junit4:junit4]   1> 169736 [TEST-SolrExampleBinaryTest.testPivotFacetsMissing-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacetsMissing
[junit4:junit4]   1> 169780 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testRealtimeGet
[junit4:junit4]   1> 169789 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1f6c5464 realtime
[junit4:junit4]   1> 169791 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492638019584)} 0 6
[junit4:junit4]   1> 169801 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1437158492652699648)]} 0 2
[junit4:junit4]   1> 169819 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169827 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_5,generation=5}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_6,generation=6}
[junit4:junit4]   1> 169828 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 6
[junit4:junit4]   1> 169834 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@70c03e74 main
[junit4:junit4]   1> 169837 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169838 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@70c03e74 main{StandardDirectoryReader(segments_6:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 169839 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169844 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@70c03e74 main{StandardDirectoryReader(segments_6:15:nrt _3(4.4):C1)}
[junit4:junit4]   1> 169846 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 169871 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> 169884 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/get params={id=DOCID&fl=id,name,aaa:[value+v%3Daaa]&wt=xml&qt=/get&version=2.2} status=0 QTime=1 
[junit4:junit4]   1> 169895 [TEST-SolrExampleBinaryTest.testRealtimeGet-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testRealtimeGet
[junit4:junit4]   1> 169932 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnAdd
[junit4:junit4]   1> 169942 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2d59a372 realtime
[junit4:junit4]   1> 169944 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158492798451712)} 0 6
[junit4:junit4]   1> 169967 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 169974 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_6,generation=6}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_7,generation=7}
[junit4:junit4]   1> 169980 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 7
[junit4:junit4]   1> 169983 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1cc4ebd4 main
[junit4:junit4]   1> 169985 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 169985 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@1cc4ebd4 main{StandardDirectoryReader(segments_6:17:nrt)}
[junit4:junit4]   1> 169988 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 169994 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@1cc4ebd4 main{StandardDirectoryReader(segments_6:17:nrt)}
[junit4:junit4]   1> 169996 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 170006 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 170024 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437158492879192064)]} 0 9
[junit4:junit4]   1> 170042 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 170523 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 170527 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e5a8e89 main
[junit4:junit4]   1> 170528 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 170529 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2e5a8e89 main{StandardDirectoryReader(segments_7:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 170529 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 170531 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2e5a8e89 main{StandardDirectoryReader(segments_7:19:nrt _4(4.4):C1)}
[junit4:junit4]   1> 171081 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 171111 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id4 (1437158494026334208)]} 0 3
[junit4:junit4]   1> 171614 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 171628 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2f81fbd2 main
[junit4:junit4]   1> 171630 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 171630 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2f81fbd2 main{StandardDirectoryReader(segments_7:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 171632 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 171638 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2f81fbd2 main{StandardDirectoryReader(segments_7:21:nrt _4(4.4):C1 _5(4.4):C1)}
[junit4:junit4]   1> 172125 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id4&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 172129 [TEST-SolrExampleBinaryTest.testCommitWithinOnAdd-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnAdd
[junit4:junit4]   1> 172164 [TEST-SolrExampleBinaryTest.testStatistics-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testStatistics
[junit4:junit4]   1> 172174 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2ccb92fa realtime
[junit4:junit4]   1> 172176 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495138873344)} 0 6
[junit4:junit4]   1> 172195 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172200 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_7,generation=7}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_8,generation=8}
[junit4:junit4]   1> 172201 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 8
[junit4:junit4]   1> 172202 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7976fbd main
[junit4:junit4]   1> 172204 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172206 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7976fbd main{StandardDirectoryReader(segments_7:23:nrt)}
[junit4:junit4]   1> 172206 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172212 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7976fbd main{StandardDirectoryReader(segments_7:23:nrt)}
[junit4:junit4]   1> 172215 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 172231 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 172240 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437158495209127936)]} 0 3
[junit4:junit4]   1> 172248 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437158495218565120)]} 0 2
[junit4:junit4]   1> 172259 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437158495230099456)]} 0 2
[junit4:junit4]   1> 172270 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437158495241633792)]} 0 2
[junit4:junit4]   1> 172281 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437158495253168128)]} 0 2
[junit4:junit4]   1> 172292 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437158495265751040)]} 0 2
[junit4:junit4]   1> 172310 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437158495283576832)]} 0 1
[junit4:junit4]   1> 172317 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437158495291965440)]} 0 1
[junit4:junit4]   1> 172337 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437158495312936960)]} 0 1
[junit4:junit4]   1> 172350 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437158495325519872)]} 0 2
[junit4:junit4]   1> 172373 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172382 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_8,generation=8}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_9,generation=9}
[junit4:junit4]   1> 172386 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 9
[junit4:junit4]   1> 172390 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6941c289 main
[junit4:junit4]   1> 172393 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172394 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6941c289 main{StandardDirectoryReader(segments_9:25:nrt _6(4.4):C10)}
[junit4:junit4]   1> 172395 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172400 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6941c289 main{StandardDirectoryReader(segments_9:25:nrt _6(4.4):C10)}
[junit4:junit4]   1> 172401 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 172412 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 172425 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=2 
[junit4:junit4]   1> 172445 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@26e94e2f realtime
[junit4:junit4]   1> 172446 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495424086016)} 0 4
[junit4:junit4]   1> 172466 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172469 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_9,generation=9}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_a,generation=10}
[junit4:junit4]   1> 172470 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 10
[junit4:junit4]   1> 172472 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5104c8be main
[junit4:junit4]   1> 172474 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5104c8be main{StandardDirectoryReader(segments_9:27:nrt)}
[junit4:junit4]   1> 172475 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172478 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172481 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5104c8be main{StandardDirectoryReader(segments_9:27:nrt)}
[junit4:junit4]   1> 172483 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   1> 172492 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 172518 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc10 (1437158495498534912)]} 0 6
[junit4:junit4]   1> 172529 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc11 (1437158495513214976)]} 0 3
[junit4:junit4]   1> 172542 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc12 (1437158495527895040)]} 0 2
[junit4:junit4]   1> 172553 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc13 (1437158495539429376)]} 0 1
[junit4:junit4]   1> 172565 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc14 (1437158495550963712)]} 0 3
[junit4:junit4]   1> 172585 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172605 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_a,generation=10}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_b,generation=11}
[junit4:junit4]   1> 172606 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 11
[junit4:junit4]   1> 172610 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@76bcf61f main
[junit4:junit4]   1> 172612 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172613 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@76bcf61f main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C5)}
[junit4:junit4]   1> 172614 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172623 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@76bcf61f main{StandardDirectoryReader(segments_b:29:nrt _7(4.4):C5)}
[junit4:junit4]   1> 172625 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 40
[junit4:junit4]   1> 172634 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172652 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172670 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@56a8f5e realtime
[junit4:junit4]   1> 172672 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158495658967040)} 0 6
[junit4:junit4]   1> 172688 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172691 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_b,generation=11}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_c,generation=12}
[junit4:junit4]   1> 172728 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 12
[junit4:junit4]   1> 172730 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@25108fa6 main
[junit4:junit4]   1> 172732 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172733 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@25108fa6 main{StandardDirectoryReader(segments_b:31:nrt)}
[junit4:junit4]   1> 172734 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172744 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@25108fa6 main{StandardDirectoryReader(segments_b:31:nrt)}
[junit4:junit4]   1> 172747 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 59
[junit4:junit4]   1> 172772 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 172785 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc0 (1437158495779553280)]} 0 4
[junit4:junit4]   1> 172797 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc1 (1437158495793184768)]} 0 2
[junit4:junit4]   1> 172808 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc2 (1437158495805767680)]} 0 2
[junit4:junit4]   1> 172823 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc3 (1437158495816253440)]} 0 7
[junit4:junit4]   1> 172838 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc4 (1437158495838273536)]} 0 2
[junit4:junit4]   1> 172852 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc5 (1437158495852953600)]} 0 2
[junit4:junit4]   1> 172874 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc6 (1437158495876022272)]} 0 2
[junit4:junit4]   1> 172887 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc7 (1437158495889653760)]} 0 2
[junit4:junit4]   1> 172898 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc8 (1437158495901188096)]} 0 2
[junit4:junit4]   1> 172911 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[doc9 (1437158495913771008)]} 0 3
[junit4:junit4]   1> 172935 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 172942 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_c,generation=12}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_d,generation=13}
[junit4:junit4]   1> 172943 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 13
[junit4:junit4]   1> 172946 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@86cce52 main
[junit4:junit4]   1> 172948 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@86cce52 main{StandardDirectoryReader(segments_d:33:nrt _8(4.4):C10)}
[junit4:junit4]   1> 172948 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 172949 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 172953 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@86cce52 main{StandardDirectoryReader(segments_d:33:nrt _8(4.4):C10)}
[junit4:junit4]   1> 172955 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 172966 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:true&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 172979 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=inStock:false&wt=javabin&version=2} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173014 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={f.val_pi.stats.facet=inStock&stats.field=val_pi&stats=true&q=*:*&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=3 
[junit4:junit4]   1> 173026 [TEST-SolrExampleBinaryTest.testStatistics-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStatistics
[junit4:junit4]   1> 173056 [TEST-SolrExampleBinaryTest.testFaceting-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testFaceting
[junit4:junit4]   1> 173066 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5748cd59 realtime
[junit4:junit4]   1> 173067 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158496074203136)} 0 5
[junit4:junit4]   1> 173087 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173106 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_d,generation=13}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_e,generation=14}
[junit4:junit4]   1> 173107 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 14
[junit4:junit4]   1> 173110 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3d874ee4 main
[junit4:junit4]   1> 173114 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173124 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3d874ee4 main{StandardDirectoryReader(segments_d:35:nrt)}
[junit4:junit4]   1> 173127 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173133 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3d874ee4 main{StandardDirectoryReader(segments_d:35:nrt)}
[junit4:junit4]   1> 173136 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 49
[junit4:junit4]   1> 173163 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=4 
[junit4:junit4]   1> 173196 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158496192692224), 2 (1437158496196886528), 3 (1437158496198983680), 4 (1437158496200032256), 5 (1437158496201080832), 6 (1437158496202129408), 7 (1437158496203177984), 8 (1437158496204226560), 9 (1437158496205275136), 10 (1437158496206323712)]} 0 22
[junit4:junit4]   1> 173240 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173264 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_e,generation=14}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_f,generation=15}
[junit4:junit4]   1> 173265 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 15
[junit4:junit4]   1> 173269 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4439a788 main
[junit4:junit4]   1> 173275 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173280 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4439a788 main{StandardDirectoryReader(segments_f:37:nrt _9(4.4):C10)}
[junit4:junit4]   1> 173282 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173292 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4439a788 main{StandardDirectoryReader(segments_f:37:nrt _9(4.4):C10)}
[junit4:junit4]   1> 173294 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 54
[junit4:junit4]   1> 173315 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4564,tindexSize=44,time=0,phase1=0,nTerms=4,bigTerms=2,termInstances=4,uses=0}
[junit4:junit4]   1> 173317 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&version=2&rows=0} hits=10 status=0 QTime=3 
[junit4:junit4]   1> 173365 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173445 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=4&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 173457 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=-1&q=*:*&facet.field=features&wt=javabin&fq=features:two&version=2&rows=0} hits=5 status=0 QTime=2 
[junit4:junit4]   1> 173463 [TEST-SolrExampleBinaryTest.testFaceting-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testFaceting
[junit4:junit4]   1> 173555 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testGetEmptyResults
[junit4:junit4]   1> 173584 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@20856566 realtime
[junit4:junit4]   1> 173586 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158496617365504)} 0 17
[junit4:junit4]   1> 173610 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173620 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_f,generation=15}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_g,generation=16}
[junit4:junit4]   1> 173621 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 16
[junit4:junit4]   1> 173623 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@72abdc66 main
[junit4:junit4]   1> 173625 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@72abdc66 main{StandardDirectoryReader(segments_f:39:nrt)}
[junit4:junit4]   1> 173626 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173631 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@72abdc66 main{StandardDirectoryReader(segments_f:39:nrt)}
[junit4:junit4]   1> 173645 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173680 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 70
[junit4:junit4]   1> 173723 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158496734806016)]} 0 32
[junit4:junit4]   1> 173739 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id2 (1437158496783040512)]} 0 2
[junit4:junit4]   1> 173757 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173869 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_g,generation=16}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_h,generation=17}
[junit4:junit4]   1> 173870 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 17
[junit4:junit4]   1> 173873 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7dfc8ae7 main
[junit4:junit4]   1> 173874 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7dfc8ae7 main{StandardDirectoryReader(segments_h:41:nrt _a(4.4):C2)}
[junit4:junit4]   1> 173875 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 173879 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7dfc8ae7 main{StandardDirectoryReader(segments_h:41:nrt _a(4.4):C2)}
[junit4:junit4]   1> 173886 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 173888 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 131
[junit4:junit4]   1> 173903 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=foofoofoo&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 173914 [TEST-SolrExampleBinaryTest.testGetEmptyResults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testGetEmptyResults
[junit4:junit4]   1> 173959 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testContentStreamRequest
[junit4:junit4]   1> 173973 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@75842feb realtime
[junit4:junit4]   1> 173974 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497026310144)} 0 5
[junit4:junit4]   1> 173996 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 173999 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_h,generation=17}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_i,generation=18}
[junit4:junit4]   1> 174001 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 18
[junit4:junit4]   1> 174006 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4efbfe5b main
[junit4:junit4]   1> 174010 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174011 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4efbfe5b main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 174013 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174020 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4efbfe5b main{StandardDirectoryReader(segments_h:43:nrt)}
[junit4:junit4]   1> 174030 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 34
[junit4:junit4]   1> 174053 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=9 
[junit4:junit4]   1> 174125 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174141 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_i,generation=18}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_j,generation=19}
[junit4:junit4]   1> 174142 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 19
[junit4:junit4]   1> 174145 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@34e85aab main
[junit4:junit4]   1> 174147 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@34e85aab main{StandardDirectoryReader(segments_j:45:nrt _b(4.4):C10)}
[junit4:junit4]   1> 174148 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174150 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174153 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@34e85aab main{StandardDirectoryReader(segments_j:45:nrt _b(4.4):C10)}
[junit4:junit4]   1> 174163 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0553573403 (1437158497141653504), 0553579908 (1437158497158430720), 055357342X (1437158497162625024), 0553293354 (1437158497164722176), 0812521390 (1437158497166819328), 0812550706 (1437158497174159360), 0441385532 (1437158497181499392), 0380014300 (1437158497183596544), 0805080481 (1437158497185693696), 080508049X (1437158497187790848)],commit=} 0 83
[junit4:junit4]   1> 174173 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 174186 [TEST-SolrExampleBinaryTest.testContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testContentStreamRequest
[junit4:junit4]   1> 174260 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPingHandler
[junit4:junit4]   1> 174277 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@71003493 realtime
[junit4:junit4]   1> 174278 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497346125824)} 0 4
[junit4:junit4]   1> 174293 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174294 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_j,generation=19}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_k,generation=20}
[junit4:junit4]   1> 174295 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 20
[junit4:junit4]   1> 174298 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3a4270f8 main
[junit4:junit4]   1> 174300 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@3a4270f8 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174301 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174305 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@3a4270f8 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174307 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174331 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 38
[junit4:junit4]   1> 174348 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174372 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174373 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   1> 174376 [TEST-SolrExampleBinaryTest.testPingHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPingHandler
[junit4:junit4]   1> 174418 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testQueryWithParams
[junit4:junit4]   1> 174430 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=query&debug=true&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174452 [TEST-SolrExampleBinaryTest.testQueryWithParams-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testQueryWithParams
[junit4:junit4]   1> 174485 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testCommitWithinOnDelete
[junit4:junit4]   1> 174528 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158497596735488)} 0 14
[junit4:junit4]   1> 174553 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174580 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_k,generation=20}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_l,generation=21}
[junit4:junit4]   1> 174582 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 21
[junit4:junit4]   1> 174584 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@30428f76 main
[junit4:junit4]   1> 174586 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@30428f76 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174587 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174592 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@30428f76 main{StandardDirectoryReader(segments_j:47:nrt)}
[junit4:junit4]   1> 174595 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174597 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 44
[junit4:junit4]   1> 174638 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 174676 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id3 (1437158497741438976)]} 0 24
[junit4:junit4]   1> 174692 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 174698 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_l,generation=21}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_m,generation=22}
[junit4:junit4]   1> 174699 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 22
[junit4:junit4]   1> 174702 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@18b351ba main
[junit4:junit4]   1> 174704 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 174705 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@18b351ba main{StandardDirectoryReader(segments_m:49:nrt _c(4.4):C1)}
[junit4:junit4]   1> 174706 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 174710 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@18b351ba main{StandardDirectoryReader(segments_m:49:nrt _c(4.4):C1)}
[junit4:junit4]   1> 174711 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   1> 174737 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 174756 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[id3 (-1437158497847345152)]} 0 3
[junit4:junit4]   1> 174793 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=21 
[junit4:junit4]   1> 175076 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 175340 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 175600 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 175757 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4:junit4]   1> 175758 [commitScheduler-205-thread-1] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@29892daf main
[junit4:junit4]   1> 175759 [commitScheduler-205-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175760 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@29892daf main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175761 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175765 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@29892daf main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175859 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:id3&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 175862 [TEST-SolrExampleBinaryTest.testCommitWithinOnDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testCommitWithinOnDelete
[junit4:junit4]   1> 175889 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateField
[junit4:junit4]   1> 175894 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499043770368)} 0 0
[junit4:junit4]   1> 175906 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 175908 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_m,generation=22}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_n,generation=23}
[junit4:junit4]   1> 175908 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 23
[junit4:junit4]   1> 175909 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f4b52ce main
[junit4:junit4]   1> 175911 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175912 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@f4b52ce main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175912 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175915 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@f4b52ce main{StandardDirectoryReader(segments_m:51:nrt)}
[junit4:junit4]   1> 175916 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   1> 175935 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499082567680)]} 0 4
[junit4:junit4]   1> 175945 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 175951 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_n,generation=23}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_o,generation=24}
[junit4:junit4]   1> 175952 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 24
[junit4:junit4]   1> 175954 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7b4f2871 main
[junit4:junit4]   1> 175956 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 175957 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7b4f2871 main{StandardDirectoryReader(segments_o:53:nrt _d(4.4):C1)}
[junit4:junit4]   1> 175957 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 175960 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7b4f2871 main{StandardDirectoryReader(segments_o:53:nrt _d(4.4):C1)}
[junit4:junit4]   1> 175962 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   1> 175970 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 175999 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {} 0 1
[junit4:junit4]   1> 176018 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499170648064)]} 0 4
[junit4:junit4]   1> 176033 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176039 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_o,generation=24}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_p,generation=25}
[junit4:junit4]   1> 176040 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 25
[junit4:junit4]   1> 176043 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@41aff17b main
[junit4:junit4]   1> 176045 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@41aff17b main{StandardDirectoryReader(segments_p:57:nrt _e(4.4):C1)}
[junit4:junit4]   1> 176046 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176049 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@41aff17b main{StandardDirectoryReader(segments_p:57:nrt _e(4.4):C1)}
[junit4:junit4]   1> 176051 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176053 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 176067 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 176082 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[unique (1437158499237756928)]} 0 4
[junit4:junit4]   1> 176096 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176102 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_p,generation=25}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_q,generation=26}
[junit4:junit4]   1> 176103 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 26
[junit4:junit4]   1> 176107 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@692e45cb main
[junit4:junit4]   1> 176109 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@692e45cb main{StandardDirectoryReader(segments_q:61:nrt _f(4.4):C1)}
[junit4:junit4]   1> 176109 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176113 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@692e45cb main{StandardDirectoryReader(segments_q:61:nrt _f(4.4):C1)}
[junit4:junit4]   1> 176116 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176117 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> 176131 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,price_f,name,_version_&q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=3 
[junit4:junit4]   1> 176137 [TEST-SolrExampleBinaryTest.testUpdateField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateField
[junit4:junit4]   1> 176163 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddDelete
[junit4:junit4]   1> 176171 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e42055e realtime
[junit4:junit4]   1> 176172 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499331080192)} 0 4
[junit4:junit4]   1> 176181 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499342614528)]} 0 2
[junit4:junit4]   1> 176199 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176205 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_q,generation=26}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_r,generation=27}
[junit4:junit4]   1> 176206 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 27
[junit4:junit4]   1> 176209 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@183dec1e main
[junit4:junit4]   1> 176211 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@183dec1e main{StandardDirectoryReader(segments_r:65:nrt _g(4.4):C1)}
[junit4:junit4]   1> 176211 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176212 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176215 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@183dec1e main{StandardDirectoryReader(segments_r:65:nrt _g(4.4):C1)}
[junit4:junit4]   1> 176216 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 17
[junit4:junit4]   1> 176223 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 
[junit4:junit4]   1> 176233 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1437158499397140480)]} 0 2
[junit4:junit4]   1> 176246 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176249 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_r,generation=27}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_s,generation=28}
[junit4:junit4]   1> 176250 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 28
[junit4:junit4]   1> 176252 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@298e7dc7 main
[junit4:junit4]   1> 176254 [qtp1798018998-318] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176256 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@298e7dc7 main{StandardDirectoryReader(segments_s:67:nrt)}
[junit4:junit4]   1> 176256 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176260 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@298e7dc7 main{StandardDirectoryReader(segments_s:67:nrt)}
[junit4:junit4]   1> 176262 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   1> 176278 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 176293 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499459006464)]} 0 3
[junit4:junit4]   1> 176317 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176321 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_s,generation=28}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_t,generation=29}
[junit4:junit4]   1> 176322 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 29
[junit4:junit4]   1> 176325 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6b7900f3 main
[junit4:junit4]   1> 176327 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176328 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6b7900f3 main{StandardDirectoryReader(segments_t:69:nrt _h(4.4):C1)}
[junit4:junit4]   1> 176329 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176336 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6b7900f3 main{StandardDirectoryReader(segments_t:69:nrt _h(4.4):C1)}
[junit4:junit4]   1> 176342 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 25
[junit4:junit4]   1> 176350 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 176361 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@51f0ad2 realtime
[junit4:junit4]   1> 176362 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=id:"0\ \&\ 222" (-1437158499530309632)} 0 4
[junit4:junit4]   1> 176377 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176378 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_t,generation=29}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_u,generation=30}
[junit4:junit4]   1> 176379 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 30
[junit4:junit4]   1> 176381 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@86cedbd main
[junit4:junit4]   1> 176382 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@86cedbd main{StandardDirectoryReader(segments_t:71:nrt)}
[junit4:junit4]   1> 176383 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176386 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@86cedbd main{StandardDirectoryReader(segments_t:71:nrt)}
[junit4:junit4]   1> 176392 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176396 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   1> 176402 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 176411 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0 & 222 (1437158499583787008)]} 0 2
[junit4:junit4]   1> 176419 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 & 222 (1437158499593224192)]} 0 1
[junit4:junit4]   1> 176428 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 & 222 (1437158499602661376)]} 0 1
[junit4:junit4]   1> 176439 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176444 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_u,generation=30}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_v,generation=31}
[junit4:junit4]   1> 176445 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 31
[junit4:junit4]   1> 176447 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@f3bda68 main
[junit4:junit4]   1> 176449 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@f3bda68 main{StandardDirectoryReader(segments_v:73:nrt _i(4.4):C3)}
[junit4:junit4]   1> 176449 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176453 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@f3bda68 main{StandardDirectoryReader(segments_v:73:nrt _i(4.4):C3)}
[junit4:junit4]   1> 176455 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176463 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   1> 176473 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=3 status=0 QTime=0 
[junit4:junit4]   1> 176480 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {delete=[0 & 222 (-1437158499657187328), 1 & 222 (-1437158499658235904), 2 & 222 (-1437158499658235905)]} 0 1
[junit4:junit4]   1> 176492 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176494 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_v,generation=31}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_w,generation=32}
[junit4:junit4]   1> 176495 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 32
[junit4:junit4]   1> 176496 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5093601c main
[junit4:junit4]   1> 176498 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5093601c main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176499 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176502 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5093601c main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176503 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176505 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   1> 176514 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 176518 [TEST-SolrExampleBinaryTest.testAddDelete-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddDelete
[junit4:junit4]   1> 176551 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testMultiContentStreamRequest
[junit4:junit4]   1> 176578 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158499757850624)} 0 3
[junit4:junit4]   1> 176596 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176598 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_w,generation=32}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_x,generation=33}
[junit4:junit4]   1> 176604 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 33
[junit4:junit4]   1> 176605 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@615f48f6 main
[junit4:junit4]   1> 176608 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176612 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@615f48f6 main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176613 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176617 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@615f48f6 main{StandardDirectoryReader(segments_w:75:nrt)}
[junit4:junit4]   1> 176625 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   1> 176639 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 176705 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 176720 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_x,generation=33}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_y,generation=34}
[junit4:junit4]   1> 176729 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 34
[junit4:junit4]   1> 176736 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@6f9fe6d5 main
[junit4:junit4]   1> 176739 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@6f9fe6d5 main{StandardDirectoryReader(segments_y:77:nrt _j(4.4):C5)}
[junit4:junit4]   1> 176740 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 176747 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 176840 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@6f9fe6d5 main{StandardDirectoryReader(segments_y:77:nrt _j(4.4):C5)}
[junit4:junit4]   1> 176848 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&echoParams=ALL&commit=true&a=?&wt=javabin&version=2&softCommit=false} {add=[SP2514N (1437158499853271040), 6H500F0 (1437158499871096832), TWINX2048-3200PRO (1437158499875291136), VS1GB400C3 (1437158499879485440), VDBDB1A16 (1437158499883679744)],commit=} 0 182
[junit4:junit4]   1> 176872 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=0 
[junit4:junit4]   1> 176878 [TEST-SolrExampleBinaryTest.testMultiContentStreamRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testMultiContentStreamRequest
[junit4:junit4]   1> 176923 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAddRetrieve
[junit4:junit4]   1> 176940 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2560c024 realtime
[junit4:junit4]   1> 176946 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158500135337984)} 0 12
[junit4:junit4]   1> 176976 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158500175183872), id2 (1437158500177281024)]} 0 3
[junit4:junit4]   1> 177002 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177060 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_y,generation=34}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_z,generation=35}
[junit4:junit4]   1> 177063 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 35
[junit4:junit4]   1> 177138 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2b83d840 main
[junit4:junit4]   1> 177142 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177143 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2b83d840 main{StandardDirectoryReader(segments_z:81:nrt _k(4.4):C2)}
[junit4:junit4]   1> 177144 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177147 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2b83d840 main{StandardDirectoryReader(segments_z:81:nrt _k(4.4):C2)}
[junit4:junit4]   1> 177148 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 146
[junit4:junit4]   1> 177157 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177177 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[id1 (1437158500379656192), id2 (1437158500382801920)]} 0 9
[junit4:junit4]   1> 177194 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177262 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_z,generation=35}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_10,generation=36}
[junit4:junit4]   1> 177263 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 36
[junit4:junit4]   1> 177267 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@514c1f00 main
[junit4:junit4]   1> 177269 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177270 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@514c1f00 main{StandardDirectoryReader(segments_10:85:nrt _l(4.4):C2)}
[junit4:junit4]   1> 177270 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177274 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@514c1f00 main{StandardDirectoryReader(segments_10:85:nrt _l(4.4):C2)}
[junit4:junit4]   1> 177275 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 81
[junit4:junit4]   1> 177288 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177309 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&q=name:h?llo&wt=javabin&version=2} hits=1 status=0 QTime=2 
[junit4:junit4]   1> 177342 [TEST-SolrExampleBinaryTest.testAddRetrieve-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAddRetrieve
[junit4:junit4]   1> 177414 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateRequestWithParameters
[junit4:junit4]   1> 177415 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> 177604 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@3de3f9ec realtime
[junit4:junit4]   1> 177607 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158500834738176)} 0 5
[junit4:junit4]   1> 177635 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177638 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_10,generation=36}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_11,generation=37}
[junit4:junit4]   1> 177640 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 37
[junit4:junit4]   1> 177643 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@36036784 main
[junit4:junit4]   1> 177644 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@36036784 main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 177645 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177649 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177650 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@36036784 main{StandardDirectoryReader(segments_10:87:nrt)}
[junit4:junit4]   1> 177653 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   1> 177678 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437158500906041344)]} 0 8
[junit4:junit4]   1> 177694 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={overwrite=false&wt=javabin&version=2} {add=[id1 (1437158500930158592)]} 0 1
[junit4:junit4]   1> 177711 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 177744 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_11,generation=37}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_12,generation=38}
[junit4:junit4]   1> 177745 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 38
[junit4:junit4]   1> 177746 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@79555477 main
[junit4:junit4]   1> 177748 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@79555477 main{StandardDirectoryReader(segments_12:89:nrt _m(4.4):C2)}
[junit4:junit4]   1> 177748 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 177748 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 177753 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@79555477 main{StandardDirectoryReader(segments_12:89:nrt _m(4.4):C2)}
[junit4:junit4]   1> 177763 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 47
[junit4:junit4]   1> 177777 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1 
[junit4:junit4]   1> 177779 [TEST-SolrExampleBinaryTest.testUpdateRequestWithParameters-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateRequestWithParameters
[junit4:junit4]   1> 177825 [TEST-SolrExampleBinaryTest.testUnicode-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUnicode
[junit4:junit4]   1> 177833 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@46bfe08f realtime
[junit4:junit4]   1> 177834 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {deleteByQuery=*:* (-1437158501074862080)} 0 3
[junit4:junit4]   1> 192836 [commitScheduler-204-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 192837 [commitScheduler-204-thread-1] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_12,generation=38}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_13,generation=39}
[junit4:junit4]   1> 192838 [commitScheduler-204-thread-1] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 39
[junit4:junit4]   1> 192839 [commitScheduler-204-thread-1] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378019 [TEST-SolrExampleBinaryTest.testUnicode-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUnicode
[junit4:junit4]   1> 378037 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[0 (1437158710999777280), 1 (1437158711003971584), 2 (1437158711003971585), 3 (1437158711005020160), 4 (1437158711006068736)]} 0 6
[junit4:junit4]   1> 378043 [qtp1798018998-319] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
[junit4:junit4]   1> 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
[junit4:junit4]   1> 	at org.apache.solr.util.FastWriter.flush(FastWriter.java:137)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:645)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:155)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   1> 378046 [qtp1798018998-319] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? null:org.eclipse.jetty.io.EofException
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
[junit4:junit4]   1> 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
[junit4:junit4]   1> 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
[junit4:junit4]   1> 	at org.apache.solr.util.FastWriter.flush(FastWriter.java:137)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:645)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:372)
[junit4:junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:155)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
[junit4:junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953)
[junit4:junit4]   1> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   1> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   1> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrExampleBinaryTest -Dtests.method=testUnicode -Dtests.seed=36860ACC062FE46D -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=US/Michigan -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    201s | SolrExampleBinaryTest.testUnicode <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54025/solr/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([36860ACC062FE46D:2F4ABEC6A495359A]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrExampleTests.testUnicode(SolrExampleTests.java:363)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
[junit4:junit4]    > 	... 45 more
[junit4:junit4]   1> 378338 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testExampleConfig
[junit4:junit4]   1> 378389 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@26a890eb realtime
[junit4:junit4]   1> 378391 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158711342661632)} 0 33
[junit4:junit4]   1> 378403 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1112211111 (1437158711388798976)]} 0 2
[junit4:junit4]   1> 378418 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378423 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_13,generation=39}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_14,generation=40}
[junit4:junit4]   1> 378423 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 40
[junit4:junit4]   1> 378432 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4eb5f627 main
[junit4:junit4]   1> 378438 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378439 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4eb5f627 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378440 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378443 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4eb5f627 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378445 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 378457 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378459 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_14,generation=40}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_15,generation=41}
[junit4:junit4]   1> 378460 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 41
[junit4:junit4]   1> 378461 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7510feb8 main
[junit4:junit4]   1> 378462 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378462 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7510feb8 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378463 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378466 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7510feb8 main{StandardDirectoryReader(segments_14:97:nrt _o(4.4):C1)}
[junit4:junit4]   1> 378468 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 11
[junit4:junit4]   1> 378508 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:1112211111&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 378533 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1437158711507288064), 3 (1437158711523016704), 4 (1437158711524065280), 5 (1437158711525113856)]} 0 19
[junit4:junit4]   1> 378542 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378548 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_15,generation=41}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_16,generation=42}
[junit4:junit4]   1> 378550 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 42
[junit4:junit4]   1> 378552 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@5ca09a75 main
[junit4:junit4]   1> 378554 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378555 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@5ca09a75 main{StandardDirectoryReader(segments_16:99:nrt _o(4.4):C1 _p(4.4):C4)}
[junit4:junit4]   1> 378557 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378568 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@5ca09a75 main{StandardDirectoryReader(segments_16:99:nrt _o(4.4):C1 _p(4.4):C4)}
[junit4:junit4]   1> 378569 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   1> 378584 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378592 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_16,generation=42}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_17,generation=43}
[junit4:junit4]   1> 378593 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 43
[junit4:junit4]   1> 378595 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4cd10822 main
[junit4:junit4]   1> 378596 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378597 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4cd10822 main{StandardDirectoryReader(segments_17:101:nrt _q(4.4):C5)}
[junit4:junit4]   1> 378597 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378599 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4cd10822 main{StandardDirectoryReader(segments_17:101:nrt _q(4.4):C5)}
[junit4:junit4]   1> 378612 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={optimize=true&waitSearcher=true&maxSegments=1&wt=javabin&version=2} {optimize=} 0 28
[junit4:junit4]   1> 378635 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&version=2} hits=5 status=0 QTime=4 
[junit4:junit4]   1> 378646 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&facet.query=price:[5+TO+*]&q=*:*&facet.field=inStock&facet.field=price&facet.field=timestamp_dt&wt=javabin&fq=inStock:true&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 378678 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.query=price:[*+TO+2]&facet.query=price:[2+TO+4]&q=foo&wt=javabin&fq={!field+f%3DinStock}true&fq={!term+f%3Dname}hoss&version=2} hits=0 status=0 QTime=2 
[junit4:junit4]   1> 378695 [TEST-SolrExampleBinaryTest.testExampleConfig-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testExampleConfig
[junit4:junit4]   1> 378745 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testLukeHandler
[junit4:junit4]   1> 378766 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@316dcbde realtime
[junit4:junit4]   1> 378768 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158711767334912)} 0 5
[junit4:junit4]   1> 378785 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID0 (1437158711788306432)]} 0 2
[junit4:junit4]   1> 378800 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID1 (1437158711805083648)]} 0 1
[junit4:junit4]   1> 378809 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID2 (1437158711814520832)]} 0 1
[junit4:junit4]   1> 378817 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID3 (1437158711823958016)]} 0 0
[junit4:junit4]   1> 378824 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[ID4 (1437158711831298048)]} 0 1
[junit4:junit4]   1> 378843 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 378846 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_17,generation=43}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_18,generation=44}
[junit4:junit4]   1> 378847 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 44
[junit4:junit4]   1> 378850 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@eab1bf2 main
[junit4:junit4]   1> 378851 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@eab1bf2 main{StandardDirectoryReader(segments_18:105:nrt _r(4.4):C5)}
[junit4:junit4]   1> 378852 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 378855 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@eab1bf2 main{StandardDirectoryReader(segments_18:105:nrt _r(4.4):C5)}
[junit4:junit4]   1> 378857 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 378858 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   1> 378903 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=5 status=0 QTime=1 
[junit4:junit4]   1> 378910 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> 378918 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/admin/luke params={show=schema&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> 378962 [TEST-SolrExampleBinaryTest.testLukeHandler-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testLukeHandler
[junit4:junit4]   1> 379010 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testUpdateMultiValuedField
[junit4:junit4]   1> 379017 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712030527488)]} 0 3
[junit4:junit4]   1> 379047 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379076 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_18,generation=44}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_19,generation=45}
[junit4:junit4]   1> 379077 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 45
[junit4:junit4]   1> 379079 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7cf000b2 main
[junit4:junit4]   1> 379081 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379081 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7cf000b2 main{StandardDirectoryReader(segments_19:107:nrt _r(4.4):C5 _s(4.4):C1)}
[junit4:junit4]   1> 379082 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379087 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7cf000b2 main{StandardDirectoryReader(segments_19:107:nrt _r(4.4):C5 _s(4.4):C1)}
[junit4:junit4]   1> 379107 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 60
[junit4:junit4]   1> 379136 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=10 
[junit4:junit4]   1> 379158 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712178376704)]} 0 4
[junit4:junit4]   1> 379188 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379207 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_19,generation=45}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 379208 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 46
[junit4:junit4]   1> 379213 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4b043fe8 main
[junit4:junit4]   1> 379215 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379216 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4b043fe8 main{StandardDirectoryReader(segments_1a:111:nrt _r(4.4):C5 _t(4.4):C1)}
[junit4:junit4]   1> 379216 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379223 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4b043fe8 main{StandardDirectoryReader(segments_1a:111:nrt _r(4.4):C5 _t(4.4):C1)}
[junit4:junit4]   1> 379265 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 77
[junit4:junit4]   1> 379276 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 379305 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[123 (1437158712332517376)]} 0 9
[junit4:junit4]   1> 379329 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379338 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1a,generation=46}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 379339 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 47
[junit4:junit4]   1> 379342 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@8180687 main
[junit4:junit4]   1> 379354 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379359 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@8180687 main{StandardDirectoryReader(segments_1b:115:nrt _r(4.4):C5 _u(4.4):C1)}
[junit4:junit4]   1> 379359 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379362 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@8180687 main{StandardDirectoryReader(segments_1b:115:nrt _r(4.4):C5 _u(4.4):C1)}
[junit4:junit4]   1> 379371 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 42
[junit4:junit4]   1> 379396 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=id:123&wt=javabin&version=2} hits=1 status=0 QTime=1 
[junit4:junit4]   1> 379398 [TEST-SolrExampleBinaryTest.testUpdateMultiValuedField-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testUpdateMultiValuedField
[junit4:junit4]   1> 379427 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testPivotFacets
[junit4:junit4]   1> 379455 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@1034a961 realtime
[junit4:junit4]   1> 379457 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712480366592)} 0 16
[junit4:junit4]   1> 379489 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379499 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1b,generation=47}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 379500 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 48
[junit4:junit4]   1> 379518 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@63981eab main
[junit4:junit4]   1> 379520 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379521 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@63981eab main{StandardDirectoryReader(segments_1b:117:nrt)}
[junit4:junit4]   1> 379521 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379526 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@63981eab main{StandardDirectoryReader(segments_1b:117:nrt)}
[junit4:junit4]   1> 379540 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 51
[junit4:junit4]   1> 379549 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=1 
[junit4:junit4]   1> 379584 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1437158712602001408), 2 (1437158712606195712), 3 (1437158712612487168), 4 (1437158712614584320), 5 (1437158712616681472), 6 (1437158712617730048), 7 (1437158712618778624), 8 (1437158712619827200), 9 (1437158712624021504), 10 (1437158712625070080), ... (12 adds)]} 0 26
[junit4:junit4]   1> 379605 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379632 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1c,generation=48}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 379633 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 49
[junit4:junit4]   1> 379637 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@7abfd135 main
[junit4:junit4]   1> 379638 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@7abfd135 main{StandardDirectoryReader(segments_1d:119:nrt _v(4.4):C12)}
[junit4:junit4]   1> 379639 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379642 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@7abfd135 main{StandardDirectoryReader(segments_1d:119:nrt _v(4.4):C12)}
[junit4:junit4]   1> 379639 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379644 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 40
[junit4:junit4]   1> 379650 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=features,memSize=4521,tindexSize=43,time=0,phase1=0,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 379652 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? UnInverted multi-valued field {field=cat,memSize=4515,tindexSize=41,time=1,phase1=1,nTerms=2,bigTerms=2,termInstances=0,uses=0}
[junit4:junit4]   1> 379656 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet.missing=false&facet=true&facet.mincount=0&q=*:*&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&version=2&rows=0} hits=12 status=0 QTime=6 
[junit4:junit4]   1> 379666 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={facet=true&facet.mincount=0&q=*:*&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&version=2&rows=0} hits=11 status=0 QTime=3 
[junit4:junit4]   1> 379669 [TEST-SolrExampleBinaryTest.testPivotFacets-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testPivotFacets
[junit4:junit4]   1> 379702 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testAugmentFields
[junit4:junit4]   1> 379712 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@593ef899 realtime
[junit4:junit4]   1> 379713 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712759287808)} 0 4
[junit4:junit4]   1> 379722 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[111 (1437158712769773568)]} 0 3
[junit4:junit4]   1> 379733 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379738 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1d,generation=49}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 379739 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 50
[junit4:junit4]   1> 379742 [qtp1798018998-316] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@41cb5b18 main
[junit4:junit4]   1> 379745 [qtp1798018998-316] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379745 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@41cb5b18 main{StandardDirectoryReader(segments_1e:123:nrt _w(4.4):C1)}
[junit4:junit4]   1> 379746 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379750 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@41cb5b18 main{StandardDirectoryReader(segments_1e:123:nrt _w(4.4):C1)}
[junit4:junit4]   1> 379752 [qtp1798018998-316] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19
[junit4:junit4]   1> 379764 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[222 (1437158712812765184)]} 0 4
[junit4:junit4]   1> 379781 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379788 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1e,generation=50}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 379791 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 51
[junit4:junit4]   1> 379793 [qtp1798018998-315] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@493d33f9 main
[junit4:junit4]   1> 379795 [qtp1798018998-315] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379796 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@493d33f9 main{StandardDirectoryReader(segments_1f:125:nrt _w(4.4):C1 _x(4.4):C1)}
[junit4:junit4]   1> 379797 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379800 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@493d33f9 main{StandardDirectoryReader(segments_1f:125:nrt _w(4.4):C1 _x(4.4):C1)}
[junit4:junit4]   1> 379802 [qtp1798018998-315] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   1> 379811 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={sort=price+asc&fl=id,price,[docid],[explain+style%3Dnl],score,aaa:[value+v%3Daaa],ten:[value+v%3D10+t%3Dint]&q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=2 
[junit4:junit4]   1> 379814 [TEST-SolrExampleBinaryTest.testAugmentFields-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testAugmentFields
[junit4:junit4]   1> 379845 [TEST-SolrExampleBinaryTest.testChineseDefaults-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Starting testChineseDefaults
[junit4:junit4]   1> 379852 [qtp1798018998-318] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@be72834 realtime
[junit4:junit4]   1> 379853 [qtp1798018998-318] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437158712906088448)} 0 4
[junit4:junit4]   1> 379863 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379865 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1f,generation=51}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1g,generation=52}
[junit4:junit4]   1> 379866 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 52
[junit4:junit4]   1> 379868 [qtp1798018998-314] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@4089cc0 main
[junit4:junit4]   1> 379870 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@4089cc0 main{StandardDirectoryReader(segments_1f:127:nrt)}
[junit4:junit4]   1> 379870 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 379873 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@4089cc0 main{StandardDirectoryReader(segments_1f:127:nrt)}
[junit4:junit4]   1> 379877 [qtp1798018998-314] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 379878 [qtp1798018998-314] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 15
[junit4:junit4]   1> 379884 [qtp1798018998-316] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 379897 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 379905 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1g,gener

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

org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 380257 [qtp1798018998-319] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 56
[junit4:junit4]   1> 380264 [qtp1798018998-319] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@2e9a609e main
[junit4:junit4]   1> 380268 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@2e9a609e main{StandardDirectoryReader(segments_1j:137:nrt)}
[junit4:junit4]   1> 380268 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 380269 [qtp1798018998-319] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 380275 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@2e9a609e main{StandardDirectoryReader(segments_1j:137:nrt)}
[junit4:junit4]   1> 380277 [qtp1798018998-319] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 23
[junit4:junit4]   1> 380285 [qtp1798018998-315] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
[junit4:junit4]   1> 380301 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> 380307 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1k,generation=56}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6269caa6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@66daded7),segFN=segments_1l,generation=57}
[junit4:junit4]   1> 380309 [qtp1798018998-317] INFO  org.apache.solr.core.SolrCore  ? newest commit generation = 57
[junit4:junit4]   1> 380312 [qtp1798018998-317] INFO  org.apache.solr.search.SolrIndexSearcher  ? Opening Searcher@78a7023c main
[junit4:junit4]   1> 380324 [qtp1798018998-317] INFO  org.apache.solr.update.UpdateHandler  ? end_commit_flush
[junit4:junit4]   1> 380328 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener sending requests to Searcher@78a7023c main{StandardDirectoryReader(segments_1l:139:nrt _11(4.4):C10)}
[junit4:junit4]   1> 380338 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? QuerySenderListener done.
[junit4:junit4]   1> 380342 [searcherExecutor-202-thread-1] INFO  org.apache.solr.core.SolrCore  ? [collection1] Registered new searcher Searcher@78a7023c main{StandardDirectoryReader(segments_1l:139:nrt _11(4.4):C10)}
[junit4:junit4]   1> 380344 [qtp1798018998-317] INFO  org.apache.solr.update.processor.LogUpdateProcessor  ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {add=[0 (1437158713371656192), 1 (1437158713373753344), 2 (1437158713374801920), 3 (1437158713374801921), 4 (1437158713375850496), 5 (1437158713376899072), 6 (1437158713376899073), 7 (1437158713377947648), 8 (1437158713377947649), 9 (1437158713378996224)],commit=} 0 52
[junit4:junit4]   1> 380355 [qtp1798018998-318] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=1 
[junit4:junit4]   1> 380376 [qtp1798018998-314] INFO  org.apache.solr.core.SolrCore  ? [collection1] webapp=/solr path=/select params={fl=id,score,_docid_&q=*:*&wt=javabin&version=2} hits=10 status=0 QTime=0 
[junit4:junit4]   1> 380406 [TEST-SolrExampleBinaryTest.testStreamingRequest-seed#[36860ACC062FE46D]] INFO  org.apache.solr.SolrTestCaseJ4  ? ###Ending testStreamingRequest
[junit4:junit4]   1> 380437 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CoreContainer  ? Shutting down CoreContainer instance=1331354994
[junit4:junit4]   1> 380438 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b4fb71e
[junit4:junit4]   1> 380529 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.UpdateHandler  ? closing DirectUpdateHandler2{commits=57,autocommit maxTime=15000ms,autocommits=1,soft autocommits=3,optimizes=2,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=129,cumulative_deletesById=5,cumulative_deletesByQuery=25,cumulative_errors=1}
[junit4:junit4]   1> 380530 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.SolrCoreState  ? Closing SolrCoreState
[junit4:junit4]   1> 380531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> 380531 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.update.DefaultSolrCoreState  ? closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> 380553 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.SolrCore  ? [collection1] Closing main searcher on request.
[junit4:junit4]   1> 380555 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> 380556 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405;done=false>>]
[junit4:junit4]   1> 380557 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405
[junit4:junit4]   1> 380558 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index;done=false>>]
[junit4:junit4]   1> 380559 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.core.CachingDirectoryFactory  ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/solrtest-SolrExampleBinaryTest-1370581139405/index
[junit4:junit4]   1> 380563 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.eclipse.jetty.server.handler.ContextHandler  ? stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   1> 380618 [SUITE-SolrExampleBinaryTest-seed#[36860ACC062FE46D]-worker] INFO  org.apache.solr.SolrTestCaseJ4  ? ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=ru, timezone=US/Michigan
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Oracle Corporation 1.7.0_21 (64-bit)/cpus=2,threads=1,free=37777000,total=92602368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJavaBinCodec, TestCoreAdmin, SolrDocumentTest, MultiCoreExampleJettyTest, SolrParamTest, TestDocumentObjectBinder, SolrPingTest, TestBatchUpdate, TestUpdateRequestCodec, ModifiableSolrParamsTest, TestLBHttpSolrServer, ContentStreamTest, TestNamedListCodec, TermsResponseTest, IteratorChainTest, FacetFieldTest, TestEmbeddedSolrServer, NamedListTest, TestSpellCheckResponse, BasicHttpSolrServerTest, SolrExampleXMLTest, SolrExampleBinaryTest]
[junit4:junit4] Completed in 214.73s, 26 tests, 1 error <<< FAILURES!

[...truncated 78 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:366: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:194: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 46 suites, 272 tests, 1 error

Total time: 133 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 524 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/524/
Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Server at http://127.0.0.1:54379/s returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:54379/s returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([77E41D0DCF7F7690:F6029315B82016AC]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:680)




Build Log:
[...truncated 9403 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeyShardSplitTest
[junit4:junit4]   2> 4046019 T7189 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /s/
[junit4:junit4]   2> 4046030 T7189 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeyShardSplitTest-1370552079742
[junit4:junit4]   2> 4046033 T7189 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4046034 T7190 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 4046040 T7189 oasc.ZkTestServer.run start zk server on port:54371
[junit4:junit4]   2> 4046063 T7191 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
[junit4:junit4]   2> 4046065 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4047646 T7193 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b3bf6a4 name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4047647 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4047648 T7189 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 4047699 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4047707 T7198 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20f764f name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4047707 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4047708 T7189 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 4047723 T7189 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 4047731 T7189 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 4047737 T7189 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 4047745 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 4047746 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 4047759 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 4047761 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 4047771 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 4047772 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 4047788 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 4047789 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 4047799 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 4047800 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 4047809 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 4047810 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 4047820 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 4047821 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 4047829 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 4047830 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 4047844 T7189 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 4047845 T7189 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 4048538 T7189 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 4048550 T7189 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54375
[junit4:junit4]   2> 4048551 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4048552 T7189 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4048553 T7189 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569
[junit4:junit4]   2> 4048554 T7189 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/solr.xml
[junit4:junit4]   2> 4048554 T7189 oasc.CoreContainer.<init> New CoreContainer 311126869
[junit4:junit4]   2> 4048555 T7189 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/'
[junit4:junit4]   2> 4048556 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/'
[junit4:junit4]   2> 4048809 T7189 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4048810 T7189 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4048810 T7189 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4048811 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4048812 T7189 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4048813 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4048814 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4048815 T7189 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4048816 T7189 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4048817 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4048864 T7189 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 4048865 T7189 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54371/solr
[junit4:junit4]   2> 4048866 T7189 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4048874 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4048877 T7209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4181ff7d name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4048878 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4048888 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4048946 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4048955 T7211 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31149d5a name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4048955 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4048960 T7189 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 4048970 T7189 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 4048985 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 4048993 T7189 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54375_s
[junit4:junit4]   2> 4048996 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54375_s
[junit4:junit4]   2> 4049008 T7189 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 4049022 T7189 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 4049030 T7189 oasc.Overseer.start Overseer (id=89820501099282435-127.0.0.1:54375_s-n_0000000000) starting
[junit4:junit4]   2> 4049051 T7189 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 4049065 T7213 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 4049072 T7189 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 4049078 T7189 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 4049084 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4049099 T7214 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/collection1
[junit4:junit4]   2> 4049100 T7214 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 4049101 T7212 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 4049102 T7214 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4049103 T7214 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 4049108 T7214 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/collection1/'
[junit4:junit4]   2> 4049111 T7214 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4049111 T7214 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/collection1/lib/README' to classloader
[junit4:junit4]   2> 4049242 T7214 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 4049367 T7214 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4049371 T7214 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 4049379 T7214 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 4050565 T7214 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4050570 T7214 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4050587 T7214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4050632 T7214 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4050711 T7214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4050712 T7214 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-controljetty-1370552081569/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data/
[junit4:junit4]   2> 4050712 T7214 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b5b123b
[junit4:junit4]   2> 4050713 T7214 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4050714 T7214 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data
[junit4:junit4]   2> 4050714 T7214 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data/index/
[junit4:junit4]   2> 4050714 T7214 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4050715 T7214 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data/index
[junit4:junit4]   2> 4050722 T7214 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6fcee2c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132a7c6e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4050722 T7214 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4050726 T7214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4050727 T7214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4050728 T7214 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4050730 T7214 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4050731 T7214 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4050732 T7214 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4050732 T7214 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4050733 T7214 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4050734 T7214 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4050746 T7214 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4050762 T7214 oass.SolrIndexSearcher.<init> Opening Searcher@2b2867f5 main
[junit4:junit4]   2> 4050763 T7214 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/control/data/tlog
[junit4:junit4]   2> 4050764 T7214 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4050765 T7214 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4050770 T7215 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b2867f5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4050772 T7214 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4050773 T7214 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4052137 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4052139 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54375_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54375/s"}
[junit4:junit4]   2> 4052140 T7212 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 4052140 T7212 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 4052150 T7211 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> 4052781 T7214 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4052782 T7214 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54375/s collection:control_collection shard:shard1
[junit4:junit4]   2> 4052784 T7214 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 4052804 T7214 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 4052810 T7214 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 4052811 T7214 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 4052811 T7214 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54375/s/collection1/
[junit4:junit4]   2> 4052812 T7214 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 4052812 T7214 oasc.SyncStrategy.syncToMe http://127.0.0.1:54375/s/collection1/ has no replicas
[junit4:junit4]   2> 4052812 T7214 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54375/s/collection1/
[junit4:junit4]   2> 4052813 T7214 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 4053668 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4053697 T7211 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> 4053760 T7214 oasc.ZkController.register We are http://127.0.0.1:54375/s/collection1/ and leader is http://127.0.0.1:54375/s/collection1/
[junit4:junit4]   2> 4053761 T7214 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54375/s
[junit4:junit4]   2> 4053762 T7214 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4053762 T7214 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4053762 T7214 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4053767 T7214 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4053770 T7189 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4053771 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4053771 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4053828 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4053836 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4053847 T7218 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f89549c name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4053848 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4053853 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4053860 T7189 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4054444 T7189 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 4054490 T7189 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54379
[junit4:junit4]   2> 4054491 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4054492 T7189 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4054493 T7189 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570
[junit4:junit4]   2> 4054494 T7189 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/solr.xml
[junit4:junit4]   2> 4054495 T7189 oasc.CoreContainer.<init> New CoreContainer 25500127
[junit4:junit4]   2> 4054496 T7189 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/'
[junit4:junit4]   2> 4054496 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/'
[junit4:junit4]   2> 4054721 T7189 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4054722 T7189 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4054722 T7189 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4054723 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4054724 T7189 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4054724 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4054725 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4054726 T7189 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4054726 T7189 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4054727 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4054788 T7189 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 4054790 T7189 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54371/solr
[junit4:junit4]   2> 4054790 T7189 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4054793 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4054801 T7229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b93d91e name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4054802 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4054808 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4054858 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4054865 T7231 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac40f97 name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4054866 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4054878 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4055216 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4055218 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54375_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54375/s"}
[junit4:junit4]   2> 4055234 T7218 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> 4055234 T7231 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> 4055235 T7211 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> 4055892 T7189 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54379_s
[junit4:junit4]   2> 4055896 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54379_s
[junit4:junit4]   2> 4055905 T7218 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> 4055907 T7231 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4055908 T7231 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> 4055909 T7211 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4055909 T7211 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> 4055912 T7218 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4055932 T7232 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/collection1
[junit4:junit4]   2> 4055933 T7232 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4055935 T7232 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4055935 T7232 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4055941 T7232 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/collection1/'
[junit4:junit4]   2> 4055943 T7232 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4055944 T7232 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/collection1/lib/README' to classloader
[junit4:junit4]   2> 4056067 T7232 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 4056240 T7232 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4056244 T7232 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 4056253 T7232 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 4057576 T7232 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4057593 T7232 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4057596 T7232 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4057605 T7232 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4057688 T7232 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4057689 T7232 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty1-1370552087570/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1/
[junit4:junit4]   2> 4057689 T7232 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b5b123b
[junit4:junit4]   2> 4057690 T7232 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4057691 T7232 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1
[junit4:junit4]   2> 4057691 T7232 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1/index/
[junit4:junit4]   2> 4057691 T7232 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4057694 T7232 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1/index
[junit4:junit4]   2> 4057700 T7232 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4057700 T7232 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4057705 T7232 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4057706 T7232 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4057709 T7232 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4057710 T7232 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4057711 T7232 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4057711 T7232 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4057716 T7232 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4057717 T7232 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4057718 T7232 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4057749 T7232 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4057769 T7232 oass.SolrIndexSearcher.<init> Opening Searcher@32e6cd07 main
[junit4:junit4]   2> 4057770 T7232 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty1/tlog
[junit4:junit4]   2> 4057772 T7232 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4057772 T7232 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4057782 T7233 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32e6cd07 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4057820 T7232 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4057821 T7232 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4058272 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4058275 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54379_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54379/s"}
[junit4:junit4]   2> 4058275 T7212 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 4058276 T7212 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 4058296 T7218 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> 4058297 T7231 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> 4058298 T7211 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> 4058833 T7232 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4058833 T7232 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54379/s collection:collection1 shard:shard1
[junit4:junit4]   2> 4058835 T7232 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 4058867 T7232 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 4058876 T7232 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 4058881 T7232 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 4058884 T7232 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54379/s/collection1/
[junit4:junit4]   2> 4058887 T7232 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 4058887 T7232 oasc.SyncStrategy.syncToMe http://127.0.0.1:54379/s/collection1/ has no replicas
[junit4:junit4]   2> 4058888 T7232 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54379/s/collection1/
[junit4:junit4]   2> 4058889 T7232 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 4059836 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4059889 T7231 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> 4059889 T7211 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> 4059890 T7218 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> 4059907 T7232 oasc.ZkController.register We are http://127.0.0.1:54379/s/collection1/ and leader is http://127.0.0.1:54379/s/collection1/
[junit4:junit4]   2> 4059908 T7232 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54379/s
[junit4:junit4]   2> 4059908 T7232 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4059909 T7232 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4059909 T7232 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4059921 T7232 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4059934 T7189 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4059935 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4059936 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4061012 T7189 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 4061033 T7189 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54382
[junit4:junit4]   2> 4061035 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4061036 T7189 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4061037 T7189 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724
[junit4:junit4]   2> 4061037 T7189 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/solr.xml
[junit4:junit4]   2> 4061038 T7189 oasc.CoreContainer.<init> New CoreContainer 2006782941
[junit4:junit4]   2> 4061039 T7189 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/'
[junit4:junit4]   2> 4061040 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/'
[junit4:junit4]   2> 4061346 T7189 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4061356 T7189 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4061357 T7189 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4061357 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4061358 T7189 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4061359 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4061359 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4061360 T7189 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4061362 T7189 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4061363 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4061436 T7189 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 4061437 T7189 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54371/solr
[junit4:junit4]   2> 4061438 T7189 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4061445 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4061450 T7245 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@247ee705 name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4061453 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4061470 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4061473 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4061474 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54379_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54379/s"}
[junit4:junit4]   2> 4061485 T7218 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> 4061486 T7231 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> 4061487 T7211 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> 4061567 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4061574 T7247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a29faea name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4061577 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4061606 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4062633 T7189 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54382_s
[junit4:junit4]   2> 4062640 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54382_s
[junit4:junit4]   2> 4062647 T7218 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> 4062650 T7211 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4062651 T7211 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> 4062651 T7231 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4062652 T7231 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> 4062650 T7247 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4062670 T7218 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4062714 T7248 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/collection1
[junit4:junit4]   2> 4062715 T7248 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4062716 T7248 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4062717 T7248 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4062743 T7248 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/collection1/'
[junit4:junit4]   2> 4062746 T7248 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4062747 T7248 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/collection1/lib/README' to classloader
[junit4:junit4]   2> 4062922 T7248 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 4063095 T7248 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4063106 T7248 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 4063115 T7248 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 4064882 T7248 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4064888 T7248 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4064893 T7248 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4064912 T7248 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4065095 T7248 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4065095 T7248 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty2-1370552093724/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2/
[junit4:junit4]   2> 4065096 T7248 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b5b123b
[junit4:junit4]   2> 4065097 T7248 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4065098 T7248 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2
[junit4:junit4]   2> 4065099 T7248 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2/index/
[junit4:junit4]   2> 4065099 T7248 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4065100 T7248 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2/index
[junit4:junit4]   2> 4065108 T7248 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4065109 T7248 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4065113 T7248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4065114 T7248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4065116 T7248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4065118 T7248 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4065119 T7248 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4065120 T7248 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4065120 T7248 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4065121 T7248 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4065122 T7248 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4065142 T7248 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4065170 T7248 oass.SolrIndexSearcher.<init> Opening Searcher@5a4e32d5 main
[junit4:junit4]   2> 4065171 T7248 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty2/tlog
[junit4:junit4]   2> 4065173 T7248 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4065173 T7248 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4065180 T7249 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a4e32d5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4065184 T7248 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4065192 T7248 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4066066 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4066069 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54382_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54382/s"}
[junit4:junit4]   2> 4066069 T7212 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 4066070 T7212 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 4066085 T7218 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> 4066085 T7211 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> 4066086 T7231 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> 4066086 T7247 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> 4066201 T7248 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4066202 T7248 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54382/s collection:collection1 shard:shard2
[junit4:junit4]   2> 4066204 T7248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 4066239 T7248 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 4066245 T7248 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 4066246 T7248 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 4066246 T7248 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54382/s/collection1/
[junit4:junit4]   2> 4066246 T7248 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 4066247 T7248 oasc.SyncStrategy.syncToMe http://127.0.0.1:54382/s/collection1/ has no replicas
[junit4:junit4]   2> 4066247 T7248 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54382/s/collection1/
[junit4:junit4]   2> 4066248 T7248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 4067602 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4067624 T7231 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> 4067627 T7247 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> 4067631 T7218 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> 4067631 T7211 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> 4067659 T7248 oasc.ZkController.register We are http://127.0.0.1:54382/s/collection1/ and leader is http://127.0.0.1:54382/s/collection1/
[junit4:junit4]   2> 4067659 T7248 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54382/s
[junit4:junit4]   2> 4067660 T7248 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4067660 T7248 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4067660 T7248 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4067665 T7248 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4067678 T7189 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4067679 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4067680 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4068738 T7189 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 4068784 T7189 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54385
[junit4:junit4]   2> 4068796 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4068798 T7189 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4068798 T7189 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448
[junit4:junit4]   2> 4068799 T7189 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/solr.xml
[junit4:junit4]   2> 4068800 T7189 oasc.CoreContainer.<init> New CoreContainer 687074788
[junit4:junit4]   2> 4068801 T7189 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/'
[junit4:junit4]   2> 4068801 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/'
[junit4:junit4]   2> 4069085 T7189 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4069093 T7189 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4069094 T7189 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4069094 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4069095 T7189 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4069095 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4069096 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4069097 T7189 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4069097 T7189 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4069098 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4069177 T7189 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 4069178 T7189 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54371/solr
[junit4:junit4]   2> 4069179 T7189 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4069181 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4069195 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54382_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54382/s"}
[junit4:junit4]   2> 4069206 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4069207 T7261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14282c06 name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4069208 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4069229 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4069231 T7231 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> 4069231 T7218 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> 4069232 T7247 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> 4069238 T7211 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> 4069318 T7263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@417482e1 name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4069319 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4069320 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4069385 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4070437 T7189 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54385_s
[junit4:junit4]   2> 4070444 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54385_s
[junit4:junit4]   2> 4070454 T7218 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> 4070457 T7263 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4070457 T7231 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4070458 T7231 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> 4070458 T7247 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4070459 T7247 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> 4070458 T7211 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4070460 T7211 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> 4070466 T7218 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4070485 T7264 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/collection1
[junit4:junit4]   2> 4070486 T7264 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4070491 T7264 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4070492 T7264 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4070498 T7264 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/collection1/'
[junit4:junit4]   2> 4070499 T7264 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4070500 T7264 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/collection1/lib/README' to classloader
[junit4:junit4]   2> 4070666 T7264 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 4070885 T7264 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4070893 T7264 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 4070914 T7264 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> 4072231 T7264 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4072237 T7264 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4072241 T7264 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4072250 T7264 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4072345 T7264 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4072346 T7264 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty3-1370552101448/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/
[junit4:junit4]   2> 4072346 T7264 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b5b123b
[junit4:junit4]   2> 4072347 T7264 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4072348 T7264 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3
[junit4:junit4]   2> 4072349 T7264 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index/
[junit4:junit4]   2> 4072349 T7264 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4072352 T7264 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index
[junit4:junit4]   2> 4072357 T7264 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@188658fb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b9f04b0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4072357 T7264 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4072361 T7264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4072361 T7264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4072363 T7264 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4072364 T7264 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4072367 T7264 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4072368 T7264 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4072368 T7264 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4072370 T7264 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4072370 T7264 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4072383 T7264 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4072402 T7264 oass.SolrIndexSearcher.<init> Opening Searcher@54c7f8a1 main
[junit4:junit4]   2> 4072403 T7264 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/tlog
[junit4:junit4]   2> 4072406 T7264 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4072406 T7264 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4072430 T7265 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54c7f8a1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4072435 T7264 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4072435 T7264 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4073794 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4073796 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54385_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54385/s"}
[junit4:junit4]   2> 4073796 T7212 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 4073797 T7212 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard1
[junit4:junit4]   2> 4073816 T7218 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> 4073817 T7211 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> 4073816 T7231 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> 4073817 T7247 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> 4073817 T7263 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> 4074441 T7264 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4074441 T7264 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54385/s collection:collection1 shard:shard1
[junit4:junit4]   2> 4074452 T7264 oasc.ZkController.register We are http://127.0.0.1:54385/s/collection1/ and leader is http://127.0.0.1:54379/s/collection1/
[junit4:junit4]   2> 4074453 T7264 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54385/s
[junit4:junit4]   2> 4074453 T7264 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 4074453 T7264 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C10196 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10196_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4074473 T7266 C10196 P54385 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 4074475 T7266 C10196 P54385 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 4074475 T7266 C10196 P54385 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 4074476 T7266 C10196 P54385 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4074478 T7264 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4074480 T7266 C10196 P54385 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4074489 T7189 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4074490 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4074491 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4074570 T7224 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 4075227 T7189 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4:junit4]   2> 4075237 T7189 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54389
[junit4:junit4]   2> 4075255 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4075256 T7189 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4075257 T7189 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290
[junit4:junit4]   2> 4075257 T7189 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/solr.xml
[junit4:junit4]   2> 4075258 T7189 oasc.CoreContainer.<init> New CoreContainer 305803608
[junit4:junit4]   2> 4075259 T7189 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/'
[junit4:junit4]   2> 4075259 T7189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/'
[junit4:junit4]   2> 4075399 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4075413 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54385_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54385/s"}
[junit4:junit4]   2> 4075430 T7218 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> 4075431 T7263 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> 4075431 T7247 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> 4075432 T7231 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> 4075432 T7211 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> 4075534 T7189 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4075535 T7189 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4075536 T7189 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4075537 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4075537 T7189 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4075538 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4075539 T7189 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4075540 T7189 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4075540 T7189 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4075541 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4075574 T7224 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 4075575 T7224 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=4&state=recovering&nodeName=127.0.0.1:54385_s&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1005 
[junit4:junit4]   2> 4075599 T7189 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener
[junit4:junit4]   2> 4075601 T7189 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54371/solr
[junit4:junit4]   2> 4075601 T7189 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4075610 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4075617 T7278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@300bf72d name:ZooKeeperConnection Watcher:127.0.0.1:54371 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4075618 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4075623 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4075673 T7189 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4075682 T7280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23dd464e name:ZooKeeperConnection Watcher:127.0.0.1:54371/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4075682 T7189 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4075703 T7189 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4076715 T7189 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54389_s
[junit4:junit4]   2> 4076719 T7189 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54389_s
[junit4:junit4]   2> 4076726 T7218 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> 4076729 T7211 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076730 T7211 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> 4076734 T7218 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076738 T7280 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076741 T7231 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076741 T7231 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> 4076747 T7263 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> 4076751 T7247 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076752 T7247 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> 4076770 T7263 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 4076774 T7281 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/collection1
[junit4:junit4]   2> 4076774 T7281 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4076776 T7281 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4076776 T7281 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4076780 T7281 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/collection1/'
[junit4:junit4]   2> 4076781 T7281 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4076782 T7281 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/collection1/lib/README' to classloader
[junit4:junit4]   2> 4076899 T7281 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   2> 4077036 T7281 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4077042 T7281 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
[junit4:junit4]   2> 4077050 T7281 oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4:junit4]   2> ASYNC  NEW_CORE C10197 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10197_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4077577 T7266 C10197 P54385 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54379/s/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 4077577 T7266 C10197 P54385 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54385/s START replicas=[http://127.0.0.1:54379/s/collection1/] nUpdates=100
[junit4:junit4]   2> 4077631 T7266 C10197 P54385 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 4077644 T7266 C10197 P54385 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 4077646 T7266 C10197 P54385 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 4077647 T7266 C10197 P54385 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 4077647 T7266 C10197 P54385 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 4077647 T7266 C10197 P54385 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54379/s/collection1/. core=collection1
[junit4:junit4]   2> 4077648 T7266 C10197 P54385 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C10198 name=collection1 org.apache.solr.core.SolrCore@279c5239 url=http://127.0.0.1:54379/s/collection1 node=127.0.0.1:54379_s C10198_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54379_s, base_url=http://127.0.0.1:54379/s, leader=true}
[junit4:junit4]   2> 4077691 T7224 C10198 P54379 oasc.SolrCore.execute [collection1] webapp=/s path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> ASYNC  NEW_CORE C10199 name=collection1 org.apache.solr.core.SolrCore@279c5239 url=http://127.0.0.1:54379/s/collection1 node=127.0.0.1:54379_s C10199_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54379_s, base_url=http://127.0.0.1:54379/s, leader=true}
[junit4:junit4]   2> 4077776 T7227 C10199 P54379 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4077783 T7227 C10199 P54379 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4077786 T7227 C10199 P54379 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4077792 T7227 C10199 P54379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_2,generation=2}
[junit4:junit4]   2> 4077793 T7227 C10199 P54379 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 4077794 T7227 C10199 P54379 oass.SolrIndexSearcher.<init> Opening Searcher@15e7cabf realtime
[junit4:junit4]   2> 4077795 T7227 C10199 P54379 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4077796 T7227 C10199 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> ASYNC  NEW_CORE C10200 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10200_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4077797 T7266 C10200 P54385 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 4077798 T7266 C10200 P54385 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> ASYNC  NEW_CORE C10201 name=collection1 org.apache.solr.core.SolrCore@279c5239 url=http://127.0.0.1:54379/s/collection1 node=127.0.0.1:54379_s C10201_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54379_s, base_url=http://127.0.0.1:54379/s, leader=true}
[junit4:junit4]   2> 4077847 T7225 C10201 P54379 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 4077848 T7225 C10201 P54379 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> ASYNC  NEW_CORE C10202 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10202_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4077850 T7266 C10202 P54385 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 4077850 T7266 C10202 P54385 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 4077850 T7266 C10202 P54385 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 4077862 T7226 C10201 P54379 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 4077863 T7266 C10202 P54385 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 4077876 T7266 C10202 P54385 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index.20130606155511574
[junit4:junit4]   2> 4077917 T7266 C10202 P54385 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@75b887a8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@169b2ff0) fullCopy=false
[junit4:junit4]   2> 4077927 T7224 C10201 P54379 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> ASYNC  NEW_CORE C10203 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10203_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4077955 T7266 C10203 P54385 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 4077958 T7266 C10203 P54385 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 4077958 T7266 C10203 P54385 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 4077961 T7266 C10203 P54385 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@188658fb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b9f04b0),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@188658fb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b9f04b0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 4077971 T7266 C10203 P54385 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 4077973 T7266 C10203 P54385 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 4077975 T7266 C10203 P54385 oass.SolrIndexSearcher.<init> Opening Searcher@5b8054f5 main
[junit4:junit4]   2> 4077977 T7265 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b8054f5 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4077978 T7266 C10203 P54385 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index.20130606155511574 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index.20130606155511574;done=true>>]
[junit4:junit4]   2> 4077984 T7266 C10203 P54385 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index.20130606155511574
[junit4:junit4]   2> 4077985 T7266 C10203 P54385 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty3/index.20130606155511574
[junit4:junit4]   2> 4077985 T7266 C10203 P54385 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 4077986 T7266 C10203 P54385 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 4077986 T7266 C10203 P54385 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4077986 T7266 C10203 P54385 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4077990 T7266 C10203 P54385 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 4078447 T7281 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4078452 T7281 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4078455 T7281 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4078462 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4078464 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54385_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54385/s"}
[junit4:junit4]   2> 4078485 T7218 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> 4078486 T7211 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> 4078486 T7263 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> 4078489 T7247 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> 4078487 T7280 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> 4078493 T7281 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4078487 T7231 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> 4078604 T7281 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4078605 T7281 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-jetty4-1370552108290/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/
[junit4:junit4]   2> 4078606 T7281 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b5b123b
[junit4:junit4]   2> 4078606 T7281 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4078607 T7281 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4
[junit4:junit4]   2> 4078608 T7281 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index/
[junit4:junit4]   2> 4078608 T7281 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4078611 T7281 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index
[junit4:junit4]   2> 4078621 T7281 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b317ed7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a811277),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4078623 T7281 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4078630 T7281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4078630 T7281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4078632 T7281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4078634 T7281 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4078635 T7281 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4078635 T7281 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4078637 T7281 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4078638 T7281 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4078638 T7281 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4078653 T7281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4078666 T7281 oass.SolrIndexSearcher.<init> Opening Searcher@7a85b28f main
[junit4:junit4]   2> 4078672 T7281 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/tlog
[junit4:junit4]   2> 4078674 T7281 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4078674 T7281 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4078703 T7281 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4078704 T7281 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4078706 T7284 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a85b28f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4080031 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4080032 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54389_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54389/s"}
[junit4:junit4]   2> 4080033 T7212 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 4080033 T7212 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard=shard2
[junit4:junit4]   2> 4080044 T7280 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> 4080044 T7231 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> 4080045 T7263 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> 4080044 T7218 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> 4080046 T7211 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> 4080046 T7247 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> 4080711 T7281 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 4080713 T7281 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54389/s collection:collection1 shard:shard2
[junit4:junit4]   2> 4080723 T7281 oasc.ZkController.register We are http://127.0.0.1:54389/s/collection1/ and leader is http://127.0.0.1:54382/s/collection1/
[junit4:junit4]   2> 4080724 T7281 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54389/s
[junit4:junit4]   2> 4080724 T7281 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 4080725 T7281 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C10204 name=collection1 org.apache.solr.core.SolrCore@2261fa67 url=http://127.0.0.1:54389/s/collection1 node=127.0.0.1:54389_s C10204_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:54389_s, base_url=http://127.0.0.1:54389/s}
[junit4:junit4]   2> 4080726 T7285 C10204 P54389 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 4080729 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 4080730 T7285 C10204 P54389 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 4080731 T7285 C10204 P54389 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4080727 T7281 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4080734 T7285 C10204 P54389 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4080755 T7189 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4080760 T7189 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4080767 T7189 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4080823 T7238 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   2> 4080829 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4080837 T7189 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 4080837 T7189 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 4080840 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4081563 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4081565 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54389_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54389/s"}
[junit4:junit4]   2> 4081576 T7218 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> 4081577 T7263 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> 4081577 T7247 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> 4081584 T7280 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> 4081586 T7211 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> 4081588 T7231 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> 4081826 T7238 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   2> 4081826 T7238 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=5&state=recovering&nodeName=127.0.0.1:54389_s&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1003 
[junit4:junit4]   2> 4081849 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4082864 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C10204_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:54389_s, base_url=http://127.0.0.1:54389/s}
[junit4:junit4]   2> 4083829 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54382/s/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 4083829 T7285 C10204 P54389 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54389/s START replicas=[http://127.0.0.1:54382/s/collection1/] nUpdates=100
[junit4:junit4]   2> 4083830 T7285 C10204 P54389 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 4083831 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 4083831 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 4083832 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 4083834 T7285 C10204 P54389 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 4083834 T7285 C10204 P54389 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54382/s/collection1/. core=collection1
[junit4:junit4]   2> 4083834 T7285 C10204 P54389 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C10205 name=collection1 org.apache.solr.core.SolrCore@4dc2d199 url=http://127.0.0.1:54382/s/collection1 node=127.0.0.1:54382_s C10205_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54382_s, base_url=http://127.0.0.1:54382/s, leader=true}
[junit4:junit4]   2> 4083852 T7241 C10205 P54382 oasc.SolrCore.execute [collection1] webapp=/s path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=4 
[junit4:junit4]   2> 4083888 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4083898 T7243 C10205 P54382 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4083903 T7243 C10205 P54382 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4083904 T7243 C10205 P54382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4083906 T7243 C10205 P54382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 4083907 T7243 C10205 P54382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 4083908 T7243 C10205 P54382 oass.SolrIndexSearcher.<init> Opening Searcher@4ce8841c realtime
[junit4:junit4]   2> 4083910 T7243 C10205 P54382 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4083911 T7243 C10205 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 4083914 T7285 C10204 P54389 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 4083914 T7285 C10204 P54389 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 4083951 T7240 C10205 P54382 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 4083952 T7240 C10205 P54382 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 4083958 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 4083958 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 4083959 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 4083975 T7238 C10205 P54382 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 4083976 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 4083983 T7285 C10204 P54389 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index.20130606155517687
[junit4:junit4]   2> 4083985 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1da13cba lockFactory=org.apache.lucene.store.NativeFSLockFactory@31d2e3bd) fullCopy=false
[junit4:junit4]   2> 4084015 T7241 C10205 P54382 oasc.SolrCore.execute [collection1] webapp=/s path=/replication params={file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 4084022 T7285 C10204 P54389 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 4084025 T7285 C10204 P54389 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 4084026 T7285 C10204 P54389 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 4084042 T7285 C10204 P54389 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b317ed7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a811277),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b317ed7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a811277),segFN=segments_2,generation=2}
[junit4:junit4]   2> 4084046 T7285 C10204 P54389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 4084048 T7285 C10204 P54389 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 4084049 T7285 C10204 P54389 oass.SolrIndexSearcher.<init> Opening Searcher@6e74b27e main
[junit4:junit4]   2> 4084053 T7284 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6e74b27e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4084056 T7285 C10204 P54389 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index.20130606155517687 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index.20130606155517687;done=true>>]
[junit4:junit4]   2> 4084056 T7285 C10204 P54389 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index.20130606155517687
[junit4:junit4]   2> 4084058 T7285 C10204 P54389 oasc.CachingDirectoryFactory.closeCacheValue Removing directory before core close: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1370552079740/jetty4/index.20130606155517687
[junit4:junit4]   2> 4084059 T7285 C10204 P54389 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 4084059 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 4084060 T7285 C10204 P54389 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4084060 T7285 C10204 P54389 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4084078 T7285 C10204 P54389 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 4084620 T7212 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4084626 T7212 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard_state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard_range":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54389_s",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54389/s"}
[junit4:junit4]   2> 4084657 T7231 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> 4084658 T7211 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> 4084658 T7263 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> 4084657 T7280 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> 4084658 T7247 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> 4084658 T7218 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> 4084901 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4084903 T7189 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C10206 name=collection1 org.apache.solr.core.SolrCore@2245a409 url=http://127.0.0.1:54375/s/collection1 node=127.0.0.1:54375_s C10206_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:54375_s, base_url=http://127.0.0.1:54375/s, leader=true}
[junit4:junit4]   2> 4084948 T7204 C10206 P54375 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4084960 T7204 C10206 P54375 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6fcee2c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132a7c6e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 4084962 T7204 C10206 P54375 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4:junit4]   2> 4084965 T7204 C10206 P54375 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6fcee2c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132a7c6e),segFN=segments_1,generation=1}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6fcee2c1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@132a7c6e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 4084966 T7204 C10206 P54375 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
[junit4:junit4]   2> 4084971 T7204 C10206 P54375 oass.SolrIndexSearcher.<init> Opening Searcher@20b0f305 main
[junit4:junit4]   2> 4084971 T7204 C10206 P54375 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4084974 T7215 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20b0f305 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4084975 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 27
[junit4:junit4]   2> ASYNC  NEW_CORE C10207 name=collection1 org.apache.solr.core.SolrCore@4dc2d199 url=http://127.0.0.1:54382/s/collection1 node=127.0.0.1:54382_s C10207_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54382_s, base_url=http://127.0.0.1:54382/s, leader=true}
[junit4:junit4]   2> 4085056 T7239 C10207 P54382 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4085065 T7239 C10207 P54382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4cd16c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2d85936e),segFN=segments_3,generation=3}
[junit4:junit4]   2> 4085070 T7239 C10207 P54382 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 4085070 T7239 C10207 P54382 oass.SolrIndexSearcher.<init> Opening Searcher@39c79240 main
[junit4:junit4]   2> 4085071 T7239 C10207 P54382 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4085073 T7249 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39c79240 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4085074 T7239 C10207 P54382 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:54379/s/collection1/, StdNode: http://127.0.0.1:54385/s/collection1/, StdNode: http://127.0.0.1:54389/s/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> ASYNC  NEW_CORE C10208 name=collection1 org.apache.solr.core.SolrCore@279c5239 url=http://127.0.0.1:54379/s/collection1 node=127.0.0.1:54379_s C10208_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54379_s, base_url=http://127.0.0.1:54379/s, leader=true}
[junit4:junit4]   2> 4085109 T7226 C10208 P54379 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> ASYNC  NEW_CORE C10209 name=collection1 org.apache.solr.core.SolrCore@34fda822 url=http://127.0.0.1:54385/s/collection1 node=127.0.0.1:54385_s C10209_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54385_s, base_url=http://127.0.0.1:54385/s}
[junit4:junit4]   2> 4085128 T7257 C10209 P54385 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4085130 T7226 C10208 P54379 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@147b0a42 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2bd7b534),segFN=segments_3,generation=3}
[junit4:junit4]   2> 4085131 T7226 C10208 P54379 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 4085133 T7226 C10208 P54379 oass.SolrIndexSearcher.<init> Opening Searcher@44e8ad27 main
[junit4:junit4]   2> 4085134 T7226 C10208 P54379 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4085136 T7233 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44e8ad27 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4085137 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   2> ASYNC  NEW_CORE C10210 name=collection1 org.apache.solr.core.SolrCore@2261fa67 url=http://127.0.0.1:54389/s/collection1 node=127.0.0.1:54389_s C10210_STATE=coll:collection1 core:collection1 props:{shard=shard2, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54389_s, base_url=http://127.0.0.1:54389/s}
[junit4:junit4]   2> 4085140 T7271 C10210 P54389 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 4085145 T7271 C10210 P54389 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b317ed7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a811277),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b317ed7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a811277),segFN=segments_3,generation=3}
[junit4:junit4]   2> 4085146 T7271 C10210 P54389 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 4085149 T7271 C10210 P54389 oass.SolrIndexSearcher.<init> Opening Searcher@399ccdaf main
[junit4:junit4]   2> 4085152 T7257 C10209 P54385 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@188658fb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b9f04b0),segFN=segments_2,generation=2}
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@188658fb lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b9f04b0),segFN=segments_3,generation=3}
[junit4:junit4]   2> 4085153 T7257 C10209 P54385 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
[junit4:junit4]   2> 4085153 T7271 C10210 P54389 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4085153 T7284 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@399ccdaf main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4085158 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18
[junit4:junit4]   2> 4085159 T7257 C10209 P54385 oass.SolrIndexSearcher.<init> Opening Searcher@3bd3395 main
[junit4:junit4]   2> 4085161 T7265 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3bd3395 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 4085162 T7257 C10209 P54385 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 4085163 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 35
[junit4:junit4]   2> 4085165 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 109
[junit4:junit4]   2> 4085170 T7189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4085181 T7224 C10208 P54379 oasc.SolrCore.execute [collection1] webapp=/s path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 4085195 T7259 C10209 P54385 oasc.SolrCore.execute [collection1] webapp=/s path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4085214 T7238 C10207 P54382 oasc.SolrCore.execute [collection1] webapp=/s path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 4085224 T7272 C10210 P54389 oasc.SolrCore.execute [collection1] webapp=/s path=/select params={tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 4087235 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437128060767830016)} 0 4
[junit4:junit4]   2> 4087288 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={update.distrib=FROMLEADER&_version_=-1437128060779364352&update.from=http://127.0.0.1:54379/s/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1437128060779364352)} 0 2
[junit4:junit4]   2> 4087314 T7272 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={update.distrib=FROMLEADER&_version_=-1437128060818161664&update.from=http://127.0.0.1:54382/s/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1437128060818161664)} 0 2
[junit4:junit4]   2> 4087321 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1437128060818161664)} 0 42
[junit4:junit4]   2> 4087323 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1437128060779364352)} 0 81
[junit4:junit4]   2> 4087338 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[0 (1437128060877930496)]} 0 3
[junit4:junit4]   2> 4087350 T7254 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1437128060887367680)]} 0 0
[junit4:junit4]   2> 4087353 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[0 (1437128060887367680)]} 0 8
[junit4:junit4]   2> 4087357 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[1 (1437128060899950592)]} 0 1
[junit4:junit4]   2> 4087365 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1437128060904144896)]} 0 0
[junit4:junit4]   2> 4087367 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[1 (1437128060904144896)]} 0 6
[junit4:junit4]   2> 4087372 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[2 (1437128060914630656)]} 0 1
[junit4:junit4]   2> 4087383 T7273 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1437128060921970688)]} 0 1
[junit4:junit4]   2> 4087385 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1437128060921970688)]} 0 7
[junit4:junit4]   2> 4087387 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[2]} 0 12
[junit4:junit4]   2> 4087391 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[3 (1437128060935602176)]} 0 0
[junit4:junit4]   2> 4087402 T7274 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1437128060939796480)]} 0 1
[junit4:junit4]   2> 4087406 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[3 (1437128060939796480)]} 0 11
[junit4:junit4]   2> 4087411 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[4 (1437128060955525120)]} 0 1
[junit4:junit4]   2> 4087421 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1437128060963913728)]} 0 0
[junit4:junit4]   2> 4087424 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1437128060963913728)]} 0 7
[junit4:junit4]   2> 4087426 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[4]} 0 11
[junit4:junit4]   2> 4087431 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[5 (1437128060976496640)]} 0 1
[junit4:junit4]   2> 4087439 T7275 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1437128060981739520)]} 0 1
[junit4:junit4]   2> 4087440 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[5 (1437128060981739520)]} 0 5
[junit4:junit4]   2> 4087445 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[6 (1437128060991176704)]} 0 1
[junit4:junit4]   2> 4087456 T7276 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1437128060998516736)]} 0 1
[junit4:junit4]   2> 4087458 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1437128060998516736)]} 0 7
[junit4:junit4]   2> 4087462 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[6]} 0 14
[junit4:junit4]   2> 4087473 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[7 (1437128061021585408)]} 0 1
[junit4:junit4]   2> 4087497 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1437128061031022592)]} 0 0
[junit4:junit4]   2> 4087499 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1437128061031022592)]} 0 17
[junit4:junit4]   2> 4087502 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[7]} 0 24
[junit4:junit4]   2> 4087506 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[8 (1437128061056188416)]} 0 0
[junit4:junit4]   2> 4087545 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1437128061060382720)]} 0 32
[junit4:junit4]   2> 4087547 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[8 (1437128061060382720)]} 0 37
[junit4:junit4]   2> 4087551 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[9 (1437128061103374336)]} 0 1
[junit4:junit4]   2> 4087563 T7272 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1437128061109665792)]} 0 2
[junit4:junit4]   2> 4087565 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1437128061109665792)]} 0 8
[junit4:junit4]   2> 4087567 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[9]} 0 13
[junit4:junit4]   2> 4087577 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[10 (1437128061129588736)]} 0 3
[junit4:junit4]   2> 4087590 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1437128061140074496)]} 0 1
[junit4:junit4]   2> 4087592 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[10 (1437128061140074496)]} 0 7
[junit4:junit4]   2> 4087601 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[10]} 0 19
[junit4:junit4]   2> 4087606 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[11 (1437128061161046016)]} 0 1
[junit4:junit4]   2> 4087614 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1437128061166288896)]} 0 1
[junit4:junit4]   2> 4087616 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[11 (1437128061166288896)]} 0 5
[junit4:junit4]   2> 4087620 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[12 (1437128061175726080)]} 0 1
[junit4:junit4]   2> 4087628 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1437128061179920384)]} 0 1
[junit4:junit4]   2> 4087630 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[12 (1437128061179920384)]} 0 6
[junit4:junit4]   2> 4087635 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[13 (1437128061190406144)]} 0 1
[junit4:junit4]   2> 4087649 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1437128061198794752)]} 0 1
[junit4:junit4]   2> 4087651 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[13 (1437128061198794752)]} 0 10
[junit4:junit4]   2> 4087653 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[13]} 0 15
[junit4:junit4]   2> 4087657 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[14 (1437128061214523392)]} 0 0
[junit4:junit4]   2> 4087666 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1437128061219766272)]} 0 1
[junit4:junit4]   2> 4087667 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[14 (1437128061219766272)]} 0 5
[junit4:junit4]   2> 4087672 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[15 (1437128061230252032)]} 0 1
[junit4:junit4]   2> 4087680 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1437128061234446336)]} 0 1
[junit4:junit4]   2> 4087682 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[15 (1437128061234446336)]} 0 6
[junit4:junit4]   2> 4087687 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[16 (1437128061244932096)]} 0 1
[junit4:junit4]   2> 4087699 T7254 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1437128061254369280)]} 0 1
[junit4:junit4]   2> 4087703 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[16 (1437128061254369280)]} 0 8
[junit4:junit4]   2> 4087709 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[16]} 0 19
[junit4:junit4]   2> 4087716 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[17 (1437128061275340800)]} 0 0
[junit4:junit4]   2> 4087729 T7273 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1437128061284777984)]} 0 1
[junit4:junit4]   2> 4087732 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[17 (1437128061284777984)]} 0 8
[junit4:junit4]   2> 4087733 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[17]} 0 12
[junit4:junit4]   2> 4087738 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[18 (1437128061299458048)]} 0 1
[junit4:junit4]   2> 4087746 T7275 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1437128061303652352)]} 0 1
[junit4:junit4]   2> 4087748 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[18 (1437128061303652352)]} 0 6
[junit4:junit4]   2> 4087752 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[19 (1437128061313089536)]} 0 1
[junit4:junit4]   2> 4087759 T7276 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1437128061318332416)]} 0 1
[junit4:junit4]   2> 4087761 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[19 (1437128061318332416)]} 0 6
[junit4:junit4]   2> 4087766 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[20 (1437128061328818176)]} 0 1
[junit4:junit4]   2> 4087783 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1437128061342449664)]} 0 1
[junit4:junit4]   2> 4087786 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1437128061342449664)]} 0 7
[junit4:junit4]   2> 4087787 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[20]} 0 15
[junit4:junit4]   2> 4087791 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[21 (1437128061355032576)]} 0 0
[junit4:junit4]   2> 4087802 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1437128061362372608)]} 0 0
[junit4:junit4]   2> 4087804 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1437128061362372608)]} 0 6
[junit4:junit4]   2> 4087805 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[21]} 0 10
[junit4:junit4]   2> 4087809 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[22 (1437128061373906944)]} 0 0
[junit4:junit4]   2> 4087817 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1437128061378101248)]} 0 1
[junit4:junit4]   2> 4087819 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[22 (1437128061378101248)]} 0 5
[junit4:junit4]   2> 4087823 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[23 (1437128061388587008)]} 0 1
[junit4:junit4]   2> 4087841 T7272 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1437128061392781312)]} 0 3
[junit4:junit4]   2> 4087845 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[23 (1437128061392781312)]} 0 17
[junit4:junit4]   2> 4087850 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[24 (1437128061416898560)]} 0 1
[junit4:junit4]   2> 4087877 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1437128061439967232)]} 0 1
[junit4:junit4]   2> 4087888 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[24 (1437128061439967232)]} 0 16
[junit4:junit4]   2> 4087894 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[24]} 0 29
[junit4:junit4]   2> 4087904 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[25 (1437128061470375936)]} 0 3
[junit4:junit4]   2> 4087920 T7274 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1437128061486104576)]} 0 1
[junit4:junit4]   2> 4087922 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1437128061486104576)]} 0 6
[junit4:junit4]   2> 4087923 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[25]} 0 10
[junit4:junit4]   2> 4087929 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[26 (1437128061498687488)]} 0 1
[junit4:junit4]   2> 4087939 T7273 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1437128061507076096)]} 0 0
[junit4:junit4]   2> 4087941 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[26 (1437128061507076096)]} 0 5
[junit4:junit4]   2> 4087943 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[26]} 0 10
[junit4:junit4]   2> 4087947 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[27 (1437128061518610432)]} 0 0
[junit4:junit4]   2> 4087955 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1437128061523853312)]} 0 1
[junit4:junit4]   2> 4087957 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[27 (1437128061523853312)]} 0 6
[junit4:junit4]   2> 4087961 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[28 (1437128061533290496)]} 0 0
[junit4:junit4]   2> 4087977 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1437128061540630528)]} 0 1
[junit4:junit4]   2> 4087978 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[28 (1437128061540630528)]} 0 11
[junit4:junit4]   2> 4087979 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[28]} 0 14
[junit4:junit4]   2> 4087985 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[29 (1437128061557407744)]} 0 1
[junit4:junit4]   2> 4087996 T7275 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1437128061566844928)]} 0 0
[junit4:junit4]   2> 4087998 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1437128061566844928)]} 0 5
[junit4:junit4]   2> 4087999 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[29]} 0 9
[junit4:junit4]   2> 4088004 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[30 (1437128061578379264)]} 0 0
[junit4:junit4]   2> 4088012 T7276 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1437128061582573568)]} 0 1
[junit4:junit4]   2> 4088013 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[30 (1437128061582573568)]} 0 5
[junit4:junit4]   2> 4088017 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[31 (1437128061592010752)]} 0 0
[junit4:junit4]   2> 4088030 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1437128061602496512)]} 0 1
[junit4:junit4]   2> 4088031 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1437128061602496512)]} 0 4
[junit4:junit4]   2> 4088037 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[31]} 0 14
[junit4:junit4]   2> 4088042 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[32 (1437128061618225152)]} 0 0
[junit4:junit4]   2> 4088054 T7254 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1437128061626613760)]} 0 1
[junit4:junit4]   2> 4088055 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1437128061626613760)]} 0 5
[junit4:junit4]   2> 4088057 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[32]} 0 10
[junit4:junit4]   2> 4088062 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[33 (1437128061639196672)]} 0 1
[junit4:junit4]   2> 4088070 T7272 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1437128061644439552)]} 0 0
[junit4:junit4]   2> 4088072 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[33 (1437128061644439552)]} 0 5
[junit4:junit4]   2> 4088076 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[34 (1437128061653876736)]} 0 0
[junit4:junit4]   2> 4088085 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1437128061659119616)]} 0 1
[junit4:junit4]   2> 4088086 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[34 (1437128061659119616)]} 0 5
[junit4:junit4]   2> 4088091 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[35 (1437128061668556800)]} 0 1
[junit4:junit4]   2> 4088115 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1437128061689528320)]} 0 1
[junit4:junit4]   2> 4088122 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1437128061689528320)]} 0 12
[junit4:junit4]   2> 4088125 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[35]} 0 26
[junit4:junit4]   2> 4088130 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[36 (1437128061709451264)]} 0 1
[junit4:junit4]   2> 4088139 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1437128061714694144)]} 0 1
[junit4:junit4]   2> 4088141 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[36 (1437128061714694144)]} 0 7
[junit4:junit4]   2> 4088146 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[37 (1437128061726228480)]} 0 1
[junit4:junit4]   2> 4088153 T7274 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1437128061731471360)]} 0 0
[junit4:junit4]   2> 4088155 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[37 (1437128061731471360)]} 0 5
[junit4:junit4]   2> 4088159 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[38 (1437128061740908544)]} 0 1
[junit4:junit4]   2> 4088170 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1437128061749297152)]} 0 0
[junit4:junit4]   2> 4088172 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1437128061749297152)]} 0 6
[junit4:junit4]   2> 4088179 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[38]} 0 15
[junit4:junit4]   2> 4088186 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[39 (1437128061768171520)]} 0 2
[junit4:junit4]   2> 4088193 T7275 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1437128061773414400)]} 0 0
[junit4:junit4]   2> 4088195 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[39 (1437128061773414400)]} 0 5
[junit4:junit4]   2> 4088201 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[40 (1437128061784948736)]} 0 1
[junit4:junit4]   2> 4088209 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1437128061789143040)]} 0 1
[junit4:junit4]   2> 4088211 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[40 (1437128061789143040)]} 0 6
[junit4:junit4]   2> 4088215 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[41 (1437128061798580224)]} 0 1
[junit4:junit4]   2> 4088226 T7254 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1437128061806968832)]} 0 1
[junit4:junit4]   2> 4088228 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[41 (1437128061806968832)]} 0 6
[junit4:junit4]   2> 4088229 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[41]} 0 10
[junit4:junit4]   2> 4088234 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[42 (1437128061819551744)]} 0 1
[junit4:junit4]   2> 4088249 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1437128061832134656)]} 0 0
[junit4:junit4]   2> 4088252 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[42 (1437128061832134656)]} 0 7
[junit4:junit4]   2> 4088253 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[42]} 0 13
[junit4:junit4]   2> 4088257 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[43 (1437128061843668992)]} 0 0
[junit4:junit4]   2> 4088268 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1437128061852057600)]} 0 0
[junit4:junit4]   2> 4088270 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[43 (1437128061852057600)]} 0 5
[junit4:junit4]   2> 4088272 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[43]} 0 11
[junit4:junit4]   2> 4088277 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[44 (1437128061863591936)]} 0 1
[junit4:junit4]   2> 4088286 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1437128061870931968)]} 0 0
[junit4:junit4]   2> 4088289 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[44 (1437128061870931968)]} 0 6
[junit4:junit4]   2> 4088290 T7239 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[44]} 0 10
[junit4:junit4]   2> 4088294 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[45 (1437128061882466304)]} 0 0
[junit4:junit4]   2> 4088301 T7276 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1437128061886660608)]} 0 0
[junit4:junit4]   2> 4088303 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[45 (1437128061886660608)]} 0 5
[junit4:junit4]   2> 4088311 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[46 (1437128061898194944)]} 0 3
[junit4:junit4]   2> 4088321 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1437128061907632128)]} 0 0
[junit4:junit4]   2> 4088323 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[46 (1437128061907632128)]} 0 6
[junit4:junit4]   2> 4088328 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[47 (1437128061917069312)]} 0 1
[junit4:junit4]   2> 4088336 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1437128061922312192)]} 0 1
[junit4:junit4]   2> 4088338 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[47 (1437128061922312192)]} 0 6
[junit4:junit4]   2> 4088342 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[48 (1437128061932797952)]} 0 0
[junit4:junit4]   2> 4088352 T7254 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1437128061939089408)]} 0 1
[junit4:junit4]   2> 4088354 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[48 (1437128061939089408)]} 0 7
[junit4:junit4]   2> 4088359 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[49 (1437128061949575168)]} 0 0
[junit4:junit4]   2> 4088366 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1437128061954818048)]} 0 0
[junit4:junit4]   2> 4088370 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[49 (1437128061954818048)]} 0 7
[junit4:junit4]   2> 4088379 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[50 (1437128061971595264)]} 0 1
[junit4:junit4]   2> 4088389 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1437128061975789568)]} 0 1
[junit4:junit4]   2> 4088391 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[50 (1437128061975789568)]} 0 8
[junit4:junit4]   2> 4088396 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[51 (1437128061988372480)]} 0 1
[junit4:junit4]   2> 4088407 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1437128061993615360)]} 0 0
[junit4:junit4]   2> 4088408 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[51 (1437128061993615360)]} 0 9
[junit4:junit4]   2> 4088415 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[52 (1437128062008295424)]} 0 1
[junit4:junit4]   2> 4088427 T7258 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1437128062017732608)]} 0 1
[junit4:junit4]   2> 4088429 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[52 (1437128062017732608)]} 0 6
[junit4:junit4]   2> 4088430 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[52]} 0 10
[junit4:junit4]   2> 4088434 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[53 (1437128062029266944)]} 0 1
[junit4:junit4]   2> 4088455 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1437128062039752704)]} 0 7
[junit4:junit4]   2> 4088460 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1437128062039752704)]} 0 17
[junit4:junit4]   2> 4088461 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[53]} 0 20
[junit4:junit4]   2> 4088466 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[54 (1437128062061772800)]} 0 1
[junit4:junit4]   2> 4088482 T7259 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1437128062073307136)]} 0 1
[junit4:junit4]   2> 4088483 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[54 (1437128062073307136)]} 0 7
[junit4:junit4]   2> 4088485 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[54]} 0 12
[junit4:junit4]   2> 4088490 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[55 (1437128062086938624)]} 0 1
[junit4:junit4]   2> 4088500 T7255 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1437128062094278656)]} 0 1
[junit4:junit4]   2> 4088502 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[55 (1437128062094278656)]} 0 6
[junit4:junit4]   2> 4088504 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[55]} 0 10
[junit4:junit4]   2> 4088509 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[56 (1437128062106861568)]} 0 1
[junit4:junit4]   2> 4088518 T7272 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1437128062114201600)]} 0 1
[junit4:junit4]   2> 4088519 T7240 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[56 (1437128062114201600)]} 0 5
[junit4:junit4]   2> 4088521 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[56]} 0 9
[junit4:junit4]   2> 4088524 T7204 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[57 (1437128062123638784)]} 0 0
[junit4:junit4]   2> 4088534 T7274 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1437128062129930240)]} 0 1
[junit4:junit4]   2> 4088535 T7241 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1437128062129930240)]} 0 5
[junit4:junit4]   2> 4088536 T7223 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[57]} 0 9
[junit4:junit4]   2> 4088540 T7206 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[58 (1437128062139367424)]} 0 1
[junit4:junit4]   2> 4088562 T7273 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1437128062150901760)]} 0 1
[junit4:junit4]   2> 4088564 T7242 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[58 (1437128062150901760)]} 0 16
[junit4:junit4]   2> 4088565 T7225 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[58]} 0 22
[junit4:junit4]   2> 4088572 T7202 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[59 (1437128062173970432)]} 0 0
[junit4:junit4]   2> 4088579 T7256 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1437128062178164736)]} 0 1
[junit4:junit4]   2> 4088580 T7226 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[59 (1437128062178164736)]} 0 5
[junit4:junit4]   2> 4088584 T7205 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[60 (1437128062186553344)]} 0 0
[junit4:junit4]   2> 4088654 T7276 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1437128062193893376)]} 0 1
[junit4:junit4]   2> 4088656 T7238 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1437128062193893376)]} 0 65
[junit4:junit4]   2> 4088657 T7224 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[60]} 0 69
[junit4:junit4]   2> 4088662 T7207 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[61 (1437128062268342272)]} 0 0
[junit4:junit4]   2> 4088669 T7257 C10209 P54385 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1437128062272536576)]} 0 0
[junit4:junit4]   2> 4088671 T7227 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[61 (1437128062272536576)]} 0 5
[junit4:junit4]   2> 4088675 T7203 C10206 P54375 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&version=2} {add=[62 (1437128062281973760)]} 0 0
[junit4:junit4]   2> 4088685 T7271 C10210 P54389 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54382/s/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1437128062288265216)]} 0 1
[junit4:junit4]   2> 4088687 T7243 C10207 P54382 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={distrib.from=http://127.0.0.1:54379/s/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[62 (1437128062288265216)]} 0 6
[junit4:junit4]   2> 4088689 T7222 C10208 P54379 oasup.LogUpdateProcessor.finish [collection1] webapp=/s path=/update params={wt=javabin&

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

0.0.0.0:0
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=77E41D0DCF7F7690 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=America/Rainy_River -Dtests.file.encoding=MacRoman
[junit4:junit4] ERROR   76.7s | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:54379/s returned non ok status:500, message:Server Error
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([77E41D0DCF7F7690:F6029315B82016AC]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:228)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:136)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:680)
[junit4:junit4]   2> 4122712 T7189 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 76703 T7188 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 4123741 T7280 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 4123742 T7280 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> 4123742 T7280 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {id=PostingsFormat(name=SimpleText), _version_=MockFixedIntBlock(blockSize=1882), n_ti=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_CA, timezone=America/Rainy_River
[junit4:junit4]   2> NOTE: Mac OS X 10.8.3 x86_64/Apple Inc. 1.6.0_45 (64-bit)/cpus=2,threads=3,free=162669560,total=350343168
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ShardSplitTest, SpellingQueryConverterTest, TestAnalyzedSuggestions, SearchHandlerTest, SignatureUpdateProcessorFactoryTest, JsonLoaderTest, TestDocSet, TestSolrQueryParserDefaultOperatorResource, TestStressVersions, TestJoin, TestDocumentBuilder, TestDynamicFieldCollectionResource, SolrInfoMBeanTest, NoCacheHeaderTest, ClusterStateUpdateTest, FieldMutatingUpdateProcessorTest, TestManagedSchemaFieldResource, UpdateParamsTest, BadCopyFieldTest, TestRTGBase, FieldAnalysisRequestHandlerTest, ZkNodePropsTest, BinaryUpdateRequestHandlerTest, ShardRoutingTest, SimpleFacetsTest, ChaosMonkeySafeLeaderTest, ZkControllerTest, TestExtendedDismaxParser, ExternalFileFieldSortTest, TestBM25SimilarityFactory, FileBasedSpellCheckerTest, TestCharFilters, TestArbitraryIndexDir, PreAnalyzedUpdateProcessorTest, TestIBSimilarityFactory, TestOmitPositions, TestLMDirichletSimilarityFactory, SolrIndexSplitterTest, DocumentAnalysisRequestHandlerTest, SortByFunctionTest, XsltUpdateRequestHandlerTest, ClusterStateTest, XmlUpdateRequestHandlerTest, ResponseLogComponentTest, URLClassifyProcessorTest, TermVectorComponentTest, BadComponentTest, LeaderElectionIntegrationTest, TestSolrQueryParser, TestCloudManagedSchemaAddField, DateFieldTest, TestPseudoReturnFields, TestSchemaResource, TestCoreContainer, TestRandomFaceting, TestBadConfig, SoftAutoCommitTest, TestRecovery, TestQuerySenderListener, CachingDirectoryFactoryTest, TestUpdate, TestSerializedLuceneMatchVersion, BasicZkTest, SimplePostToolTest, QueryParsingTest, TestPerFieldSimilarity, DocumentBuilderTest, TestRealTimeGet, DistributedTermsComponentTest, TestFuzzyAnalyzedSuggestions, TestDefaultSearchFieldResource, SpellCheckCollatorTest, AlternateDirectoryTest, SystemInfoHandlerTest, TestFieldTypeCollectionResource, TestSolrDeletionPolicy2, TestXIncludeConfig, TimeZoneUtilsTest, PrimUtilsTest, TestSolrQueryParserResource, TestFieldResource, StatelessScriptUpdateProcessorFactoryTest, RegexBoostProcessorTest, TestFastLRUCache, TestStressLucene, TestFieldTypeResource, DisMaxRequestHandlerTest, TestTrie, PeerSyncTest, UUIDFieldTest, DOMUtilTest, SolrCoreTest, TestSystemIdResolver, TestFastWriter, TestReplicationHandler, SolrCmdDistributorTest, MoreLikeThisHandlerTest, BasicFunctionalityTest, TestLuceneMatchVersion, SOLR749Test, HighlighterTest, ResourceLoaderTest, WordBreakSolrSpellCheckerTest, SpatialFilterTest, TestSolrIndexConfig, PluginInfoTest, TestStressRecovery, ZkSolrClientTest, TestFaceting, DirectSolrSpellCheckerTest, SolrTestCaseJ4Test, CacheHeaderTest, TestFastOutputStream, TestAtomicUpdateErrorCases, TestQuerySenderNoQuery, TestSolrXml, TestMaxScoreQueryParser, TestSchemaVersionResource, TestSweetSpotSimilarityFactory, DistributedQueryElevationComponentTest, TestRangeQuery, TestDefaultSimilarityFactory, DirectUpdateHandlerOptimizeTest, ScriptEngineTest, LegacyHTMLStripCharFilterTest, StatsComponentTest, TestReversedWildcardFilterFactory, IndexBasedSpellCheckerTest, RAMDirectoryFactoryTest, TestElisionMultitermQuery, TestCloudManagedSchema, TestClassNameShortening, DocValuesMultiTest, TestJmxIntegration, TestWriterPerf, NumericFieldsTest, TestWordDelimiterFilterFactory, SpellCheckComponentTest, TestUtils, FileUtilsTest, SuggesterFSTTest, CSVRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, SliceStateUpdateTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestMultiCoreConfBootstrap, TestReload, HardAutoCommitTest, TestSolr4Spatial, TestGroupingSearch, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, TermsComponentTest, RequestHandlersTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, TestPropInject, TestPropInjectDefaults, IndexReaderFactoryTest, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, SampleTest, TestBinaryField, TestSearchPerf, MinimalSchemaTest, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestNumberUtils, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, TestPluginEnable, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSuggestSpellingConverter, TestSolrJ, TestLRUCache, SliceStateTest, CircularListTest, TestCollationKeyRangeQueries, AliasIntegrationTest, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed in 77.85s, 1 test, 1 error <<< FAILURES!

[...truncated 45 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:386: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:366: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:181: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:437: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1243: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:887: There were test failures: 297 suites, 1246 tests, 1 error, 18 ignored (6 assumptions)

Total time: 125 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.6.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure