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

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3790 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3790/

3 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
No registered leader was found, collection:collection1 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:collection1 slice:shard1
	at __randomizedtesting.SeedInfo.seed([98D5056AFF0A06D:886BDE4ED8AFC051]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:430)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:295)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:116)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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)


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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=175, name=coreLoadExecutor-75-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=175, name=coreLoadExecutor-75-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:733)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:874)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:957)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:580)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:575)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@433f3045 lockFactory=org.apache.lucene.store.NativeFSLockFactory@51f28599)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


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

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=177, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=177, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1567)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:33)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:266)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:222)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8940 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
[junit4:junit4]   2> 0 T116 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T116 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-RecoveryZkTest-1362630017210
[junit4:junit4]   2> 11 T116 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 18 T117 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 82 T117 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 83 T117 oaz.Environment.logEnv Server environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 83 T117 oaz.Environment.logEnv Server environment:java.version=1.7.0_09
[junit4:junit4]   2> 83 T117 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 83 T117 oaz.Environment.logEnv Server environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 83 T117 oaz.Environment.logEnv Server environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/org.restlet-2.1.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpclient-4.2.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpcore-4.2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpmime-4.2.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 85 T117 oaz.Environment.logEnv Server environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 85 T117 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 85 T117 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 85 T117 oaz.Environment.logEnv Server environment:os.name=FreeBSD
[junit4:junit4]   2> 86 T117 oaz.Environment.logEnv Server environment:os.arch=amd64
[junit4:junit4]   2> 86 T117 oaz.Environment.logEnv Server environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 86 T117 oaz.Environment.logEnv Server environment:user.name=hudson
[junit4:junit4]   2> 86 T117 oaz.Environment.logEnv Server environment:user.home=/home/hudson
[junit4:junit4]   2> 86 T117 oaz.Environment.logEnv Server environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 125 T117 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 125 T117 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 126 T117 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 131 T117 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 197 T117 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 219 T116 oasc.ZkTestServer.run start zk server on port:46784
[junit4:junit4]   2> 332 T116 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 333 T116 oaz.Environment.logEnv Client environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 333 T116 oaz.Environment.logEnv Client environment:java.version=1.7.0_09
[junit4:junit4]   2> 333 T116 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 334 T116 oaz.Environment.logEnv Client environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 334 T116 oaz.Environment.logEnv Client environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/org.restlet-2.1.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpclient-4.2.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpcore-4.2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/httpmime-4.2.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 335 T116 oaz.Environment.logEnv Client environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 336 T116 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 336 T116 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 337 T116 oaz.Environment.logEnv Client environment:os.name=FreeBSD
[junit4:junit4]   2> 337 T116 oaz.Environment.logEnv Client environment:os.arch=amd64
[junit4:junit4]   2> 337 T116 oaz.Environment.logEnv Client environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 338 T116 oaz.Environment.logEnv Client environment:user.name=hudson
[junit4:junit4]   2> 338 T116 oaz.Environment.logEnv Client environment:user.home=/home/hudson
[junit4:junit4]   2> 338 T116 oaz.Environment.logEnv Client environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 344 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3fa9d38a
[junit4:junit4]   2> 412 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 426 T122 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 429 T122 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 429 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46785
[junit4:junit4]   2> 464 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46785
[junit4:junit4]   2> 483 T120 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 520 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960000 with negotiated timeout 10000 for client /140.211.11.196:46785
[junit4:junit4]   2> 521 T122 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960000, negotiated timeout = 10000
[junit4:junit4]   2> 530 T123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fa9d38a name:ZooKeeperConnection Watcher:127.0.0.1:46784 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 530 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 534 T116 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 602 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960000
[junit4:junit4]   2> 632 T123 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 632 T116 oaz.ZooKeeper.close Session: 0x13d431401960000 closed
[junit4:junit4]   2> 632 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1aaa4a39
[junit4:junit4]   2> 633 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46785 which had sessionid 0x13d431401960000
[junit4:junit4]   2> 633 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 634 T124 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 635 T124 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 635 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46786
[junit4:junit4]   2> 635 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46786
[junit4:junit4]   2> 637 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960001 with negotiated timeout 10000 for client /140.211.11.196:46786
[junit4:junit4]   2> 637 T124 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960001, negotiated timeout = 10000
[junit4:junit4]   2> 638 T125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aaa4a39 name:ZooKeeperConnection Watcher:127.0.0.1:46784/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 638 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 651 T116 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 697 T116 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 703 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 708 T116 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 747 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 768 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 813 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 815 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 923 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 924 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 930 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 930 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 936 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 936 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 967 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 968 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 974 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 974 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 980 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 981 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 986 T116 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 987 T116 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 992 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960001
[junit4:junit4]   2> 994 T125 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 994 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46786 which had sessionid 0x13d431401960001
[junit4:junit4]   2> 994 T116 oaz.ZooKeeper.close Session: 0x13d431401960001 closed
[junit4:junit4]   2> 1147 T116 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1151 T116 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46787
[junit4:junit4]   2> 1152 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1153 T116 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1153 T116 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200
[junit4:junit4]   2> 1153 T116 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/solr.xml
[junit4:junit4]   2> 1154 T116 oasc.CoreContainer.<init> New CoreContainer 382500962
[junit4:junit4]   2> 1154 T116 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/'
[junit4:junit4]   2> 1155 T116 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/'
[junit4:junit4]   2> 1205 T116 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1205 T116 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1206 T116 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1206 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1206 T116 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1207 T116 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1207 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1208 T116 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1208 T116 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1208 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1280 T116 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1297 T116 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46784/solr
[junit4:junit4]   2> 1319 T116 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1320 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@315d2a36
[junit4:junit4]   2> 1320 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1321 T135 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1322 T135 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 1322 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46788
[junit4:junit4]   2> 1323 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46788
[junit4:junit4]   2> 1325 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960002 with negotiated timeout 20000 for client /140.211.11.196:46788
[junit4:junit4]   2> 1326 T135 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960002, negotiated timeout = 20000
[junit4:junit4]   2> 1326 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@315d2a36 name:ZooKeeperConnection Watcher:127.0.0.1:46784 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1327 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1329 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960002
[junit4:junit4]   2> 1338 T136 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1338 T116 oaz.ZooKeeper.close Session: 0x13d431401960002 closed
[junit4:junit4]   2> 1338 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46788 which had sessionid 0x13d431401960002
[junit4:junit4]   2> 1342 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1356 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2a1dbbbf
[junit4:junit4]   2> 1358 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1358 T137 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1359 T137 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 1359 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46789
[junit4:junit4]   2> 1360 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46789
[junit4:junit4]   2> 1362 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960003 with negotiated timeout 20000 for client /140.211.11.196:46789
[junit4:junit4]   2> 1362 T137 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960003, negotiated timeout = 20000
[junit4:junit4]   2> 1362 T138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a1dbbbf name:ZooKeeperConnection Watcher:127.0.0.1:46784/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1363 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1379 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1389 T116 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1393 T116 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46787_
[junit4:junit4]   2> 1398 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46787_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46787_
[junit4:junit4]   2> 1400 T116 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46787_
[junit4:junit4]   2> 1406 T116 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1432 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1433 T116 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1438 T116 oasc.Overseer.start Overseer (id=89301320822292483-127.0.0.1:46787_-n_0000000000) starting
[junit4:junit4]   2> 1439 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1457 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1459 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1467 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1469 T140 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1472 T116 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1477 T116 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1492 T139 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1500 T141 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/collection1
[junit4:junit4]   2> 1500 T141 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1502 T141 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1502 T141 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1505 T141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/collection1/'
[junit4:junit4]   2> 1506 T141 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1507 T141 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/collection1/lib/README' to classloader
[junit4:junit4]   2> 1612 T141 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1719 T141 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1820 T141 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1831 T141 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2511 T141 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2520 T141 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2523 T141 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2548 T141 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2553 T141 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2557 T141 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2559 T141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2559 T141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2560 T141 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2561 T141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2561 T141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2562 T141 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-controljetty-1362630018200/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data/
[junit4:junit4]   2> 2565 T141 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c1a42fa
[junit4:junit4]   2> 2566 T141 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2567 T141 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data forceNew: false
[junit4:junit4]   2> 2567 T141 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data/index/
[junit4:junit4]   2> 2567 T141 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2568 T141 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data/index forceNew: false
[junit4:junit4]   2> 2570 T141 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75e1ed53 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c58c2ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2571 T141 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2611 T141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2612 T141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2612 T141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2613 T141 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2613 T141 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2614 T141 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2614 T141 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2614 T141 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2615 T141 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2624 T141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2629 T141 oass.SolrIndexSearcher.<init> Opening Searcher@73ee43e2 main
[junit4:junit4]   2> 2633 T141 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/control/data/tlog
[junit4:junit4]   2> 2648 T141 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2648 T141 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2651 T142 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73ee43e2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2653 T141 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2654 T141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2655 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 3004 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3006 T139 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> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46787_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46787"}
[junit4:junit4]   2> 3006 T139 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 3051 T139 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 3053 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 3089 T138 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> 3672 T141 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3672 T141 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46787 collection:control_collection shard:shard1
[junit4:junit4]   2> 3683 T141 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3702 T141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3721 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3728 T141 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3729 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3732 T141 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3733 T141 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3739 T141 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46787/collection1/
[junit4:junit4]   2> 3739 T141 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3740 T141 oasc.SyncStrategy.syncToMe http://127.0.0.1:46787/collection1/ has no replicas
[junit4:junit4]   2> 3740 T141 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46787/collection1/
[junit4:junit4]   2> 3741 T141 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3747 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4596 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4619 T138 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> 4674 T141 oasc.ZkController.register We are http://127.0.0.1:46787/collection1/ and leader is http://127.0.0.1:46787/collection1/
[junit4:junit4]   2> 4677 T141 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46787
[junit4:junit4]   2> 4678 T141 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4678 T141 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4678 T141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4680 T141 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4682 T116 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4682 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4683 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4693 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4698 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6f5d389b
[junit4:junit4]   2> 4699 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4699 T144 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4699 T144 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 4700 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46790
[junit4:junit4]   2> 4700 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46790
[junit4:junit4]   2> 4702 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960004 with negotiated timeout 10000 for client /140.211.11.196:46790
[junit4:junit4]   2> 4702 T144 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960004, negotiated timeout = 10000
[junit4:junit4]   2> 4702 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f5d389b name:ZooKeeperConnection Watcher:127.0.0.1:46784/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4703 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4704 T116 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4708 T116 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4860 T116 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4862 T116 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46791
[junit4:junit4]   2> 4863 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4863 T116 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4864 T116 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913
[junit4:junit4]   2> 4864 T116 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/solr.xml
[junit4:junit4]   2> 4864 T116 oasc.CoreContainer.<init> New CoreContainer 1740877593
[junit4:junit4]   2> 4865 T116 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/'
[junit4:junit4]   2> 4865 T116 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/'
[junit4:junit4]   2> 4915 T116 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4915 T116 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4916 T116 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4916 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4916 T116 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4917 T116 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4917 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4917 T116 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4918 T116 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4918 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4936 T116 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4953 T116 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46784/solr
[junit4:junit4]   2> 4953 T116 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4954 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@30c8d0aa
[junit4:junit4]   2> 4955 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4955 T155 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4956 T155 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 4956 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46792
[junit4:junit4]   2> 4957 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46792
[junit4:junit4]   2> 4959 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960005 with negotiated timeout 20000 for client /140.211.11.196:46792
[junit4:junit4]   2> 4962 T155 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960005, negotiated timeout = 20000
[junit4:junit4]   2> 4963 T156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30c8d0aa name:ZooKeeperConnection Watcher:127.0.0.1:46784 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4963 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4965 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960005
[junit4:junit4]   2> 4972 T156 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4972 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46792 which had sessionid 0x13d431401960005
[junit4:junit4]   2> 4972 T116 oaz.ZooKeeper.close Session: 0x13d431401960005 closed
[junit4:junit4]   2> 4973 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4983 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@d3167d7
[junit4:junit4]   2> 4984 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4984 T157 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4984 T157 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 4985 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46793
[junit4:junit4]   2> 4985 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46793
[junit4:junit4]   2> 4986 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960006 with negotiated timeout 20000 for client /140.211.11.196:46793
[junit4:junit4]   2> 4986 T157 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960006, negotiated timeout = 20000
[junit4:junit4]   2> 4987 T158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d3167d7 name:ZooKeeperConnection Watcher:127.0.0.1:46784/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4987 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4988 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4989 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5001 T116 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6006 T116 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46791_
[junit4:junit4]   2> 6007 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46791_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46791_
[junit4:junit4]   2> 6012 T116 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46791_
[junit4:junit4]   2> 6017 T145 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6017 T138 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6017 T158 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 6017 T138 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> 6031 T159 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/collection1
[junit4:junit4]   2> 6031 T159 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6032 T159 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6032 T159 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6035 T159 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/collection1/'
[junit4:junit4]   2> 6036 T159 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6037 T159 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/collection1/lib/README' to classloader
[junit4:junit4]   2> 6095 T159 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6137 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6138 T139 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> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46787_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46787"}
[junit4:junit4]   2> 6157 T145 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> 6157 T158 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> 6157 T138 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> 6176 T159 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6277 T159 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6288 T159 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6962 T159 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6972 T159 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6975 T159 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7045 T159 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7051 T159 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7055 T159 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7057 T159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7057 T159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7058 T159 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7059 T159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7059 T159 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7060 T159 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty1-1362630021913/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1/
[junit4:junit4]   2> 7060 T159 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c1a42fa
[junit4:junit4]   2> 7061 T159 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7061 T159 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1 forceNew: false
[junit4:junit4]   2> 7062 T159 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1/index/
[junit4:junit4]   2> 7062 T159 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7063 T159 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1/index forceNew: false
[junit4:junit4]   2> 7065 T159 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34675b7f lockFactory=org.apache.lucene.store.NativeFSLockFactory@331688ed),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7065 T159 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7070 T159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7070 T159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7071 T159 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7071 T159 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7072 T159 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7072 T159 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7072 T159 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7073 T159 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7074 T159 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7082 T159 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7088 T159 oass.SolrIndexSearcher.<init> Opening Searcher@b97134d main
[junit4:junit4]   2> 7088 T159 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty1/tlog
[junit4:junit4]   2> 7089 T159 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7089 T159 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7094 T160 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b97134d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7097 T159 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7097 T159 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7664 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7665 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46791_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46791"}
[junit4:junit4]   2> 7665 T139 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 7666 T139 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7672 T158 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> 7673 T138 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> 7673 T145 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> 8100 T159 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8100 T159 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46791 collection:collection1 shard:shard1
[junit4:junit4]   2> 8101 T159 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8117 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8123 T159 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8124 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8132 T159 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8132 T159 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8133 T159 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46791/collection1/
[junit4:junit4]   2> 8133 T159 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8133 T159 oasc.SyncStrategy.syncToMe http://127.0.0.1:46791/collection1/ has no replicas
[junit4:junit4]   2> 8133 T159 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46791/collection1/
[junit4:junit4]   2> 8134 T159 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8140 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9185 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9203 T158 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> 9203 T145 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> 9203 T138 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> 9219 T159 oasc.ZkController.register We are http://127.0.0.1:46791/collection1/ and leader is http://127.0.0.1:46791/collection1/
[junit4:junit4]   2> 9219 T159 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46791
[junit4:junit4]   2> 9219 T159 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9220 T159 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9220 T159 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9223 T159 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9225 T116 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9226 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9227 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9466 T116 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9469 T116 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:46794
[junit4:junit4]   2> 9470 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9471 T116 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9471 T116 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450
[junit4:junit4]   2> 9472 T116 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/solr.xml
[junit4:junit4]   2> 9472 T116 oasc.CoreContainer.<init> New CoreContainer 1252607024
[junit4:junit4]   2> 9473 T116 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/'
[junit4:junit4]   2> 9474 T116 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/'
[junit4:junit4]   2> 9545 T116 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9545 T116 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9546 T116 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9546 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9547 T116 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9548 T116 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9548 T116 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9549 T116 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9549 T116 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9550 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9576 T116 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9598 T116 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:46784/solr
[junit4:junit4]   2> 9599 T116 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9599 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@574c1328
[junit4:junit4]   2> 9601 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9601 T171 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9602 T171 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 9603 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46795
[junit4:junit4]   2> 9603 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46795
[junit4:junit4]   2> 9605 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960007 with negotiated timeout 20000 for client /140.211.11.196:46795
[junit4:junit4]   2> 9605 T171 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960007, negotiated timeout = 20000
[junit4:junit4]   2> 9606 T172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@574c1328 name:ZooKeeperConnection Watcher:127.0.0.1:46784 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9606 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9608 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960007
[junit4:junit4]   2> 9610 T172 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9610 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46795 which had sessionid 0x13d431401960007
[junit4:junit4]   2> 9610 T116 oaz.ZooKeeper.close Session: 0x13d431401960007 closed
[junit4:junit4]   2> 9611 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9626 T116 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:46784/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5d70c00f
[junit4:junit4]   2> 9627 T116 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9627 T173 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:46784. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9628 T173 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:46784, initiating session
[junit4:junit4]   2> 9628 T118 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:46796
[junit4:junit4]   2> 9629 T118 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:46796
[junit4:junit4]   2> 9632 T120 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d431401960008 with negotiated timeout 20000 for client /140.211.11.196:46796
[junit4:junit4]   2> 9632 T173 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:46784, sessionid = 0x13d431401960008, negotiated timeout = 20000
[junit4:junit4]   2> 9633 T174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d70c00f name:ZooKeeperConnection Watcher:127.0.0.1:46784/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9633 T116 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9634 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9636 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9639 T116 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10645 T116 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46794_
[junit4:junit4]   2> 10646 T121 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d431401960008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46794_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46794_
[junit4:junit4]   2> 10662 T116 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46794_
[junit4:junit4]   2> 10698 T158 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10698 T138 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10698 T174 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10698 T158 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> 10698 T145 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10698 T138 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> 10699 T145 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> 10730 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10731 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46791_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46791"}
[junit4:junit4]   2> 10734 T175 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/collection1
[junit4:junit4]   2> 10734 T175 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10797 T175 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10797 T175 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10879 T175 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/collection1/'
[junit4:junit4]   2> 10881 T175 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10882 T175 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/collection1/lib/README' to classloader
[junit4:junit4]   2> 10901 T174 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> 10901 T145 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> 10901 T138 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> 10901 T158 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> 10965 T175 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11066 T175 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11168 T175 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11179 T175 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11903 T175 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11912 T175 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11915 T175 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11940 T175 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11945 T175 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11950 T175 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11952 T175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11952 T175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11953 T175 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11954 T175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11955 T175 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11955 T175 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-jetty2-1362630026450/collection1/, dataDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/
[junit4:junit4]   2> 11955 T175 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c1a42fa
[junit4:junit4]   2> 11956 T175 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11957 T175 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2 forceNew: false
[junit4:junit4]   2> 11957 T175 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index/
[junit4:junit4]   2> 11957 T175 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11958 T175 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index forceNew: false
[junit4:junit4]   2> 11960 T175 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6041e6ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@14cfe45e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11960 T175 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11963 T175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11963 T175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11964 T175 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11964 T175 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11965 T175 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11965 T175 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11966 T175 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11966 T175 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11967 T175 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11975 T175 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11979 T175 oass.SolrIndexSearcher.<init> Opening Searcher@61ae422e main
[junit4:junit4]   2> 11980 T175 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/tlog
[junit4:junit4]   2> 11981 T175 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11981 T175 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11985 T176 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61ae422e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11988 T175 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11988 T175 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12410 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12412 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46794_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46794"}
[junit4:junit4]   2> 12412 T139 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 12412 T139 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12421 T158 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> 12421 T145 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> 12421 T174 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> 12421 T138 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> 12991 T175 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12991 T175 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46794 collection:collection1 shard:shard1
[junit4:junit4]   2> 12997 T175 oasc.ZkController.register We are http://127.0.0.1:46794/collection1/ and leader is http://127.0.0.1:46791/collection1/
[junit4:junit4]   2> 12998 T175 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46794
[junit4:junit4]   2> 12998 T175 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12998 T175 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@3cd29a7a url=http://127.0.0.1:46794/collection1 node=127.0.0.1:46794_ C10_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:46794_, base_url=http://127.0.0.1:46794}
[junit4:junit4]   2> 13005 T177 C10 P46794 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13006 T175 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13007 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13007 T177 C10 P46794 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13008 T177 C10 P46794 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13008 T116 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13009 T116 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13010 T116 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13018 T177 C10 P46794 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13031 T116 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@41810adf url=http://127.0.0.1:46787/collection1 node=127.0.0.1:46787_ C11_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:46787_, base_url=http://127.0.0.1:46787, leader=true}
[junit4:junit4]   2> 13172 T128 C11 P46787 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@75e1ed53 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c58c2ce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13173 T128 C11 P46787 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13220 T128 C11 P46787 /update {wt=javabin&version=2} {add=[1 (1428821146729447424)]} 0 105
[junit4:junit4]   2> 13220 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10001 (1428821146730496000)]} 0 105
[junit4:junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@5da694ba url=http://127.0.0.1:46791/collection1 node=127.0.0.1:46791_ C12_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:46791_, base_url=http://127.0.0.1:46791, leader=true}
[junit4:junit4]   2> 13270 T150 C12 P46791 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34675b7f lockFactory=org.apache.lucene.store.NativeFSLockFactory@331688ed),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13271 T150 C12 P46791 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13277 T150 C12 P46791 /update {wt=javabin&version=2} {add=[1 (1428821146832207872)]} 0 10
[junit4:junit4]   2> 13277 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10001 (1428821146832207873)]} 0 10
[junit4:junit4]   2> 13305 T128 C11 P46787 /update {wt=javabin&version=2} {add=[2 (1428821146868908032)]} 0 3
[junit4:junit4]   2> 13307 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10002 (1428821146868908033)]} 0 5
[junit4:junit4]   2> 13311 T149 C12 P46791 /update {wt=javabin&version=2} {add=[2 (1428821146876248064)]} 0 2
[junit4:junit4]   2> 13314 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10002 (1428821146878345216)]} 0 3
[junit4:junit4]   2> 13400 T129 C11 P46787 /update {wt=javabin&version=2} {add=[3 (1428821146969571328)]} 0 3
[junit4:junit4]   2> 13403 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10003 (1428821146971668480)]} 0 3
[junit4:junit4]   2> 13408 T150 C12 P46791 /update {wt=javabin&version=2} {add=[3 (1428821146976911360)]} 0 2
[junit4:junit4]   2> 13409 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10003 (1428821146979008512)]} 0 2
[junit4:junit4]   2> 13496 T128 C11 P46787 /update {wt=javabin&version=2} {add=[4 (1428821147069186048)]} 0 3
[junit4:junit4]   2> 13498 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10004 (1428821147071283200)]} 0 3
[junit4:junit4]   2> 13502 T149 C12 P46791 /update {wt=javabin&version=2} {add=[4 (1428821147076526080)]} 0 2
[junit4:junit4]   2> 13505 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10004 (1428821147078623232)]} 0 3
[junit4:junit4]   2> 13509 T129 C11 P46787 /update {wt=javabin&version=2} {add=[5 (1428821147083866112)]} 0 2
[junit4:junit4]   2> 13512 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10005 (1428821147087011840)]} 0 2
[junit4:junit4]   2> 13517 T150 C12 P46791 /update {wt=javabin&version=2} {add=[5 (1428821147091206144)]} 0 3
[junit4:junit4]   2> 13520 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10005 (1428821147094351872)]} 0 3
[junit4:junit4]   2> 13591 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[1 (-1428821147171946496)]} 0 0
[junit4:junit4]   2> 13593 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10001 (-1428821147174043648)]} 0 0
[junit4:junit4]   2> 13596 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[1 (-1428821147177189376)]} 0 0
[junit4:junit4]   2> 13598 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10001 (-1428821147179286528)]} 0 0
[junit4:junit4]   2> 13603 T129 C11 P46787 /update {wt=javabin&version=2} {add=[6 (1428821147181383680)]} 0 3
[junit4:junit4]   2> 13606 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10006 (1428821147184529408)]} 0 3
[junit4:junit4]   2> 13610 T150 C12 P46791 /update {wt=javabin&version=2} {add=[6 (1428821147188723712)]} 0 3
[junit4:junit4]   2> 13612 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10006 (1428821147191869440)]} 0 2
[junit4:junit4]   2> 13683 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[2 (-1428821147268415488)]} 0 0
[junit4:junit4]   2> 13685 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10002 (-1428821147270512640)]} 0 0
[junit4:junit4]   2> 13688 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[2 (-1428821147273658368)]} 0 0
[junit4:junit4]   2> 13689 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10002 (-1428821147274706944)]} 0 1
[junit4:junit4]   2> 13696 T129 C11 P46787 /update {wt=javabin&version=2} {add=[7 (1428821147278901248)]} 0 3
[junit4:junit4]   2> 13698 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10007 (1428821147278901249)]} 0 5
[junit4:junit4]   2> 13703 T150 C12 P46791 /update {wt=javabin&version=2} {add=[7 (1428821147286241280)]} 0 3
[junit4:junit4]   2> 13704 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10007 (1428821147288338432)]} 0 3
[junit4:junit4]   2> 13746 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[3 (-1428821147333427200)]} 0 1
[junit4:junit4]   2> 13747 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10003 (-1428821147334475776)]} 0 1
[junit4:junit4]   2> 13750 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[3 (-1428821147338670080)]} 0 0
[junit4:junit4]   2> 13751 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10003 (-1428821147339718656)]} 0 0
[junit4:junit4]   2> 13758 T129 C11 P46787 /update {wt=javabin&version=2} {add=[8 (1428821147343912960)]} 0 3
[junit4:junit4]   2> 13760 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10008 (1428821147343912961)]} 0 5
[junit4:junit4]   2> 13765 T150 C12 P46791 /update {wt=javabin&version=2} {add=[8 (1428821147351252992)]} 0 3
[junit4:junit4]   2> 13766 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10008 (1428821147353350144)]} 0 2
[junit4:junit4]   2> 13842 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[6 (-1428821147434090496)]} 0 1
[junit4:junit4]   2> 13842 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10006 (-1428821147435139072)]} 0 0
[junit4:junit4]   2> 13846 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10006 (-1428821147439333376)]} 0 0
[junit4:junit4]   2> 13847 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[6 (-1428821147439333377)]} 0 1
[junit4:junit4]   2> 13854 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10009 (1428821147444576256)]} 0 3
[junit4:junit4]   2> 13855 T128 C11 P46787 /update {wt=javabin&version=2} {add=[9 (1428821147445624832)]} 0 4
[junit4:junit4]   2> 13861 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10009 (1428821147451916288)]} 0 3
[junit4:junit4]   2> 13862 T150 C12 P46791 /update {wt=javabin&version=2} {add=[9 (1428821147452964864)]} 0 3
[junit4:junit4]   2> 13890 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10010 (1428821147482324992)]} 0 3
[junit4:junit4]   2> 13891 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10 (1428821147483373568)]} 0 3
[junit4:junit4]   2> 13896 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10010 (1428821147489665024)]} 0 2
[junit4:junit4]   2> 13899 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10 (1428821147491762176)]} 0 3
[junit4:junit4]   2> 13909 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10011 (1428821147502247936)]} 0 3
[junit4:junit4]   2> 13912 T128 C11 P46787 /update {wt=javabin&version=2} {add=[11 (1428821147505393664)]} 0 3
[junit4:junit4]   2> 13916 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10011 (1428821147509587968)]} 0 3
[junit4:junit4]   2> 13920 T150 C12 P46791 /update {wt=javabin&version=2} {add=[11 (1428821147513782272)]} 0 3
[junit4:junit4]   2> 13929 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13931 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46794_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46794"}
[junit4:junit4]   2> 13939 T158 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> 13939 T174 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> 13939 T138 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> 13939 T145 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> 13948 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10012 (1428821147543142400)]} 0 3
[junit4:junit4]   2> 13952 T129 C11 P46787 /update {wt=javabin&version=2} {add=[12 (1428821147547336704)]} 0 3
[junit4:junit4]   2>  C10_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:46794_, base_url=http://127.0.0.1:46794}
[junit4:junit4]   2> 14046 T164 C10 P46794 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6041e6ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@14cfe45e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14047 T164 C10 P46794 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14052 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[12 (1428821147592425473)]} 0 10
[junit4:junit4]   2> 14053 T149 C12 P46791 /update {wt=javabin&version=2} {add=[12 (1428821147592425473)]} 0 72
[junit4:junit4]   2> 14054 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10012 (1428821147592425472)]} 0 12
[junit4:junit4]   2> 14055 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10012 (1428821147592425472)]} 0 69
[junit4:junit4]   2> 14090 T148 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:46794_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 14150 T129 C11 P46787 /update {wt=javabin&version=2} {add=[13 (1428821147754954752)]} 0 3
[junit4:junit4]   2> 14152 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10013 (1428821147756003328)]} 0 5
[junit4:junit4]   2> 14164 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[13 (1428821147763343360)]} 0 3
[junit4:junit4]   2> 14165 T150 C12 P46791 /update {wt=javabin&version=2} {add=[13 (1428821147763343360)]} 0 10
[junit4:junit4]   2> 14165 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10013 (1428821147764391936)]} 0 3
[junit4:junit4]   2> 14166 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10013 (1428821147764391936)]} 0 10
[junit4:junit4]   2> 14230 T128 C11 P46787 /update {wt=javabin&version=2} {add=[14 (1428821147839889408)]} 0 3
[junit4:junit4]   2> 14232 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10014 (1428821147839889409)]} 0 4
[junit4:junit4]   2> 14244 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[14 (1428821147847229440)]} 0 3
[junit4:junit4]   2> 14245 T149 C12 P46791 /update {wt=javabin&version=2} {add=[14 (1428821147847229440)]} 0 10
[junit4:junit4]   2> 14245 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10014 (1428821147848278016)]} 0 3
[junit4:junit4]   2> 14247 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10014 (1428821147848278016)]} 0 11
[junit4:junit4]   2> 14257 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[8 (-1428821147870298112)]} 0 0
[junit4:junit4]   2> 14259 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10008 (-1428821147872395264)]} 0 0
[junit4:junit4]   2> 14270 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10008 (-1428821147876589568)]} 0 0
[junit4:junit4]   2> 14271 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[8 (-1428821147874492416)]} 0 1
[junit4:junit4]   2> 14272 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10008 (-1428821147876589568)]} 0 10
[junit4:junit4]   2> 14272 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[8 (-1428821147874492416)]} 0 11
[junit4:junit4]   2> 14279 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10015 (1428821147890221056)]} 0 3
[junit4:junit4]   2> 14281 T129 C11 P46787 /update {wt=javabin&version=2} {add=[15 (1428821147891269632)]} 0 5
[junit4:junit4]   2> 14292 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10015 (1428821147897561088)]} 0 3
[junit4:junit4]   2> 14293 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10015 (1428821147897561088)]} 0 10
[junit4:junit4]   2> 14294 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[15 (1428821147899658240)]} 0 3
[junit4:junit4]   2> 14295 T149 C12 P46791 /update {wt=javabin&version=2} {add=[15 (1428821147899658240)]} 0 10
[junit4:junit4]   2> 14303 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10009 (-1428821147918532608)]} 0 0
[junit4:junit4]   2> 14306 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[9 (-1428821147921678336)]} 0 0
[junit4:junit4]   2> 14311 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10009 (-1428821147923775488)]} 0 0
[junit4:junit4]   2> 14312 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10009 (-1428821147923775488)]} 0 5
[junit4:junit4]   2> 14313 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[9 (-1428821147925872640)]} 0 0
[junit4:junit4]   2> 14314 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[9 (-1428821147925872640)]} 0 4
[junit4:junit4]   2> 14318 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10016 (1428821147932164096)]} 0 3
[junit4:junit4]   2> 14322 T129 C11 P46787 /update {wt=javabin&version=2} {add=[16 (1428821147935309824)]} 0 3
[junit4:junit4]   2> 14332 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10016 (1428821147939504128)]} 0 3
[junit4:junit4]   2> 14333 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10016 (1428821147939504128)]} 0 10
[junit4:junit4]   2> 14335 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[16 (1428821147942649856)]} 0 3
[junit4:junit4]   2> 14336 T149 C12 P46791 /update {wt=javabin&version=2} {add=[16 (1428821147942649856)]} 0 10
[junit4:junit4]   2> 14342 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10011 (-1428821147959427072)]} 0 0
[junit4:junit4]   2> 14345 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[11 (-1428821147962572800)]} 0 0
[junit4:junit4]   2> 14352 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10011 (-1428821147964669952)]} 0 1
[junit4:junit4]   2> 14352 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[11 (-1428821147966767104)]} 0 0
[junit4:junit4]   2> 14353 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10011 (-1428821147964669952)]} 0 6
[junit4:junit4]   2> 14353 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[11 (-1428821147966767104)]} 0 4
[junit4:junit4]   2> 14360 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10017 (1428821147975155712)]} 0 3
[junit4:junit4]   2> 14362 T129 C11 P46787 /update {wt=javabin&version=2} {add=[17 (1428821147976204288)]} 0 4
[junit4:junit4]   2> 14388 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10017 (1428821147982495744)]} 0 3
[junit4:junit4]   2> 14390 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10017 (1428821147982495744)]} 0 26
[junit4:junit4]   2> 14390 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[17 (1428821147984592896)]} 0 18
[junit4:junit4]   2> 14391 T149 C12 P46791 /update {wt=javabin&version=2} {add=[17 (1428821147984592896)]} 0 25
[junit4:junit4]   2> 14459 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10018 (1428821148078964736)]} 0 3
[junit4:junit4]   2> 14461 T128 C11 P46787 /update {wt=javabin&version=2} {add=[18 (1428821148080013312)]} 0 4
[junit4:junit4]   2> 14474 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[18 (1428821148088401920)]} 0 3
[junit4:junit4]   2> 14475 T150 C12 P46791 /update {wt=javabin&version=2} {add=[18 (1428821148088401920)]} 0 10
[junit4:junit4]   2> 14476 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10018 (1428821148087353344)]} 0 5
[junit4:junit4]   2> 14477 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10018 (1428821148087353344)]} 0 13
[junit4:junit4]   2> 14554 T128 C11 P46787 /update {wt=javabin&version=2} {add=[19 (1428821148178579456)]} 0 3
[junit4:junit4]   2> 14556 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10019 (1428821148180676608)]} 0 3
[junit4:junit4]   2> 14567 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[19 (1428821148185919488)]} 0 3
[junit4:junit4]   2> 14568 T149 C12 P46791 /update {wt=javabin&version=2} {add=[19 (1428821148185919488)]} 0 11
[junit4:junit4]   2> 14568 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10019 (1428821148188016640)]} 0 2
[junit4:junit4]   2> 14570 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10019 (1428821148188016640)]} 0 11
[junit4:junit4]   2> 14618 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[12 (-1428821148247785472)]} 0 1
[junit4:junit4]   2> 14618 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10012 (-1428821148248834048)]} 0 1
[junit4:junit4]   2> 14626 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[12 (-1428821148254076928)]} 0 0
[junit4:junit4]   2> 14627 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10012 (-1428821148253028352)]} 0 1
[junit4:junit4]   2> 14628 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[12 (-1428821148254076928)]} 0 6
[junit4:junit4]   2> 14628 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10012 (-1428821148253028352)]} 0 6
[junit4:junit4]   2> 14634 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10020 (1428821148263514112)]} 0 3
[junit4:junit4]   2> 14636 T128 C11 P46787 /update {wt=javabin&version=2} {add=[20 (1428821148263514113)]} 0 4
[junit4:junit4]   2> 14647 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10020 (1428821148270854144)]} 0 2
[junit4:junit4]   2> 14649 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10020 (1428821148270854144)]} 0 11
[junit4:junit4]   2> 14649 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1428821148271902720)]} 0 3
[junit4:junit4]   2> 14650 T150 C12 P46791 /update {wt=javabin&version=2} {add=[20 (1428821148271902720)]} 0 11
[junit4:junit4]   2> 14722 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10021 (1428821148354740224)]} 0 3
[junit4:junit4]   2> 14723 T129 C11 P46787 /update {wt=javabin&version=2} {add=[21 (1428821148355788800)]} 0 4
[junit4:junit4]   2> 14735 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10021 (1428821148362080256)]} 0 3
[junit4:junit4]   2> 14736 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10021 (1428821148362080256)]} 0 10
[junit4:junit4]   2> 14736 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1428821148364177408)]} 0 2
[junit4:junit4]   2> 14737 T149 C12 P46791 /update {wt=javabin&version=2} {add=[21 (1428821148364177408)]} 0 9
[junit4:junit4]   2> 14825 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10013 (-1428821148464840704)]} 0 0
[junit4:junit4]   2> 14826 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[13 (-1428821148465889280)]} 0 1
[junit4:junit4]   2> 14832 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10013 (-1428821148470083584)]} 0 1
[junit4:junit4]   2> 14833 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10013 (-1428821148470083584)]} 0 5
[junit4:junit4]   2> 14833 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[13 (-1428821148471132160)]} 0 0
[junit4:junit4]   2> 14834 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[13 (-1428821148471132160)]} 0 5
[junit4:junit4]   2> 14839 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10022 (1428821148478472192)]} 0 3
[junit4:junit4]   2> 14840 T129 C11 P46787 /update {wt=javabin&version=2} {add=[22 (1428821148479520768)]} 0 3
[junit4:junit4]   2> 14850 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10022 (1428821148484763648)]} 0 2
[junit4:junit4]   2> 14851 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10022 (1428821148484763648)]} 0 9
[junit4:junit4]   2> 14851 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1428821148485812224)]} 0 3
[junit4:junit4]   2> 14852 T149 C12 P46791 /update {wt=javabin&version=2} {add=[22 (1428821148485812224)]} 0 9
[junit4:junit4]   2> 14892 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10017 (-1428821148536143872)]} 0 0
[junit4:junit4]   2> 14893 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[17 (-1428821148537192448)]} 0 1
[junit4:junit4]   2> 14901 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[17 (-1428821148541386752)]} 0 0
[junit4:junit4]   2> 14901 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10017 (-1428821148541386753)]} 0 0
[junit4:junit4]   2> 14902 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[17 (-1428821148541386752)]} 0 6
[junit4:junit4]   2> 14902 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10017 (-1428821148541386753)]} 0 6
[junit4:junit4]   2> 14908 T128 C11 P46787 /update {wt=javabin&version=2} {add=[23 (1428821148550823936)]} 0 3
[junit4:junit4]   2> 14909 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10023 (1428821148551872512)]} 0 3
[junit4:junit4]   2> 14919 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1428821148557115392)]} 0 3
[junit4:junit4]   2> 14920 T149 C12 P46791 /update {wt=javabin&version=2} {add=[23 (1428821148557115392)]} 0 9
[junit4:junit4]   2> 14920 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10023 (1428821148558163968)]} 0 3
[junit4:junit4]   2> 14921 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10023 (1428821148558163968)]} 0 9
[junit4:junit4]   2> 15012 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[18 (-1428821148661972992)]} 0 0
[junit4:junit4]   2> 15013 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10018 (-1428821148663021568)]} 0 1
[junit4:junit4]   2> 15020 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[18 (-1428821148667215872)]} 0 1
[junit4:junit4]   2> 15021 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[18 (-1428821148667215872)]} 0 5
[junit4:junit4]   2> 15021 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10018 (-1428821148667215873)]} 0 0
[junit4:junit4]   2> 15022 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10018 (-1428821148667215873)]} 0 5
[junit4:junit4]   2> 15027 T128 C11 P46787 /update {wt=javabin&version=2} {add=[24 (1428821148675604480)]} 0 3
[junit4:junit4]   2> 15028 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10024 (1428821148676653056)]} 0 3
[junit4:junit4]   2> 15036 T116 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 46794
[junit4:junit4]   2> 15036 T116 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1252607024
[junit4:junit4]   2> 15038 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1428821148681895936)]} 0 2
[junit4:junit4]   2> 15040 T149 C12 P46791 /update {wt=javabin&version=2} {add=[24 (1428821148681895936)]} 0 10
[junit4:junit4]   2> 15040 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10024 (1428821148683993088)]} 0 2
[junit4:junit4]   2> 15041 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10024 (1428821148683993088)]} 0 8
[junit4:junit4]   2> 15079 T129 C11 P46787 /update {wt=javabin&version=2} {add=[25 (1428821148730130432)]} 0 3
[junit4:junit4]   2> 15080 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10025 (1428821148731179008)]} 0 3
[junit4:junit4]   2> 15092 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1428821148737470464)]} 0 3
[junit4:junit4]   2> 15093 T150 C12 P46791 /update {wt=javabin&version=2} {add=[25 (1428821148737470464)]} 0 10
[junit4:junit4]   2> 15093 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10025 (1428821148738519040)]} 0 2
[junit4:junit4]   2> 15095 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10025 (1428821148738519040)]} 0 11
[junit4:junit4]   2> 15128 T128 C11 P46787 /update {wt=javabin&version=2} {add=[26 (1428821148781510656)]} 0 2
[junit4:junit4]   2> 15130 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10026 (1428821148782559232)]} 0 3
[junit4:junit4]   2> 15139 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1428821148787802112)]} 0 2
[junit4:junit4]   2> 15140 T149 C12 P46791 /update {wt=javabin&version=2} {add=[26 (1428821148787802112)]} 0 9
[junit4:junit4]   2> 15141 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10026 (1428821148789899264)]} 0 2
[junit4:junit4]   2> 15142 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10026 (1428821148789899264)]} 0 9
[junit4:junit4]   2> 15238 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[19 (-1428821148898951168)]} 0 0
[junit4:junit4]   2> 15240 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10019 (-1428821148901048320)]} 0 0
[junit4:junit4]   2> 15247 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[19 (-1428821148904194048)]} 0 0
[junit4:junit4]   2> 15247 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10019 (-1428821148905242624)]} 0 0
[junit4:junit4]   2> 15248 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[19 (-1428821148904194048)]} 0 5
[junit4:junit4]   2> 15248 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10019 (-1428821148905242624)]} 0 5
[junit4:junit4]   2> 15255 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10027 (1428821148914679808)]} 0 3
[junit4:junit4]   2> 15257 T128 C11 P46787 /update {wt=javabin&version=2} {add=[27 (1428821148914679809)]} 0 4
[junit4:junit4]   2> 15267 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10027 (1428821148922019840)]} 0 2
[junit4:junit4]   2> 15269 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10027 (1428821148922019840)]} 0 10
[junit4:junit4]   2> 15269 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1428821148923068416)]} 0 4
[junit4:junit4]   2> 15270 T150 C12 P46791 /update {wt=javabin&version=2} {add=[27 (1428821148923068416)]} 0 10
[junit4:junit4]   2> 15294 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10028 (1428821148955574272)]} 0 2
[junit4:junit4]   2> 15296 T129 C11 P46787 /update {wt=javabin&version=2} {add=[28 (1428821148956622848)]} 0 4
[junit4:junit4]   2> 15307 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10028 (1428821148962914304)]} 0 2
[junit4:junit4]   2> 15308 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10028 (1428821148962914304)]} 0 10
[junit4:junit4]   2> 15308 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1428821148963962880)]} 0 3
[junit4:junit4]   2> 15309 T149 C12 P46791 /update {wt=javabin&version=2} {add=[28 (1428821148963962880)]} 0 10
[junit4:junit4]   2> 15355 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10029 (1428821149019537408)]} 0 2
[junit4:junit4]   2> 15357 T128 C11 P46787 /update {wt=javabin&version=2} {add=[29 (1428821149020585984)]} 0 4
[junit4:junit4]   2> 15367 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10029 (1428821149026877440)]} 0 2
[junit4:junit4]   2> 15368 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10029 (1428821149026877440)]} 0 8
[junit4:junit4]   2> 15370 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1428821149028974592)]} 0 3
[junit4:junit4]   2> 15371 T150 C12 P46791 /update {wt=javabin&version=2} {add=[29 (1428821149028974592)]} 0 9
[junit4:junit4]   2> 15379 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10024 (-1428821149046800384)]} 0 1
[junit4:junit4]   2> 15382 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[24 (-1428821149049946112)]} 0 1
[junit4:junit4]   2> 15387 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[10024 (-1428821149052043264)]} 0 1
[junit4:junit4]   2> 15388 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10024 (-1428821149052043264)]} 0 4
[junit4:junit4]   2> 15389 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {delete=[24 (-1428821149054140416)]} 0 1
[junit4:junit4]   2> 15390 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[24 (-1428821149054140416)]} 0 5
[junit4:junit4]   2> 15394 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10030 (1428821149060431872)]} 0 3
[junit4:junit4]   2> 15396 T128 C11 P46787 /update {wt=javabin&version=2} {add=[30 (1428821149062529024)]} 0 3
[junit4:junit4]   2> 15406 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10030 (1428821149067771904)]} 0 3
[junit4:junit4]   2> 15407 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10030 (1428821149067771904)]} 0 9
[junit4:junit4]   2> 15407 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1428821149068820480)]} 0 3
[junit4:junit4]   2> 15408 T150 C12 P46791 /update {wt=javabin&version=2} {add=[30 (1428821149068820480)]} 0 9
[junit4:junit4]   2> 15448 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15450 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46794_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46794"}
[junit4:junit4]   2> 15454 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10031 (1428821149123346432)]} 0 3
[junit4:junit4]   2> 15456 T129 C11 P46787 /update {wt=javabin&version=2} {add=[31 (1428821149125443584)]} 0 3
[junit4:junit4]   2> 15461 T174 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> 15461 T158 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> 15462 T145 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> 15462 T138 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>  C10_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:46794_, base_url=http://127.0.0.1:46794}
[junit4:junit4]   2> 15467 T164 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10031 (1428821149130686464)]} 0 3
[junit4:junit4]   2> 15468 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10031 (1428821149130686464)]} 0 10
[junit4:junit4]   2> 15468 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1428821149132783616)]} 0 2
[junit4:junit4]   2> 15469 T149 C12 P46791 /update {wt=javabin&version=2} {add=[31 (1428821149132783616)]} 0 9
[junit4:junit4]   2> 15538 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10025 (-1428821149213523968)]} 0 0
[junit4:junit4]   2> 15540 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[25 (-1428821149214572544)]} 0 1
[junit4:junit4]   2> 15543 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10025 (-1428821149218766848)]} 0 1
[junit4:junit4]   2> 15544 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[25 (-1428821149219815424)]} 0 0
[junit4:junit4]   2> 15551 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10032 (1428821149224009728)]} 0 3
[junit4:junit4]   2> 15552 T129 C11 P46787 /update {wt=javabin&version=2} {add=[32 (1428821149225058304)]} 0 4
[junit4:junit4]   2> 15558 T149 C12 P46791 /update {wt=javabin&version=2} {add=[32 (1428821149233446912)]} 0 2
[junit4:junit4]   2> 15559 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10032 (1428821149232398336)]} 0 3
[junit4:junit4]   2> 15645 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[26 (-1428821149324673024)]} 0 1
[junit4:junit4]   2> 15645 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10026 (-1428821149325721600)]} 0 0
[junit4:junit4]   2> 15649 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10026 (-1428821149329915904)]} 0 1
[junit4:junit4]   2> 15649 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[26 (-1428821149329915905)]} 0 1
[junit4:junit4]   2> 15656 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10033 (1428821149335158785)]} 0 2
[junit4:junit4]   2> 15657 T129 C11 P46787 /update {wt=javabin&version=2} {add=[33 (1428821149335158784)]} 0 3
[junit4:junit4]   2> 15663 T149 C12 P46791 /update {wt=javabin&version=2} {add=[33 (1428821149342498816)]} 0 3
[junit4:junit4]   2> 15663 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10033 (1428821149341450240)]} 0 4
[junit4:junit4]   2> 15753 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10029 (-1428821149438967809)]} 0 1
[junit4:junit4]   2> 15753 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[29 (-1428821149438967808)]} 0 1
[junit4:junit4]   2> 15757 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10029 (-1428821149443162112)]} 0 1
[junit4:junit4]   2> 15758 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[29 (-1428821149444210688)]} 0 1
[junit4:junit4]   2> 15764 T128 C11 P46787 /update {wt=javabin&version=2} {add=[34 (1428821149448404992)]} 0 3
[junit4:junit4]   2> 15765 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10034 (1428821149448404993)]} 0 4
[junit4:junit4]   2> 15769 T149 C12 P46791 /update {wt=javabin&version=2} {add=[34 (1428821149454696448)]} 0 2
[junit4:junit4]   2> 15771 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10034 (1428821149455745024)]} 0 3
[junit4:junit4]   2> 15863 T129 C11 P46787 /update {wt=javabin&version=2} {add=[35 (1428821149553262592)]} 0 2
[junit4:junit4]   2> 15866 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10035 (1428821149555359744)]} 0 3
[junit4:junit4]   2> 15870 T150 C12 P46791 /update {wt=javabin&version=2} {add=[35 (1428821149559554048)]} 0 3
[junit4:junit4]   2> 15872 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10035 (1428821149561651200)]} 0 3
[junit4:junit4]   2> 15915 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[30 (-1428821149608837120)]} 0 0
[junit4:junit4]   2> 15916 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10030 (-1428821149609885696)]} 0 1
[junit4:junit4]   2> 15919 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[30 (-1428821149613031424)]} 0 1
[junit4:junit4]   2> 15920 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10030 (-1428821149614080000)]} 0 0
[junit4:junit4]   2> 15924 T129 C11 P46787 /update {wt=javabin&version=2} {add=[36 (1428821149617225728)]} 0 2
[junit4:junit4]   2> 15926 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10036 (1428821149619322880)]} 0 2
[junit4:junit4]   2> 15930 T150 C12 P46791 /update {wt=javabin&version=2} {add=[36 (1428821149623517184)]} 0 2
[junit4:junit4]   2> 15931 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10036 (1428821149624565760)]} 0 2
[junit4:junit4]   2> 15979 T128 C11 P46787 /update {wt=javabin&version=2} {add=[37 (1428821149674897408)]} 0 2
[junit4:junit4]   2> 15980 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10037 (1428821149675945984)]} 0 2
[junit4:junit4]   2> 15985 T149 C12 P46791 /update {wt=javabin&version=2} {add=[37 (1428821149681188864)]} 0 2
[junit4:junit4]   2> 15986 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10037 (1428821149682237440)]} 0 2
[junit4:junit4]   2> 16027 T129 C11 P46787 /update {wt=javabin&version=2} {add=[38 (1428821149725229056)]} 0 2
[junit4:junit4]   2> 16029 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10038 (1428821149726277632)]} 0 3
[junit4:junit4]   2> 16033 T150 C12 P46791 /update {wt=javabin&version=2} {add=[38 (1428821149731520512)]} 0 2
[junit4:junit4]   2> 16034 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10038 (1428821149732569088)]} 0 2
[junit4:junit4]   2> 16093 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:46791/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16105 T128 C11 P46787 /update {wt=javabin&version=2} {add=[39 (1428821149805969408)]} 0 2
[junit4:junit4]   2> 16105 T177 C10 P46794 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 16107 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10039 (1428821149807017984)]} 0 4
[junit4:junit4]   2> 16111 T149 C12 P46791 /update {wt=javabin&version=2} {add=[39 (1428821149812260864)]} 0 3
[junit4:junit4]   2> 16113 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10039 (1428821149815406592)]} 0 2
[junit4:junit4]   2> 16144 T177 C10 P46794 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:46794 START replicas=[http://127.0.0.1:46791/collection1/] nUpdates=100
[junit4:junit4]   2> 16170 T177 C10 P46794 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16170 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16171 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16171 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16172 T177 C10 P46794 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/tlog/tlog.0000000000000000000 refcount=1}}
[junit4:junit4]   2> 16172 T151 C12 P46791 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=3 
[junit4:junit4]   2> 16172 T177 C10 P46794 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:46791/collection1/. core=collection1
[junit4:junit4]   2> 16173 T177 C10 P46794 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16183 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[31 (-1428821149889855488)]} 0 0
[junit4:junit4]   2> 16185 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10031 (-1428821149891952640)]} 0 1
[junit4:junit4]   2> 16187 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[31 (-1428821149894049792)]} 0 1
[junit4:junit4]   2> 16189 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10031 (-1428821149896146944)]} 0 1
[junit4:junit4]   2> 16193 T128 C11 P46787 /update {wt=javabin&version=2} {add=[40 (1428821149898244096)]} 0 2
[junit4:junit4]   2> 16194 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10040 (1428821149900341248)]} 0 2
[junit4:junit4]   2> 16199 T152 C12 P46791 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16199 T149 C12 P46791 /update {wt=javabin&version=2} {add=[40 (1428821149904535552)]} 0 3
[junit4:junit4]   2> 16201 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10040 (1428821149905584128)]} 0 4
[junit4:junit4]   2> 16223 T129 C11 P46787 /update {wt=javabin&version=2} {add=[41 (1428821149929701376)]} 0 3
[junit4:junit4]   2> 16225 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10041 (1428821149931798528)]} 0 3
[junit4:junit4]   2> 16232 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10041 (1428821149938089984)]} 0 4
[junit4:junit4]   2> 16251 T152 C12 P46791 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34675b7f lockFactory=org.apache.lucene.store.NativeFSLockFactory@331688ed),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@34675b7f lockFactory=org.apache.lucene.store.NativeFSLockFactory@331688ed),segFN=segments_2,generation=2,filenames=[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_nrm.cfe, _1_Lucene40_0.prx, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 16252 T152 C12 P46791 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_nrm.cfe, _1_Lucene40_0.prx, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 16253 T150 C12 P46791 /update {wt=javabin&version=2} {add=[41 (1428821149935992832)]} 0 27
[junit4:junit4]   2> 16259 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10032 (-1428821149969547264)]} 0 0
[junit4:junit4]   2> 16264 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10032 (-1428821149974790144)]} 0 1
[junit4:junit4]   2> 16270 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10042 (1428821149978984448)]} 0 2
[junit4:junit4]   2> 16276 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10042 (1428821149985275904)]} 0 2
[junit4:junit4]   2> 16280 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[32 (-1428821149991567360)]} 0 1
[junit4:junit4]   2> 16284 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[32 (-1428821149995761664)]} 0 1
[junit4:junit4]   2> 16289 T128 C11 P46787 /update {wt=javabin&version=2} {add=[42 (1428821149999955968)]} 0 2
[junit4:junit4]   2> 16296 T150 C12 P46791 /update {wt=javabin&version=2} {add=[42 (1428821150006247424)]} 0 2
[junit4:junit4]   2> 16300 T152 C12 P46791 oass.SolrIndexSearcher.<init> Opening Searcher@76c57e03 realtime
[junit4:junit4]   2> 16301 T152 C12 P46791 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16302 T152 C12 P46791 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 103
[junit4:junit4]   2> 16317 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10033 (-1428821150030364672)]} 0 0
[junit4:junit4]   2> 16321 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10033 (-1428821150034558976)]} 0 0
[junit4:junit4]   2> 16326 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10043 (1428821150038753280)]} 0 2
[junit4:junit4]   2> 16327 T177 C10 P46794 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16327 T177 C10 P46794 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 16333 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10043 (1428821150045044736)]} 0 2
[junit4:junit4]   2> 16338 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[33 (-1428821150051336192)]} 0 2
[junit4:junit4]   2> 16342 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[33 (-1428821150056579072)]} 0 0
[junit4:junit4]   2> 16349 T128 C11 P46787 /update {wt=javabin&version=2} {add=[43 (1428821150061821952)]} 0 3
[junit4:junit4]   2> 16355 T150 C12 P46791 /update {wt=javabin&version=2} {add=[43 (1428821150068113408)]} 0 2
[junit4:junit4]   2> 16358 T177 C10 P46794 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16363 T153 C12 P46791 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16364 T153 C12 P46791 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 16365 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16366 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16366 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16371 T153 C12 P46791 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16373 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 16374 T177 C10 P46794 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index.20130306235033578 forceNew: false
[junit4:junit4]   2> 16375 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5) fullCopy=true
[junit4:junit4]   2> 16379 T153 C12 P46791 REQ /replication {file=_1_Lucene40_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16384 T153 C12 P46791 REQ /replication {file=_0_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16389 T153 C12 P46791 REQ /replication {file=_0_Lucene40_0.prx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16393 T153 C12 P46791 REQ /replication {file=_1.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16397 T153 C12 P46791 REQ /replication {file=_1_Lucene40_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16401 T153 C12 P46791 REQ /replication {file=_0_Lucene40_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16406 T153 C12 P46791 REQ /replication {file=_1_dv.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16410 T153 C12 P46791 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16415 T153 C12 P46791 REQ /replication {file=_1_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16415 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10044 (1428821150132076544)]} 0 2
[junit4:junit4]   2> 16430 T153 C12 P46791 REQ /replication {file=_0_Lucene40_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16431 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10044 (1428821150148853760)]} 0 2
[junit4:junit4]   2> 16435 T153 C12 P46791 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16437 T128 C11 P46787 /update {wt=javabin&version=2} {add=[44 (1428821150155145216)]} 0 2
[junit4:junit4]   2> 16440 T153 C12 P46791 REQ /replication {file=_1_Lucene40_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16442 T150 C12 P46791 /update {wt=javabin&version=2} {add=[44 (1428821150160388096)]} 0 2
[junit4:junit4]   2> 16451 T153 C12 P46791 REQ /replication {file=_0_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16454 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10037 (-1428821150174019584)]} 0 0
[junit4:junit4]   2> 16458 T153 C12 P46791 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16458 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10037 (-1428821150178213888)]} 0 0
[junit4:junit4]   2> 16458 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[37 (-1428821150178213888)]} 0 0
[junit4:junit4]   2> 16463 T153 C12 P46791 REQ /replication {file=_1_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16463 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[37 (-1428821150183456768)]} 0 0
[junit4:junit4]   2> 16465 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10045 (1428821150183456768)]} 0 2
[junit4:junit4]   2> 16467 T153 C12 P46791 REQ /replication {file=_1_1.del&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16468 T128 C11 P46787 /update {wt=javabin&version=2} {add=[45 (1428821150187651072)]} 0 2
[junit4:junit4]   2> 16480 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10045 (1428821150199185408)]} 0 12
[junit4:junit4]   2> 16482 T153 C12 P46791 REQ /replication {file=_1_Lucene40_0.prx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16483 T149 C12 P46791 /update {wt=javabin&version=2} {add=[45 (1428821150202331136)]} 0 2
[junit4:junit4]   2> 16487 T153 C12 P46791 REQ /replication {file=_1_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16492 T153 C12 P46791 REQ /replication {file=_0_Lucene40_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16496 T153 C12 P46791 REQ /replication {file=_1.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16510 T153 C12 P46791 REQ /replication {file=_1.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16516 T153 C12 P46791 REQ /replication {file=_1.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16522 T153 C12 P46791 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 16557 T153 C12 P46791 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16557 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10039 (-1428821150282022912)]} 0 1
[junit4:junit4]   2> 16557 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[39 (-1428821150282022913)]} 0 1
[junit4:junit4]   2> 16562 T153 C12 P46791 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16562 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[39 (-1428821150287265792)]} 0 1
[junit4:junit4]   2> 16562 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10039 (-1428821150287265793)]} 0 1
[junit4:junit4]   2> 16567 T153 C12 P46791 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16568 T128 C11 P46787 /update {wt=javabin&version=2} {add=[46 (1428821150292508672)]} 0 2
[junit4:junit4]   2> 16570 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10046 (1428821150293557248)]} 0 3
[junit4:junit4]   2> 16572 T153 C12 P46791 REQ /replication {file=_0_dv.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16573 T177 C10 P46794 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16573 T149 C12 P46791 /update {wt=javabin&version=2} {add=[46 (1428821150297751552)]} 0 2
[junit4:junit4]   2> 16573 T177 C10 P46794 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130306235033578
[junit4:junit4]   2> 16576 T177 C10 P46794 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16576 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10046 (1428821150300897280)]} 0 2
[junit4:junit4]   2> 16576 T177 C10 P46794 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16584 T177 C10 P46794 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16588 T177 C10 P46794 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index/ new=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index.20130306235033578
[junit4:junit4]   2> 16593 T177 C10 P46794 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5),segFN=segments_2,generation=2,filenames=[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_Lucene40_0.prx, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 16593 T177 C10 P46794 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_Lucene40_0.prx, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 16594 T177 C10 P46794 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16599 T177 C10 P46794 oass.SolrIndexSearcher.<init> Opening Searcher@6d3deca1 main
[junit4:junit4]   2> 16601 T176 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6d3deca1 main{StandardDirectoryReader(segments_2:7:nrt _0(5.0):C40/18 _1(5.0):C40/18)}
[junit4:junit4]   2> 16602 T177 C10 P46794 oash.SnapPuller$2.preClose removing old index files MockDirWrapper(org.apache.lucene.store.RAMDirectory@6041e6ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@14cfe45e)
[junit4:junit4]   2> 16602 T129 C11 P46787 /update {wt=javabin&version=2} {add=[47 (1428821150327111680)]} 0 2
[junit4:junit4]   2> 16603 T177 C10 P46794 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/index
[junit4:junit4]   2> 16604 T177 C10 P46794 oash.SnapPuller$2.postClose removing old index directory MockDirWrapper(org.apache.lucene.store.RAMDirectory@6041e6ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@14cfe45e)
[junit4:junit4]   2> 16608 T150 C12 P46791 /update {wt=javabin&version=2} {add=[47 (1428821150334451712)]} 0 2
[junit4:junit4]   2> 16612 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10047 (1428821150337597440)]} 0 2
[junit4:junit4]   2> 16613 T177 C10 P46794 oasc.RecoveryStrategy.replay Replaying buffered documents. core=collection1
[junit4:junit4]   2> 16613 T185 C10 P46794 oasu.UpdateLog$LogReplayer.doReplay WARNING Starting log replay tlog{file=./org.apache.solr.cloud.RecoveryZkTest-1362630017210/jetty2/tlog/tlog.0000000000000000000 refcount=2} active=true starting pos=4539
[junit4:junit4]   2> 16617 T185 C10 P46794 oasu.DirectUpdateHandler2.commit start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16618 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10047 (1428821150344937472)]} 0 2
[junit4:junit4]   2> 16619 T185 C10 P46794 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5),segFN=segments_2,generation=2,filenames=[_1_Lucene40_0.tim, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _0_Lucene40_0.frq, _1_dv.cfs, _0.si, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_Lucene40_0.prx, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _0_nrm.cfe, segments_2, _0.fdx, _0.fdt, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5),segFN=segments_3,generation=3,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _1_dv.cfe, _1_1.del, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _1_dv.cfs, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 16620 T185 C10 P46794 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _1_dv.cfe, _1_1.del, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _1_dv.cfs, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 16622 T185 C10 P46794 oass.SolrIndexSearcher.<init> Opening Searcher@74c6f0cd main
[junit4:junit4]   2> 16622 T185 C10 P46794 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16623 T176 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74c6f0cd main{StandardDirectoryReader(segments_2:7:nrt _0(5.0):C40/18 _1(5.0):C40/18)}
[junit4:junit4]   2> 16624 T185 C10 P46794 oasu.UpdateLog$LogReplayer.run WARNING Log replay finished. recoveryInfo=RecoveryInfo{adds=0 deletes=0 deleteByQuery=0 errors=0 positionOfStart=4539}
[junit4:junit4]   2> 16625 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16625 T177 C10 P46794 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16626 T177 C10 P46794 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16629 T177 C10 P46794 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16662 T129 C11 P46787 /update {wt=javabin&version=2} {add=[48 (1428821150390026240)]} 0 3
[junit4:junit4]   2> 16668 T150 C12 P46791 /update {wt=javabin&version=2} {add=[48 (1428821150396317696)]} 0 3
[junit4:junit4]   2> 16672 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10048 (1428821150400512000)]} 0 3
[junit4:junit4]   2> 16677 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10048 (1428821150406803456)]} 0 2
[junit4:junit4]   2> 16755 T129 C11 P46787 /update {wt=javabin&version=2} {add=[49 (1428821150487543808)]} 0 2
[junit4:junit4]   2> 16761 T150 C12 P46791 /update {wt=javabin&version=2} {add=[49 (1428821150494883840)]} 0 2
[junit4:junit4]   2> 16764 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10049 (1428821150496980992)]} 0 3
[junit4:junit4]   2> 16769 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10049 (1428821150503272448)]} 0 2
[junit4:junit4]   2> 16861 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[42 (-1428821150600790016)]} 0 0
[junit4:junit4]   2> 16866 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[42 (-1428821150606032896)]} 0 1
[junit4:junit4]   2> 16868 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10042 (-1428821150608130048)]} 0 1
[junit4:junit4]   2> 16871 T128 C11 P46787 /update {wt=javabin&version=2} {add=[50 (1428821150610227200)]} 0 2
[junit4:junit4]   2> 16872 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10042 (-1428821150612324352)]} 0 0
[junit4:junit4]   2> 16876 T149 C12 P46791 /update {wt=javabin&version=2} {add=[50 (1428821150615470080)]} 0 2
[junit4:junit4]   2> 16879 T128 C11 P46787 /update {wt=javabin&version=2} {add=[10050 (1428821150617567232)]} 0 3
[junit4:junit4]   2> 16884 T149 C12 P46791 /update {wt=javabin&version=2} {add=[10050 (1428821150623858688)]} 0 1
[junit4:junit4]   2> 16970 T139 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16971 T139 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46794_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46794"}
[junit4:junit4]   2> 16976 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[43 (-1428821150721376256)]} 0 0
[junit4:junit4]   2> 16980 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[43 (-1428821150725570560)]} 0 1
[junit4:junit4]   2> 16984 T128 C11 P46787 /update {wt=javabin&version=2} {delete=[10043 (-1428821150729764865)]} 0 0
[junit4:junit4]   2> 16985 T129 C11 P46787 /update {wt=javabin&version=2} {add=[51 (1428821150729764864)]} 0 2
[junit4:junit4]   2> 16987 T149 C12 P46791 /update {wt=javabin&version=2} {delete=[10043 (-1428821150732910592)]} 0 0
[junit4:junit4]   2> 16988 T138 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> 16988 T158 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> 16988 T174 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> 16988 T145 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> 16990 T150 C12 P46791 /update {wt=javabin&version=2} {add=[51 (1428821150735007744)]} 0 2
[junit4:junit4]   2> 16993 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10051 (1428821150738153472)]} 0 2
[junit4:junit4]   2>  C10_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:46794_, base_url=http://127.0.0.1:46794}
[junit4:junit4]   2> 17004 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10051 (1428821150743396352)]} 0 4
[junit4:junit4]   2> 17005 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10051 (1428821150743396352)]} 0 9
[junit4:junit4]   2> 17036 T129 C11 P46787 /update {wt=javabin&version=2} {add=[52 (1428821150783242240)]} 0 1
[junit4:junit4]   2> 17041 T116 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17041 T116 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17046 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1428821150787436544)]} 0 2
[junit4:junit4]   2> 17047 T150 C12 P46791 /update {wt=javabin&version=2} {add=[52 (1428821150787436544)]} 0 8
[junit4:junit4]   2> 17050 T116 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cd29a7a
[junit4:junit4]   2> 17051 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10052 (1428821150798970880)]} 0 1
[junit4:junit4]   2> 17059 T116 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=42,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 17060 T116 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 17060 T165 C10 P46794 /update {distrib.from=http://127.0.0.1:46791/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10052 (1428821150804213760)]} 0 2
[junit4:junit4]   2> 17060 T116 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 17061 T165 C10 P46794 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cd29a7a
[junit4:junit4]   2> 17061 T116 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 17062 T165 C10 P46794 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=3,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=43,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 17068 T116 C10 P46794 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5),segFN=segments_3,generation=3,filenames=[_1_Lucene40_0.tim, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _0_dv.cfs, _0_nrm.cfs, _1_dv.cfe, _1_1.del, _0_Lucene40_0.prx, _1.fnm, _1_nrm.cfe, _1_Lucene40_0.tip, _1_Lucene40_0.prx, _0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe, _1_dv.cfs, _0.fdx, _0.si, _0.fdt, segments_3, _0_dv.cfe]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a22e7db lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e3654a5),segFN=segments_4,generation=4,filenames=[_1_Lucene40_0.tim, _4_nrm.cfe, _4.fnm, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _4.fdx, _0_Lucene40_0.frq, _4_dv.cfs, _4_dv.cfe, _4_Lucene40_0.tip, _1_dv.cfs, _4_Lucene40_0.tim, _0.si, _4_Lucene40_0.prx, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _4.si, _4.fdt, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_Lucene40_0.prx, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _4_Lucene40_0.frq, _4_nrm.cfs, _0_nrm.cfe, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 17070 T116 C10 P46794 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_1_Lucene40_0.tim, _4_nrm.cfe, _4.fnm, _0_dv.cfs, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _4.fdx, _0_Lucene40_0.frq, _4_dv.cfs, _4_dv.cfe, _4_Lucene40_0.tip, _1_dv.cfs, _4_Lucene40_0.tim, _0.si, _4_Lucene40_0.prx, _1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_1.del, _4.si, _4.fdt, _0_nrm.cfs, _1_1.del, _1_dv.cfe, _0_Lucene40_0.tip, _1_Lucene40_0.prx, _1_nrm.cfe, _1.fdx, _1.fdt, _1.si, _4_Lucene40_0.frq, _4_nrm.cfs, _0_nrm.cfe, _0.fdx, _0.fdt, segments_4, _0_dv.cfe]
[junit4:junit4]   2> 17073 T165 C10 P46794 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 17073 T116 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 17074 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10052 (1428821150804213760)]} 0 20
[junit4:junit4]   2> 17074 T121 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d431401960008
[junit4:junit4]   2> 17076 T118 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:46796 which had sessionid 0x13d431401960008
[junit4:junit4]   2> 17077 T145 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 17077 T158 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 17077 T138 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 17077 T145 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> 17078 T158 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> 17078 T138 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> 17080 T116 oaz.ZooKeeper.close Session: 0x13d431401960008 closed
[junit4:junit4]   2> 17082 T116 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 17098 T129 C11 P46787 /update {wt=javabin&version=2} {add=[53 (1428821150848253952)]} 0 2
[junit4:junit4]   2> 17103 T150 C12 P46791 /update {wt=javabin&version=2} {add=[53 (1428821150852448256)]} 0 2
[junit4:junit4]   2> 17124 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10053 (1428821150875516928)]} 0 2
[junit4:junit4]   2> 17129 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10053 (1428821150880759808)]} 0 2
[junit4:junit4]   2> 17150 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[44 (-1428821150903828480)]} 0 1
[junit4:junit4]   2> 17153 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[44 (-1428821150906974208)]} 0 0
[junit4:junit4]   2> 17157 T129 C11 P46787 /update {wt=javabin&version=2} {add=[54 (1428821150910119936)]} 0 1
[junit4:junit4]   2> 17161 T150 C12 P46791 /update {wt=javabin&version=2} {add=[54 (1428821150914314240)]} 0 1
[junit4:junit4]   2> 17176 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10044 (-1428821150930042880)]} 0 1
[junit4:junit4]   2> 17178 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10044 (-1428821150933188608)]} 0 0
[junit4:junit4]   2> 17183 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10054 (1428821150937382912)]} 0 2
[junit4:junit4]   2> 17186 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10054 (1428821150940528640)]} 0 1
[junit4:junit4]   2> 17214 T129 C11 P46787 /update {wt=javabin&version=2} {add=[55 (1428821150969888768)]} 0 1
[junit4:junit4]   2> 17218 T150 C12 P46791 /update {wt=javabin&version=2} {add=[55 (1428821150974083072)]} 0 1
[junit4:junit4]   2> 17239 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10055 (1428821150996103168)]} 0 1
[junit4:junit4]   2> 17243 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10055 (1428821151000297472)]} 0 1
[junit4:junit4]   2> 17280 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[45 (-1428821151040143360)]} 0 0
[junit4:junit4]   2> 17283 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[45 (-1428821151043289088)]} 0 0
[junit4:junit4]   2> 17287 T129 C11 P46787 /update {wt=javabin&version=2} {add=[56 (1428821151046434816)]} 0 1
[junit4:junit4]   2> 17291 T150 C12 P46791 /update {wt=javabin&version=2} {add=[56 (1428821151050629120)]} 0 1
[junit4:junit4]   2> 17305 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10045 (-1428821151066357760)]} 0 0
[junit4:junit4]   2> 17308 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[10045 (-1428821151069503488)]} 0 0
[junit4:junit4]   2> 17313 T129 C11 P46787 /update {wt=javabin&version=2} {add=[10056 (1428821151072649216)]} 0 2
[junit4:junit4]   2> 17317 T150 C12 P46791 /update {wt=javabin&version=2} {add=[10056 (1428821151077892096)]} 0 1
[junit4:junit4]   2> 17350 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[48 (-1428821151113543680)]} 0 0
[junit4:junit4]   2> 17354 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[48 (-1428821151116689408)]} 0 0
[junit4:junit4]   2> 17357 T129 C11 P46787 /update {wt=javabin&version=2} {add=[57 (1428821151119835136)]} 0 1
[junit4:junit4]   2> 17361 T150 C12 P46791 /update {wt=javabin&version=2} {add=[57 (1428821151124029440)]} 0 1
[junit4:junit4]   2> 17376 T129 C11 P46787 /update {wt=javabin&version=2} {delete=[10048 (-1428821151140806656)]} 0 0
[junit4:junit4]   2> 17379 T150 C12 P46791 /update {wt=javabin&version=2} {delete=[1004

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

nContext.runLeaderProcess I am the new leader: http://127.0.0.1:18602/collection1/
[junit4:junit4]   2> 86791 T1759 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@52c4ab09
[junit4:junit4]   2> 86797 T1759 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=36,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 86798 T1759 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 86798 T1759 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 86799 T1759 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 86801 T1759 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 86801 T1759 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3/index.20130307063031378
[junit4:junit4]   2> 86802 T1759 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3/index.20130307063031378
[junit4:junit4]   2> 86802 T1759 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3
[junit4:junit4]   2> 86802 T1759 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3
[junit4:junit4]   2> 86802 T1759 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3/index
[junit4:junit4]   2> 86803 T1759 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362630610970/jetty3/index
[junit4:junit4]   2> 86803 T1759 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 86803 T1759 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/89301359720988682-4-n_0000000001
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:153)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:150)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:150)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:243)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 86804 T1759 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86804 T1759 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> 86804 T1759 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86805 T1759 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> 86805 T1759 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86805 T1759 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 86806 T1759 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=el_GR, timezone=Europe/Tiraspol
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=2,free=61049912,total=409993216
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestReload, StatsComponentTest, TestFieldTypeCollectionResource, TestBM25SimilarityFactory, DisMaxRequestHandlerTest, TestBinaryResponseWriter, FieldAnalysisRequestHandlerTest, OutputWriterTest, BasicZkTest, SampleTest, JSONWriterTest, OpenExchangeRatesOrgProviderTest, SpellCheckCollatorTest, TestFastOutputStream, DirectUpdateHandlerTest, TimeZoneUtilsTest, SolrCoreCheckLockOnStartupTest, TestMultiCoreConfBootstrap, SpellPossibilityIteratorTest, TestJmxIntegration, TestMergePolicyConfig, TestLazyCores, TestPropInject, HighlighterTest, TestFieldResource, XsltUpdateRequestHandlerTest, DebugComponentTest, SpellCheckComponentTest, TestQuerySenderNoQuery, TestIndexSearcher, TestUpdate, TestCSVLoader, ConvertedLegacyTest, TestRandomFaceting, TestElisionMultitermQuery, ClusterStateTest, MultiTermTest, LeaderElectionIntegrationTest, TestRTGBase, NoCacheHeaderTest, DocValuesMultiTest, SortByFunctionTest, TestAnalyzedSuggestions, TestNumberUtils, HardAutoCommitTest, TestIndexingPerformance, SolrRequestParserTest, SignatureUpdateProcessorFactoryTest, FullSolrCloudDistribCmdsTest, SolrIndexConfigTest, TestSolrXMLSerializer, CurrencyFieldXmlFileTest, EchoParamsTest, TestSolrDiscoveryProperties, ZkSolrClientTest, UniqFieldsUpdateProcessorFactoryTest, BadIndexSchemaTest, ZkNodePropsTest, URLClassifyProcessorTest, TestDFRSimilarityFactory, OpenCloseCoreStressTest, TestCSVResponseWriter, TermVectorComponentDistributedTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 87.67s, 1 test, 1 error <<< FAILURES!

[...truncated 419 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:877: There were test failures: 268 suites, 1134 tests, 2 suite-level errors, 1 error, 27 ignored (8 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3792 - Still Failing

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

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

Error Message:
No registered leader was found, collection:collection1 slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, collection:collection1 slice:shard1
	at __randomizedtesting.SeedInfo.seed([A6290DB6B33338AA:27CF83AEC46C5896]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:481)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:295)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:116)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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)


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

Error Message:
Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:48973/nmv/i/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:48977/nmv/i/collection1], CloudJettyRunner [url=http://127.0.0.1:48977/nmv/i/collection1]]

Stack Trace:
java.lang.AssertionError: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:48973/nmv/i/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:48977/nmv/i/collection1], CloudJettyRunner [url=http://127.0.0.1:48977/nmv/i/collection1]]
	at __randomizedtesting.SeedInfo.seed([A6290DB6B33338AA:27CF83AEC46C5896]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:212)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9064 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T454 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /nmv/i
[junit4:junit4]   2> 7 T454 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-SyncSliceTest-1362691868308
[junit4:junit4]   2> 8 T454 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T455 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 14 T455 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 15 T455 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 15 T455 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 15 T455 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 16 T455 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T454 oasc.ZkTestServer.run start zk server on port:48963
[junit4:junit4]   2> 110 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@15480627
[junit4:junit4]   2> 111 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T460 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T460 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 113 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48964
[junit4:junit4]   2> 114 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48964
[junit4:junit4]   2> 114 T458 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 121 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0000 with negotiated timeout 10000 for client /140.211.11.196:48964
[junit4:junit4]   2> 121 T460 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0000, negotiated timeout = 10000
[junit4:junit4]   2> 122 T461 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15480627 name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 122 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 122 T454 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 126 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0000
[junit4:junit4]   2> 128 T461 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48964 which had sessionid 0x13d46c3c69e0000
[junit4:junit4]   2> 128 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0000 closed
[junit4:junit4]   2> 128 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@65c68379
[junit4:junit4]   2> 129 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 130 T462 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 130 T462 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 131 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48965
[junit4:junit4]   2> 131 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48965
[junit4:junit4]   2> 132 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0001 with negotiated timeout 10000 for client /140.211.11.196:48965
[junit4:junit4]   2> 132 T462 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0001, negotiated timeout = 10000
[junit4:junit4]   2> 133 T463 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65c68379 name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 133 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 133 T454 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 144 T454 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 148 T454 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 152 T454 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 156 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 157 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 172 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 283 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 283 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 296 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 296 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 300 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 301 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 305 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 305 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 310 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 310 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 314 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 314 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 318 T454 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 319 T454 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 322 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0001
[junit4:junit4]   2> 323 T463 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 323 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0001 closed
[junit4:junit4]   2> 324 T456 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d46c3c69e0001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 325 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48965 which had sessionid 0x13d46c3c69e0001
[junit4:junit4]   2> 500 T454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 503 T454 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48966
[junit4:junit4]   2> 503 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 504 T454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 504 T454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624
[junit4:junit4]   2> 504 T454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/solr.xml
[junit4:junit4]   2> 505 T454 oasc.CoreContainer.<init> New CoreContainer 1723599934
[junit4:junit4]   2> 505 T454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/'
[junit4:junit4]   2> 506 T454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/'
[junit4:junit4]   2> 587 T454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 588 T454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 588 T454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 588 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 589 T454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 589 T454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 590 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 590 T454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 591 T454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 591 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 618 T454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 642 T454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48963/solr
[junit4:junit4]   2> 643 T454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 644 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@213c5b6c
[junit4:junit4]   2> 645 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 645 T473 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 646 T473 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 646 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48967
[junit4:junit4]   2> 647 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48967
[junit4:junit4]   2> 649 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0002 with negotiated timeout 20000 for client /140.211.11.196:48967
[junit4:junit4]   2> 649 T473 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0002, negotiated timeout = 20000
[junit4:junit4]   2> 649 T474 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@213c5b6c name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 650 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 651 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0002
[junit4:junit4]   2> 660 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48967 which had sessionid 0x13d46c3c69e0002
[junit4:junit4]   2> 672 T474 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 672 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0002 closed
[junit4:junit4]   2> 673 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 687 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c344038
[junit4:junit4]   2> 688 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 689 T475 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 689 T475 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 690 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48968
[junit4:junit4]   2> 690 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48968
[junit4:junit4]   2> 692 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0003 with negotiated timeout 20000 for client /140.211.11.196:48968
[junit4:junit4]   2> 692 T475 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0003, negotiated timeout = 20000
[junit4:junit4]   2> 692 T476 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c344038 name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 692 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 699 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 702 T454 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 705 T454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48966_nmv%2Fi
[junit4:junit4]   2> 706 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48966_nmv%2Fi Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48966_nmv%2Fi
[junit4:junit4]   2> 712 T454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48966_nmv%2Fi
[junit4:junit4]   2> 722 T454 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 754 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 755 T454 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 764 T454 oasc.Overseer.start Overseer (id=89305374282088451-127.0.0.1:48966_nmv%2Fi-n_0000000000) starting
[junit4:junit4]   2> 764 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 766 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 767 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 768 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 769 T478 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 771 T454 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 774 T454 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 777 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 780 T477 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 793 T479 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/collection1
[junit4:junit4]   2> 793 T479 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 794 T479 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 794 T479 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 796 T479 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/collection1/'
[junit4:junit4]   2> 797 T479 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/collection1/lib/README' to classloader
[junit4:junit4]   2> 798 T479 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 850 T479 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 928 T479 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1029 T479 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1039 T479 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1780 T479 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1795 T479 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1800 T479 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1820 T479 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1826 T479 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1832 T479 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1834 T479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1834 T479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1834 T479 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1836 T479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1836 T479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1836 T479 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362691868624/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data/
[junit4:junit4]   2> 1837 T479 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13105b09
[junit4:junit4]   2> 1837 T479 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1838 T479 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data forceNew: false
[junit4:junit4]   2> 1838 T479 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data/index/
[junit4:junit4]   2> 1839 T479 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1840 T479 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data/index forceNew: false
[junit4:junit4]   2> 1845 T479 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1845 T479 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1848 T479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1848 T479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1849 T479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1850 T479 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1850 T479 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1850 T479 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1851 T479 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1851 T479 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1852 T479 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1870 T479 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1877 T479 oass.SolrIndexSearcher.<init> Opening Searcher@59facef4 main
[junit4:junit4]   2> 1878 T479 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/control/data/tlog
[junit4:junit4]   2> 1879 T479 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1879 T479 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1883 T480 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59facef4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1885 T479 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1885 T479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1886 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2285 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2286 T477 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> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48966_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48966/nmv/i"}
[junit4:junit4]   2> 2286 T477 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2287 T477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2287 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2324 T476 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> 2896 T479 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2896 T479 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48966/nmv/i collection:control_collection shard:shard1
[junit4:junit4]   2> 2897 T479 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2913 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2914 T479 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2914 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2927 T479 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2928 T479 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2928 T479 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48966/nmv/i/collection1/
[junit4:junit4]   2> 2928 T479 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2928 T479 oasc.SyncStrategy.syncToMe http://127.0.0.1:48966/nmv/i/collection1/ has no replicas
[junit4:junit4]   2> 2929 T479 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48966/nmv/i/collection1/
[junit4:junit4]   2> 2929 T479 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2934 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3842 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3878 T476 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> 3912 T479 oasc.ZkController.register We are http://127.0.0.1:48966/nmv/i/collection1/ and leader is http://127.0.0.1:48966/nmv/i/collection1/
[junit4:junit4]   2> 3912 T479 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48966/nmv/i
[junit4:junit4]   2> 3912 T479 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3912 T479 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3913 T479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3915 T479 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3916 T454 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3917 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3918 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3947 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3948 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2081cc10
[junit4:junit4]   2> 3950 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3950 T482 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3951 T482 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 3951 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48969
[junit4:junit4]   2> 3951 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48969
[junit4:junit4]   2> 3953 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0004 with negotiated timeout 10000 for client /140.211.11.196:48969
[junit4:junit4]   2> 3953 T482 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0004, negotiated timeout = 10000
[junit4:junit4]   2> 3953 T483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2081cc10 name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3953 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3956 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3959 T454 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4237 T454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4241 T454 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48970
[junit4:junit4]   2> 4242 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4243 T454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4244 T454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259
[junit4:junit4]   2> 4245 T454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/solr.xml
[junit4:junit4]   2> 4245 T454 oasc.CoreContainer.<init> New CoreContainer 991440203
[junit4:junit4]   2> 4247 T454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/'
[junit4:junit4]   2> 4247 T454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/'
[junit4:junit4]   2> 4354 T454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4354 T454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4355 T454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4356 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4356 T454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4357 T454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4357 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4358 T454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4359 T454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4360 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4394 T454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4422 T454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48963/solr
[junit4:junit4]   2> 4423 T454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4424 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@594e2e29
[junit4:junit4]   2> 4425 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4425 T493 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4426 T493 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 4427 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48971
[junit4:junit4]   2> 4427 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48971
[junit4:junit4]   2> 4434 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0005 with negotiated timeout 20000 for client /140.211.11.196:48971
[junit4:junit4]   2> 4434 T493 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0005, negotiated timeout = 20000
[junit4:junit4]   2> 4435 T494 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@594e2e29 name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4435 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4438 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0005
[junit4:junit4]   2> 4443 T494 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4443 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48971 which had sessionid 0x13d46c3c69e0005
[junit4:junit4]   2> 4443 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0005 closed
[junit4:junit4]   2> 4444 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4457 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@186ff3b
[junit4:junit4]   2> 4458 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4459 T495 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4459 T495 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 4459 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48972
[junit4:junit4]   2> 4460 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48972
[junit4:junit4]   2> 4462 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0006 with negotiated timeout 20000 for client /140.211.11.196:48972
[junit4:junit4]   2> 4463 T495 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0006, negotiated timeout = 20000
[junit4:junit4]   2> 4463 T496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@186ff3b name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4463 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4464 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4469 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4476 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5402 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5403 T477 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> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48966_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48966/nmv/i"}
[junit4:junit4]   2> 5415 T476 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> 5415 T483 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> 5415 T496 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> 5481 T454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48970_nmv%2Fi
[junit4:junit4]   2> 5482 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:delete cxid:0xd zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48970_nmv%2Fi Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48970_nmv%2Fi
[junit4:junit4]   2> 5483 T454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48970_nmv%2Fi
[junit4:junit4]   2> 5486 T476 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> 5486 T483 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> 5486 T496 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> 5488 T476 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5489 T483 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5489 T496 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5497 T497 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/collection1
[junit4:junit4]   2> 5498 T497 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5499 T497 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5499 T497 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5501 T497 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/collection1/'
[junit4:junit4]   2> 5502 T497 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/collection1/lib/README' to classloader
[junit4:junit4]   2> 5503 T497 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5565 T497 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5644 T497 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5745 T497 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5755 T497 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6555 T497 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6569 T497 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6573 T497 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6593 T497 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6599 T497 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6605 T497 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6607 T497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6607 T497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6608 T497 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6609 T497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6609 T497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6610 T497 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362691872259/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1/
[junit4:junit4]   2> 6610 T497 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13105b09
[junit4:junit4]   2> 6611 T497 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6611 T497 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1 forceNew: false
[junit4:junit4]   2> 6612 T497 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1/index/
[junit4:junit4]   2> 6613 T497 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6613 T497 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1/index forceNew: false
[junit4:junit4]   2> 6616 T497 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6616 T497 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6620 T497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6620 T497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6621 T497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6621 T497 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6622 T497 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6622 T497 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6623 T497 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6623 T497 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6624 T497 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6639 T497 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6646 T497 oass.SolrIndexSearcher.<init> Opening Searcher@7edcd6a6 main
[junit4:junit4]   2> 6646 T497 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty1/tlog
[junit4:junit4]   2> 6647 T497 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6648 T497 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6653 T498 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7edcd6a6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6656 T497 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6656 T497 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6922 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6923 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48970_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48970/nmv/i"}
[junit4:junit4]   2> 6923 T477 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 6924 T477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6936 T476 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> 6936 T496 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> 6936 T483 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> 7659 T497 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7659 T497 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48970/nmv/i collection:collection1 shard:shard1
[junit4:junit4]   2> 7661 T497 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7680 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:delete cxid:0x4a zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7682 T497 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7683 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:create cxid:0x4b zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7692 T497 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7692 T497 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7692 T497 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 7693 T497 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7693 T497 oasc.SyncStrategy.syncToMe http://127.0.0.1:48970/nmv/i/collection1/ has no replicas
[junit4:junit4]   2> 7694 T497 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 7694 T497 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7709 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0006 type:create cxid:0x55 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8442 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8480 T483 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> 8480 T476 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> 8481 T496 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> 8487 T497 oasc.ZkController.register We are http://127.0.0.1:48970/nmv/i/collection1/ and leader is http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 8487 T497 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48970/nmv/i
[junit4:junit4]   2> 8487 T497 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8487 T497 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8487 T497 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8489 T497 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8490 T454 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8491 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8491 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8717 T454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8721 T454 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48973
[junit4:junit4]   2> 8721 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8722 T454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8722 T454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810
[junit4:junit4]   2> 8723 T454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/solr.xml
[junit4:junit4]   2> 8723 T454 oasc.CoreContainer.<init> New CoreContainer 832867315
[junit4:junit4]   2> 8724 T454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/'
[junit4:junit4]   2> 8725 T454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/'
[junit4:junit4]   2> 8799 T454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8800 T454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8800 T454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8801 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8802 T454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8802 T454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8802 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8803 T454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8803 T454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8804 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8831 T454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8855 T454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48963/solr
[junit4:junit4]   2> 8856 T454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8856 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@122c2ba0
[junit4:junit4]   2> 8857 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8858 T509 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8858 T509 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 8859 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48974
[junit4:junit4]   2> 8859 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48974
[junit4:junit4]   2> 8860 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0007 with negotiated timeout 20000 for client /140.211.11.196:48974
[junit4:junit4]   2> 8860 T509 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0007, negotiated timeout = 20000
[junit4:junit4]   2> 8861 T510 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@122c2ba0 name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8861 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8862 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0007
[junit4:junit4]   2> 8864 T510 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8864 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48974 which had sessionid 0x13d46c3c69e0007
[junit4:junit4]   2> 8864 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0007 closed
[junit4:junit4]   2> 8864 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8878 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@605fbacc
[junit4:junit4]   2> 8880 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8880 T511 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8881 T511 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 8881 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48975
[junit4:junit4]   2> 8881 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48975
[junit4:junit4]   2> 8883 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0008 with negotiated timeout 20000 for client /140.211.11.196:48975
[junit4:junit4]   2> 8883 T511 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0008, negotiated timeout = 20000
[junit4:junit4]   2> 8883 T512 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@605fbacc name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8883 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8885 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8886 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8889 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9894 T454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48973_nmv%2Fi
[junit4:junit4]   2> 9895 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48973_nmv%2Fi Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48973_nmv%2Fi
[junit4:junit4]   2> 9896 T454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48973_nmv%2Fi
[junit4:junit4]   2> 9900 T476 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> 9900 T483 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> 9900 T496 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> 9901 T512 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9903 T483 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9903 T476 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9903 T496 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9921 T513 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/collection1
[junit4:junit4]   2> 9921 T513 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9922 T513 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9922 T513 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9924 T513 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/collection1/'
[junit4:junit4]   2> 9926 T513 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9927 T513 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/collection1/lib/README' to classloader
[junit4:junit4]   2> 9989 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9990 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48970_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48970/nmv/i"}
[junit4:junit4]   2> 9995 T513 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10014 T476 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> 10014 T483 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> 10014 T512 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> 10014 T496 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> 10060 T513 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10161 T513 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10174 T513 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11007 T513 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11022 T513 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11027 T513 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11046 T513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11051 T513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11058 T513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11060 T513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11061 T513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11061 T513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11063 T513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11063 T513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11064 T513 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362691876810/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/
[junit4:junit4]   2> 11064 T513 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13105b09
[junit4:junit4]   2> 11065 T513 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11066 T513 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2 forceNew: false
[junit4:junit4]   2> 11066 T513 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/index/
[junit4:junit4]   2> 11067 T513 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11067 T513 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/index forceNew: false
[junit4:junit4]   2> 11070 T513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11070 T513 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11073 T513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11074 T513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11075 T513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11075 T513 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11076 T513 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11076 T513 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11076 T513 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11077 T513 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11078 T513 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11094 T513 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11102 T513 oass.SolrIndexSearcher.<init> Opening Searcher@37c7d1e4 main
[junit4:junit4]   2> 11102 T513 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/tlog
[junit4:junit4]   2> 11103 T513 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11103 T513 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11108 T514 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@37c7d1e4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11110 T513 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11110 T513 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11528 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11529 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48973_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48973/nmv/i"}
[junit4:junit4]   2> 11529 T477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11529 T477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11579 T476 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> 11579 T512 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> 11579 T483 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> 11579 T496 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> 12116 T513 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12116 T513 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48973/nmv/i collection:collection1 shard:shard1
[junit4:junit4]   2> 12121 T513 oasc.ZkController.register We are http://127.0.0.1:48973/nmv/i/collection1/ and leader is http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 12121 T513 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48973/nmv/i
[junit4:junit4]   2> 12121 T513 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12122 T513 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@3e47fd90 url=http://127.0.0.1:48973/nmv/i/collection1 node=127.0.0.1:48973_nmv%2Fi C24_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:48973_nmv%2Fi, base_url=http://127.0.0.1:48973/nmv/i}
[junit4:junit4]   2> 12122 T515 C24 P48973 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12123 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12123 T515 C24 P48973 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12123 T515 C24 P48973 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12123 T513 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12125 T515 C24 P48973 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12126 T454 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12126 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12127 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12405 T454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12408 T454 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48977
[junit4:junit4]   2> 12409 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12409 T454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12410 T454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451
[junit4:junit4]   2> 12410 T454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/solr.xml
[junit4:junit4]   2> 12410 T454 oasc.CoreContainer.<init> New CoreContainer 413888298
[junit4:junit4]   2> 12411 T454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/'
[junit4:junit4]   2> 12412 T454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/'
[junit4:junit4]   2> 12518 T454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12519 T454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12519 T454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12519 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12520 T454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12520 T454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12521 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12521 T454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12522 T454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12522 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12553 T454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12577 T454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48963/solr
[junit4:junit4]   2> 12578 T454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12578 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1999161b
[junit4:junit4]   2> 12580 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12580 T526 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12581 T526 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 12581 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48978
[junit4:junit4]   2> 12581 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48978
[junit4:junit4]   2> 12585 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e0009 with negotiated timeout 20000 for client /140.211.11.196:48978
[junit4:junit4]   2> 12585 T526 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e0009, negotiated timeout = 20000
[junit4:junit4]   2> 12586 T527 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1999161b name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12586 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12588 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e0009
[junit4:junit4]   2> 12592 T527 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12592 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48978 which had sessionid 0x13d46c3c69e0009
[junit4:junit4]   2> 12592 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e0009 closed
[junit4:junit4]   2> 12593 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12607 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@60642796
[junit4:junit4]   2> 12608 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12608 T528 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12609 T528 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 12609 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48979
[junit4:junit4]   2> 12610 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48979
[junit4:junit4]   2> 12611 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e000a with negotiated timeout 20000 for client /140.211.11.196:48979
[junit4:junit4]   2> 12611 T528 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e000a, negotiated timeout = 20000
[junit4:junit4]   2> 12611 T529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60642796 name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12612 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12613 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000a type:create cxid:0x1 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12619 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000a type:create cxid:0x2 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12627 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13092 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13093 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48973_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48973/nmv/i"}
[junit4:junit4]   2> 13108 T512 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> 13108 T476 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> 13108 T483 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> 13108 T496 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> 13108 T529 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> 13154 T486 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=3&state=recovering&nodeName=127.0.0.1:48973_nmv%252Fi&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1002 
[junit4:junit4]   2> 13631 T454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48977_nmv%2Fi
[junit4:junit4]   2> 13632 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000a type:delete cxid:0xd zxid:0x87 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48977_nmv%2Fi Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48977_nmv%2Fi
[junit4:junit4]   2> 13638 T454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48977_nmv%2Fi
[junit4:junit4]   2> 13644 T476 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> 13644 T496 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> 13644 T483 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> 13645 T512 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13645 T529 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13645 T512 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> 13645 T529 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> 13647 T476 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13647 T496 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13652 T483 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13659 T530 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/collection1
[junit4:junit4]   2> 13659 T530 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13660 T530 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13660 T530 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13662 T530 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/collection1/'
[junit4:junit4]   2> 13664 T530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13664 T530 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/collection1/lib/README' to classloader
[junit4:junit4]   2> 13721 T530 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13794 T530 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13896 T530 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13907 T530 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14612 T530 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14622 T530 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14624 T530 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14638 T530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14643 T530 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14646 T530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14647 T530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14648 T530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14648 T530 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14649 T530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14649 T530 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14650 T530 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362691880451/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/
[junit4:junit4]   2> 14650 T530 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13105b09
[junit4:junit4]   2> 14650 T530 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14651 T530 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3 forceNew: false
[junit4:junit4]   2> 14651 T530 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/index/
[junit4:junit4]   2> 14651 T530 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14652 T530 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/index forceNew: false
[junit4:junit4]   2> 14654 T530 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14654 T530 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14656 T530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14656 T530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14657 T530 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14657 T530 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14658 T530 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14658 T530 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14658 T530 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14659 T530 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14659 T530 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14678 T530 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14684 T530 oass.SolrIndexSearcher.<init> Opening Searcher@937100a main
[junit4:junit4]   2> 14684 T530 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/tlog
[junit4:junit4]   2> 14685 T530 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14686 T530 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14689 T531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@937100a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14691 T530 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14691 T530 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C24_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:48973_nmv%2Fi, base_url=http://127.0.0.1:48973/nmv/i}
[junit4:junit4]   2> 15156 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48970/nmv/i/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15156 T515 C24 P48973 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48973/nmv/i START replicas=[http://127.0.0.1:48970/nmv/i/collection1/] nUpdates=100
[junit4:junit4]   2> 15157 T515 C24 P48973 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15157 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15158 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15158 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15158 T515 C24 P48973 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15158 T515 C24 P48973 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48970/nmv/i/collection1/. core=collection1
[junit4:junit4]   2> 15158 T515 C24 P48973 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@72ec6903 url=http://127.0.0.1:48970/nmv/i/collection1 node=127.0.0.1:48970_nmv%2Fi C25_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:48970_nmv%2Fi, base_url=http://127.0.0.1:48970/nmv/i, leader=true}
[junit4:junit4]   2> 15170 T487 C25 P48970 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15186 T488 C25 P48970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15189 T488 C25 P48970 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15189 T488 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15190 T488 C25 P48970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15190 T488 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15191 T488 C25 P48970 oass.SolrIndexSearcher.<init> Opening Searcher@60089a9 realtime
[junit4:junit4]   2> 15191 T488 C25 P48970 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15192 T488 C25 P48970 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 15193 T515 C24 P48973 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15193 T515 C24 P48973 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15195 T489 C25 P48970 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15196 T489 C25 P48970 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15196 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15197 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15197 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15200 T489 C25 P48970 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15200 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15201 T515 C24 P48973 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty2/index.20130307153123501 forceNew: false
[junit4:junit4]   2> 15202 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@20e8d1f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e1584a) fullCopy=false
[junit4:junit4]   2> 15204 T489 C25 P48970 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 15206 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15207 T515 C24 P48973 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15207 T515 C24 P48973 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15209 T515 C24 P48973 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15210 T515 C24 P48973 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15210 T515 C24 P48973 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15210 T515 C24 P48973 oass.SolrIndexSearcher.<init> Opening Searcher@43931117 main
[junit4:junit4]   2> 15211 T514 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43931117 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15212 T515 C24 P48973 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@20e8d1f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e1584a)
[junit4:junit4]   2> 15212 T515 C24 P48973 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15212 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15212 T515 C24 P48973 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15213 T515 C24 P48973 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15220 T515 C24 P48973 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16117 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16119 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48977_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48977/nmv/i"}
[junit4:junit4]   2> 16119 T477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 16119 T477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16124 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48973_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48973/nmv/i"}
[junit4:junit4]   2> 16141 T476 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> 16141 T512 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> 16141 T496 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> 16141 T483 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> 16141 T529 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> 16695 T530 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16695 T530 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48977/nmv/i collection:collection1 shard:shard1
[junit4:junit4]   2> 16699 T530 oasc.ZkController.register We are http://127.0.0.1:48977/nmv/i/collection1/ and leader is http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 16700 T530 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48977/nmv/i
[junit4:junit4]   2> 16700 T530 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16700 T530 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@6d46238 url=http://127.0.0.1:48977/nmv/i/collection1 node=127.0.0.1:48977_nmv%2Fi C26_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:48977_nmv%2Fi, base_url=http://127.0.0.1:48977/nmv/i}
[junit4:junit4]   2> 16700 T534 C26 P48977 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16702 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16702 T530 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16702 T534 C26 P48977 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16702 T534 C26 P48977 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16703 T454 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16704 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16704 T534 C26 P48977 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16704 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16948 T454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16951 T454 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:48984
[junit4:junit4]   2> 16952 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16952 T454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16953 T454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022
[junit4:junit4]   2> 16953 T454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/solr.xml
[junit4:junit4]   2> 16954 T454 oasc.CoreContainer.<init> New CoreContainer 67019712
[junit4:junit4]   2> 16955 T454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/'
[junit4:junit4]   2> 16955 T454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/'
[junit4:junit4]   2> 17035 T454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17036 T454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17036 T454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17037 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17037 T454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17038 T454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17038 T454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17039 T454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17039 T454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17040 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17066 T454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17091 T454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:48963/solr
[junit4:junit4]   2> 17092 T454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17092 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7499f311
[junit4:junit4]   2> 17093 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17094 T545 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17095 T545 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 17095 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48985
[junit4:junit4]   2> 17095 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48985
[junit4:junit4]   2> 17097 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e000b with negotiated timeout 20000 for client /140.211.11.196:48985
[junit4:junit4]   2> 17097 T545 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e000b, negotiated timeout = 20000
[junit4:junit4]   2> 17098 T546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7499f311 name:ZooKeeperConnection Watcher:127.0.0.1:48963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17098 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17100 T459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d46c3c69e000b
[junit4:junit4]   2> 17101 T546 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17101 T456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:48985 which had sessionid 0x13d46c3c69e000b
[junit4:junit4]   2> 17101 T454 oaz.ZooKeeper.close Session: 0x13d46c3c69e000b closed
[junit4:junit4]   2> 17101 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17115 T454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:48963/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1471dca0
[junit4:junit4]   2> 17116 T454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17116 T547 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:48963. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17117 T547 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:48963, initiating session
[junit4:junit4]   2> 17117 T456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:48986
[junit4:junit4]   2> 17118 T456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:48986
[junit4:junit4]   2> 17119 T458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d46c3c69e000c with negotiated timeout 20000 for client /140.211.11.196:48986
[junit4:junit4]   2> 17119 T547 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:48963, sessionid = 0x13d46c3c69e000c, negotiated timeout = 20000
[junit4:junit4]   2> 17120 T548 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1471dca0 name:ZooKeeperConnection Watcher:127.0.0.1:48963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17120 T454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17121 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000c type:create cxid:0x1 zxid:0x98 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17123 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000c type:create cxid:0x2 zxid:0x99 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17131 T454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17664 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17665 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48977_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48977/nmv/i"}
[junit4:junit4]   2> 17678 T476 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> 17678 T548 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> 17678 T483 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> 17678 T529 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> 17678 T512 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> 17678 T496 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> 17724 T490 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=4&state=recovering&nodeName=127.0.0.1:48977_nmv%252Fi&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 18136 T454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48984_nmv%2Fi
[junit4:junit4]   2> 18137 T459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d46c3c69e000c type:delete cxid:0xd zxid:0x9e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48984_nmv%2Fi Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48984_nmv%2Fi
[junit4:junit4]   2> 18138 T454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48984_nmv%2Fi
[junit4:junit4]   2> 18148 T476 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> 18148 T496 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> 18149 T483 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> 18149 T512 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18149 T548 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18150 T512 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> 18149 T529 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18150 T548 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> 18150 T529 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> 18151 T476 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18151 T496 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18152 T483 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18160 T549 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/collection1
[junit4:junit4]   2> 18160 T549 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18161 T549 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18161 T549 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18163 T549 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/collection1/'
[junit4:junit4]   2> 18164 T549 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/collection1/lib/README' to classloader
[junit4:junit4]   2> 18165 T549 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18222 T549 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18308 T549 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18409 T549 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18419 T549 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19076 T549 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19085 T549 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19088 T549 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19102 T549 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19105 T549 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19109 T549 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19109 T549 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19110 T549 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19110 T549 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19111 T549 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19111 T549 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19111 T549 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362691885022/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/
[junit4:junit4]   2> 19111 T549 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13105b09
[junit4:junit4]   2> 19112 T549 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19112 T549 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4 forceNew: false
[junit4:junit4]   2> 19112 T549 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/index/
[junit4:junit4]   2> 19113 T549 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19113 T549 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/index forceNew: false
[junit4:junit4]   2> 19115 T549 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19115 T549 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19117 T549 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19118 T549 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19118 T549 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19119 T549 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19119 T549 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19119 T549 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19120 T549 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19120 T549 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19120 T549 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19128 T549 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19132 T549 oass.SolrIndexSearcher.<init> Opening Searcher@2a0714e6 main
[junit4:junit4]   2> 19133 T549 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/tlog
[junit4:junit4]   2> 19133 T549 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19134 T549 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19137 T550 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a0714e6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19139 T549 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19139 T549 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19190 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19191 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48984_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48984/nmv/i"}
[junit4:junit4]   2> 19191 T477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 19191 T477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19202 T476 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> 19202 T529 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> 19202 T548 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> 19202 T483 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> 19202 T496 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> 19202 T512 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>  C26_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:48977_nmv%2Fi, base_url=http://127.0.0.1:48977/nmv/i}
[junit4:junit4]   2> 19726 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48970/nmv/i/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19726 T534 C26 P48977 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48977/nmv/i START replicas=[http://127.0.0.1:48970/nmv/i/collection1/] nUpdates=100
[junit4:junit4]   2> 19727 T534 C26 P48977 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19727 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19727 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19728 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19728 T534 C26 P48977 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19728 T534 C26 P48977 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48970/nmv/i/collection1/. core=collection1
[junit4:junit4]   2> 19728 T534 C26 P48977 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19730 T487 C25 P48970 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19749 T491 C25 P48970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19750 T491 C25 P48970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19750 T491 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19751 T491 C25 P48970 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19751 T491 C25 P48970 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 3
[junit4:junit4]   2> 19752 T534 C26 P48977 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19752 T534 C26 P48977 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19755 T489 C25 P48970 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19756 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19757 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19757 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19759 T489 C25 P48970 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19760 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19761 T534 C26 P48977 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty3/index.20130307153128060 forceNew: false
[junit4:junit4]   2> 19761 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@730e1598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d591752) fullCopy=false
[junit4:junit4]   2> 19764 T489 C25 P48970 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 19766 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19767 T534 C26 P48977 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19767 T534 C26 P48977 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19769 T534 C26 P48977 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19769 T534 C26 P48977 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19770 T534 C26 P48977 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19770 T534 C26 P48977 oass.SolrIndexSearcher.<init> Opening Searcher@4c5ec619 main
[junit4:junit4]   2> 19771 T531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c5ec619 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19771 T534 C26 P48977 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@730e1598 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d591752)
[junit4:junit4]   2> 19772 T534 C26 P48977 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19772 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19772 T534 C26 P48977 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19772 T534 C26 P48977 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19774 T534 C26 P48977 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20142 T549 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20142 T549 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48984/nmv/i collection:collection1 shard:shard1
[junit4:junit4]   2> 20147 T549 oasc.ZkController.register We are http://127.0.0.1:48984/nmv/i/collection1/ and leader is http://127.0.0.1:48970/nmv/i/collection1/
[junit4:junit4]   2> 20147 T549 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48984/nmv/i
[junit4:junit4]   2> 20147 T549 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20148 T549 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@464dfa23 url=http://127.0.0.1:48984/nmv/i/collection1 node=127.0.0.1:48984_nmv%2Fi C27_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:48984_nmv%2Fi, base_url=http://127.0.0.1:48984/nmv/i}
[junit4:junit4]   2> 20148 T553 C27 P48984 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20149 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20149 T553 C27 P48984 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20149 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20149 T553 C27 P48984 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20150 T454 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 20151 T454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20151 T454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20161 T553 C27 P48984 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20165 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20167 T454 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 20168 T454 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 20169 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20709 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20710 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48977_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48977/nmv/i"}
[junit4:junit4]   2> 20716 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48984_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48984/nmv/i"}
[junit4:junit4]   2> 20739 T476 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> 20740 T548 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> 20739 T512 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> 20739 T496 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> 20739 T529 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> 20740 T483 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> 21170 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21176 T492 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:48984_nmv%252Fi&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 22173 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23176 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C27_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:48984_nmv%2Fi, base_url=http://127.0.0.1:48984/nmv/i}
[junit4:junit4]   2> 23178 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48970/nmv/i/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23178 T553 C27 P48984 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48984/nmv/i START replicas=[http://127.0.0.1:48970/nmv/i/collection1/] nUpdates=100
[junit4:junit4]   2> 23179 T553 C27 P48984 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23179 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23179 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23179 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23179 T553 C27 P48984 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23179 T553 C27 P48984 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48970/nmv/i/collection1/. core=collection1
[junit4:junit4]   2> 23180 T553 C27 P48984 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23182 T487 C25 P48970 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 23193 T486 C25 P48970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23193 T486 C25 P48970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 23194 T486 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 23194 T486 C25 P48970 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23195 T486 C25 P48970 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 3
[junit4:junit4]   2> 23196 T553 C27 P48984 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23196 T553 C27 P48984 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23198 T489 C25 P48970 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23199 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 23199 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23200 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23202 T489 C25 P48970 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23203 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23205 T553 C27 P48984 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362691868307/jetty4/index.20130307153131504 forceNew: false
[junit4:junit4]   2> 23205 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@37ac4ac7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd0325f) fullCopy=false
[junit4:junit4]   2> 23208 T489 C25 P48970 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 23210 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23211 T553 C27 P48984 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23211 T553 C27 P48984 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23213 T553 C27 P48984 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 23213 T553 C27 P48984 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 23213 T553 C27 P48984 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23214 T553 C27 P48984 oass.SolrIndexSearcher.<init> Opening Searcher@742656c3 main
[junit4:junit4]   2> 23215 T550 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@742656c3 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 23215 T553 C27 P48984 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@37ac4ac7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd0325f)
[junit4:junit4]   2> 23216 T553 C27 P48984 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23216 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23216 T553 C27 P48984 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23216 T553 C27 P48984 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23218 T553 C27 P48984 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23750 T477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23751 T477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48984_nmv%2Fi",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48984/nmv/i"}
[junit4:junit4]   2> 23768 T476 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> 23768 T496 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> 23768 T483 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> 23768 T529 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> 23768 T512 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> 23768 T548 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> 24179 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24181 T454 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@3538e16b url=http://127.0.0.1:48966/nmv/i/collection1 node=127.0.0.1:48966_nmv%2Fi C28_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:48966_nmv%2Fi, base_url=http://127.0.0.1:48966/nmv/i, leader=true}
[junit4:junit4]   2> 24189 T466 C28 P48966 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24193 T466 C28 P48966 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24193 T466 C28 P48966 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24194 T466 C28 P48966 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24194 T466 C28 P48966 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24195 T466 C28 P48966 oass.SolrIndexSearcher.<init> Opening Searcher@45f886e main
[junit4:junit4]   2> 24195 T466 C28 P48966 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24197 T480 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45f886e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 24197 T466 C28 P48966 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 24223 T488 C25 P48970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24223 T488 C25 P48970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 24224 T488 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 24224 T488 C25 P48970 oass.SolrIndexSearcher.<init> Opening Searcher@6ca2cbd1 main
[junit4:junit4]   2> 24225 T488 C25 P48970 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24225 T498 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ca2cbd1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24226 T488 C25 P48970 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:48973/nmv/i/collection1/, StdNode: http://127.0.0.1:48977/nmv/i/collection1/, StdNode: http://127.0.0.1:48984/nmv/i/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2>  C24_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:48973_nmv%2Fi, base_url=http://127.0.0.1:48973/nmv/i}
[junit4:junit4]   2> 24236 T502 C24 P48973 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C26_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:48977_nmv%2Fi, base_url=http://127.0.0.1:48977/nmv/i}
[junit4:junit4]   2> 24236 T519 C26 P48977 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C27_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:48984_nmv%2Fi, base_url=http://127.0.0.1:48984/nmv/i}
[junit4:junit4]   2> 24236 T538 C27 P48984 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24237 T502 C24 P48973 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 24238 T502 C24 P48973 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 24238 T519 C26 P48977 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 24238 T538 C27 P48984 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 24239 T519 C26 P48977 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 24239 T502 C24 P48973 oass.SolrIndexSearcher.<init> Opening Searcher@17a7fbb6 main
[junit4:junit4]   2> 24239 T538 C27 P48984 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 24240 T519 C26 P48977 oass.SolrIndexSearcher.<init> Opening Searcher@7fe367b3 main
[junit4:junit4]   2> 24240 T502 C24 P48973 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24240 T538 C27 P48984 oass.SolrIndexSearcher.<init> Opening Searcher@49e7ff7e main
[junit4:junit4]   2> 24240 T519 C26 P48977 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24241 T538 C27 P48984 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24241 T514 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17a7fbb6 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24241 T550 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49e7ff7e main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 24242 T531 oasc.JmxMonitoredMap.put WARNING Failed to register info bean: fieldValueCache javax.management.InstanceAlreadyExistsException: solr/collection1:type=fieldValueCache,id=org.apache.solr.search.FastLRUCache
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:512)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:140)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:243)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1752)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.access$000(SolrCore.java:129)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1629)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 24242 T502 C24 P48973 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 24242 T538 C27 P48984 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 6
[junit4:junit4]   2> 24243 T531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fe367b3 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 24243 T519 C26 P48977 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 24244 T488 C25 P48970 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   2> 24246 T454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24249 T490 C25 P48970 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 24252 T503 C24 P48973 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 24255 T520 C26 P48977 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 24257 T539 C27 P48984 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26269 T466 C28 P48966 oass.SolrIndexSearcher.<init> Opening Searcher@5d852771 realtime
[junit4:junit4]   2> 26270 T466 C28 P48966 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1428886016035389440)} 0 8
[junit4:junit4]   2> 26280 T519 C26 P48977 /update {update.distrib=FROMLEADER&_version_=-1428886016044826624&update.from=http://127.0.0.1:48970/nmv/i/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428886016044826624)} 0 2
[junit4:junit4]   2> 26280 T538 C27 P48984 /update {update.distrib=FROMLEADER&_version_=-1428886016044826624&update.from=http://127.0.0.1:48970/nmv/i/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428886016044826624)} 0 2
[junit4:junit4]   2> 26280 T502 C24 P48973 /update {update.distrib=FROMLEADER&_version_=-1428886016044826624&update.from=http://127.0.0.1:48970/nmv/i/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428886016044826624)} 0 2
[junit4:junit4]   2> 26281 T488 C25 P48970 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1428886016044826624)} 0 8
[junit4:junit4]   2> 26287 T466 C28 P48966 /update {wt=javabin&version=2} {add=[0 (1428886016055312384)]} 0 3
[junit4:junit4]   2> 26296 T519 C26 P48977 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428886016061603840)]} 0 2
[junit4:junit4]   2> 26296 T538 C27 P48984 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428886016061603840)]} 0 2
[junit4:junit4]   2> 26296 T502 C24 P48973 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428886016061603840)]} 0 1
[junit4:junit4]   2> 26297 T488 C25 P48970 /update {wt=javabin&version=2} {add=[0 (1428886016061603840)]} 0 8
[junit4:junit4]   2> 26301 T466 C28 P48966 /update {wt=javabin&version=2} {add=[1 (1428886016072089600)]} 0 1
[junit4:junit4]   2> 26309 T519 C26 P48977 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428886016077332480)]} 0 1
[junit4:junit4]   2> 26309 T502 C24 P48973 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428886016077332480)]} 0 1
[junit4:junit4]   2> 26310 T538 C27 P48984 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428886016077332480)]} 0 2
[junit4:junit4]   2> 26310 T488 C25 P48970 /update {wt=javabin&version=2} {add=[1 (1428886016077332480)]} 0 6
[junit4:junit4]   2> 26314 T466 C28 P48966 /update {wt=javabin&version=2} {add=[2 (1428886016086769664)]} 0 1
[junit4:junit4]   2> 26324 T519 C26 P48977 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1428886016090963968)]} 0 2
[junit4:junit4]   2> 26324 T538 C27 P48984 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1428886016090963968)]} 0 2
[junit4:junit4]   2> 26325 T488 C25 P48970 /update {test.distrib.skip.servers=http://127.0.0.1:48973/nmv/i/collection1/&wt=javabin&version=2} {add=[2 (1428886016090963968)]} 0 8
[junit4:junit4]   2> 26330 T466 C28 P48966 /update {wt=javabin&version=2} {add=[3 (1428886016102498304)]} 0 2
[junit4:junit4]   2> 26339 T538 C27 P48984 /update {distrib.from=http://127.0.0.1:48970/nmv/i/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1428886016107741184)]} 0 2
[junit4:junit4]   2> 26339 T488 C25 P48970 /update {test.distrib.skip.servers=http://127.0.0.1:48973/nmv/i/collection1/&test.distrib.skip.servers=http://127.0.0.1:48977/nmv/i/collection1/&wt=javabin&version=2} {add=[3 (1428886016107741184)]} 0 6
[junit4:junit4]   2> 26342 T466 C28 P48966 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26348 T466 C28 P48966 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ddbd92a lockFactory=org.apache.lucene.store.NativeFSLockFactory@609f8676),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.dvd, _0.nvm, _0.dvm, _0.pos, _0.nvd, _0.tim, _0.fdx, _0.si, _0.tip, _0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 26348 T466 C28 P48966 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0.dvd, _0.nvm, _0.dvm, _0.pos, _0.nvd, _0.tim, _0.fdx, _0.si, _0.tip, _0.doc, _0.fdt, segments_3]
[junit4:junit4]   2> 26350 T466 C28 P48966 oass.SolrIndexSearcher.<init> Opening Searcher@e81f6c6 main
[junit4:junit4]   2> 26350 T466 C28 P48966 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26351 T480 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e81f6c6 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C4)}
[junit4:junit4]   2> 26352 T466 C28 P48966 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 26355 T488 C25 P48970 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26359 T488 C25 P48970 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=5
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7debb392 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e2f56f0),segFN=segments_6,generation=6,filenames=[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, segments_6, _0.fdt]
[junit4:junit4]   2> 26360 T488 C25 P48970 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, segments_6, _0.fdt]
[junit4:junit4]   2> 26361 T488 C25 P48970 oass.SolrIndexSearcher.<init> Opening Searcher@614e4063 main
[junit4:junit4]   2> 26361 T488 C25 P48970 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26362 T498 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@614e4063 main{StandardDirectoryReader(segments_6:3:nrt _0(5.0):C4)}
[junit4:junit4]   2> 26363 T488 C25 P48970 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:48973/nmv/i/collection1/, StdNode: http://127.0.0.1:48977/nmv/i/collection1/, StdNode: http://127.0.0.1:48984/nmv/i/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 26365 T538 C27 P48984 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26365 T502 C24 P48973 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26365 T519 C26 P48977 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26369 T519 C26 P48977 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7a6b63b5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d182fc5),segFN=segments_5,generation=5,filenames=[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, segments_5, _0.doc, _0.tip, _0.fdt]
[junit4:junit4]   2> 26369 T519 C26 P48977 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, segments_5, _0.doc, _0.tip, _0.fdt]
[junit4:junit4]   2> 26369 T502 C24 P48973 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@352dcdcb lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f6f74e5),segFN=segments_4,generation=4,filenames=[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 26369 T538 C27 P48984 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@438fc64d lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a882cc2),segFN=segments_6,generation=6,filenames=[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, segments_6, _0.fdt]
[junit4:junit4]   2> 26370 T502 C24 P48973 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, _0.fdt, segments_4]
[junit4:junit4]   2> 26370 T538 C27 P48984 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0.fnm, _0.pos, _0.dvd, _0.tim, _0.nvd, _0.fdx, _0.si, _0.dvm, _0.nvm, _0.doc, _0.tip, segments_6, _0.fdt]
[junit4:junit4]   2> 26370 T519 C26 P48977 oass.SolrIndexSearcher.<init> Opening Searcher@60769ef main
[junit4:junit4]   2> 26370 T519 C26 P48977 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26371 T538 C27 P48984 oass.SolrIndexSearcher.<init> Opening Searcher@75dc95c7 main
[junit4:junit4]   2> 26371 T502 C24 P48973 oass.SolrIndexSearcher.<init> Opening Searcher@26ec3a8b main
[junit4:junit4]   2> 26371 T538 C27 P48984 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26372 T531 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60769ef main{StandardDirectoryReader(segments_5:3:nrt _0(5.0):C3)}
[junit4:junit4]   2> 26372 T502 C24 P48973 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26372 T550 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@75dc95c7 main{StandardDirectoryReader(segments_6:3:nrt _0(5.0):C4)}
[junit4:junit4]   2> 26372 T519 C26 P48977 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 26373 T514 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26ec3a8b main{StandardDirectoryReader(segments_4:3:nrt _0(5.0):C2)}
[junit4:junit4]   2> 263

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

609 T2063 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362692222660/jetty3/index.20130308093723251
[junit4:junit4]   2> 86610 T2063 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362692222660/jetty3
[junit4:junit4]   2> 86610 T2063 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362692222660/jetty3
[junit4:junit4]   2> 86610 T2063 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362692222660/jetty3/index
[junit4:junit4]   2> 86610 T2063 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1362692222660/jetty3/index
[junit4:junit4]   2> 86611 T2063 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 86611 T2063 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/89305397504704522-4-n_0000000001
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:153)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:150)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:150)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
[junit4:junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:243)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 86612 T2063 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86612 T2063 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> 86612 T2063 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86612 T2063 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> 86612 T2063 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 86612 T2063 oasc.LeaderElector$1.process WARNING  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:236)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:233)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   2> 
[junit4:junit4]   2> 86613 T2063 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {foo_b=MockFixedIntBlock(blockSize=896), n_f1=PostingsFormat(name=Memory doPackFST= true), foo_d=PostingsFormat(name=NestedPulsing), foo_f=MockFixedIntBlock(blockSize=896), n_tl1=PostingsFormat(name=Memory doPackFST= true), n_d1=PostingsFormat(name=Asserting), rnd_b=PostingsFormat(name=NestedPulsing), intDefault=PostingsFormat(name=Asserting), n_td1=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Asserting), id=PostingsFormat(name=NestedPulsing), range_facet_sl=MockFixedIntBlock(blockSize=896), range_facet_si=PostingsFormat(name=Memory doPackFST= true), oddField_s=MockFixedIntBlock(blockSize=896), multiDefault=PostingsFormat(name=Memory doPackFST= true), n_tf1=PostingsFormat(name=Asserting), n_dt1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=NestedPulsing), text=MockFixedIntBlock(blockSize=896), _version_=PostingsFormat(name=Asserting), SubjectTerms_mfacet=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), n_tdt1=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=Asserting), n_l1=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Memory doPackFST= true)}, docValues:{timestamp=DocValuesFormat(name=Lucene42)}, sim=DefaultSimilarity, locale=ko, timezone=Pacific/Funafuti
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=3,free=178441696,total=504365056
[junit4:junit4]   2> NOTE: All tests run in this JVM: [DocumentAnalysisRequestHandlerTest, TestRangeQuery, FieldAnalysisRequestHandlerTest, StatsComponentTest, JSONWriterTest, DisMaxRequestHandlerTest, SignatureUpdateProcessorFactoryTest, DefaultValueUpdateProcessorTest, ShardRoutingCustomTest, FullSolrCloudDistribCmdsTest, TestDefaultSimilarityFactory, ClusterStateTest, TestReload, TestElisionMultitermQuery, DirectSolrSpellCheckerTest, OutputWriterTest, CurrencyFieldXmlFileTest, TestCSVResponseWriter, DateMathParserTest, OpenExchangeRatesOrgProviderTest, IndexReaderFactoryTest, TestLazyCores, TestIndexingPerformance, BadIndexSchemaTest, TestCodecSupport, TestArbitraryIndexDir, NoCacheHeaderTest, HardAutoCommitTest, TestComponentsName, TestCollationField, TestSystemIdResolver, TestNumberUtils, TestHashPartitioner, URLClassifyProcessorTest, SortByFunctionTest, UpdateParamsTest, SolrIndexConfigTest, CopyFieldTest, TestAtomicUpdateErrorCases, UniqFieldsUpdateProcessorFactoryTest, TestRecovery, StandardRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestFoldingMultitermQuery, TestMultiCoreConfBootstrap, SuggesterTSTTest, TestDynamicFieldResource, TestWordDelimiterFilterFactory, OpenCloseCoreStressTest, CoreContainerCoreInitFailuresTest, NotRequiredUniqueKeyTest, HighlighterTest, PingRequestHandlerTest, DOMUtilTest, ZkNodePropsTest, TestSolrJ, DirectUpdateHandlerTest, TestSolrDiscoveryProperties, SampleTest, TestPropInject, TestMergePolicyConfig, ConvertedLegacyTest, TestStressLucene, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 86.68s, 1 test, 1 error <<< FAILURES!

[...truncated 497 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:877: There were test failures: 269 suites, 1135 tests, 1 error, 1 failure, 27 ignored (8 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3791 - Still Failing

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

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

Error Message:
Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:13018/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:20557/collection1], CloudJettyRunner [url=http://127.0.0.1:20557/collection1]]

Stack Trace:
java.lang.AssertionError: Test Setup Failure: shard1 should have just been set up to be inconsistent - but it's still consistent. Leader:http://127.0.0.1:13018/collection1skip list:[CloudJettyRunner [url=http://127.0.0.1:20557/collection1], CloudJettyRunner [url=http://127.0.0.1:20557/collection1]]
	at __randomizedtesting.SeedInfo.seed([48A9BEF1B69A95B:856C15F76C36C967]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:212)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8869 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T127 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T127 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-SyncSliceTest-1362653675652
[junit4:junit4]   2> 6 T127 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T128 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T128 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T128 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T128 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T128 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T128 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T127 oasc.ZkTestServer.run start zk server on port:24390
[junit4:junit4]   2> 109 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@606dc682
[junit4:junit4]   2> 110 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T133 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 111 T133 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 112 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55249
[junit4:junit4]   2> 113 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55249
[junit4:junit4]   2> 113 T131 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 117 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0000 with negotiated timeout 10000 for client /140.211.11.196:55249
[junit4:junit4]   2> 117 T133 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0000, negotiated timeout = 10000
[junit4:junit4]   2> 118 T134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@606dc682 name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 119 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 119 T127 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 124 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0000
[junit4:junit4]   2> 125 T134 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 125 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:55249 which had sessionid 0x13d447d008b0000
[junit4:junit4]   2> 125 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0000 closed
[junit4:junit4]   2> 127 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@207629d0
[junit4:junit4]   2> 128 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 128 T135 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 129 T135 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 129 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37120
[junit4:junit4]   2> 130 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37120
[junit4:junit4]   2> 131 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0001 with negotiated timeout 10000 for client /140.211.11.196:37120
[junit4:junit4]   2> 131 T135 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0001, negotiated timeout = 10000
[junit4:junit4]   2> 132 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@207629d0 name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 132 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 133 T127 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 151 T127 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 158 T127 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 163 T127 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 169 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 171 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 186 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 187 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 293 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 294 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 299 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 300 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 304 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 305 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 310 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 311 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 316 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 316 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 321 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 322 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 327 T127 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 327 T127 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 332 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0001
[junit4:junit4]   2> 333 T136 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 333 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0001 closed
[junit4:junit4]   2> 333 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37120 which had sessionid 0x13d447d008b0001
[junit4:junit4]   2> 530 T127 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 534 T127 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28551
[junit4:junit4]   2> 535 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 536 T127 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 536 T127 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980
[junit4:junit4]   2> 537 T127 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/solr.xml
[junit4:junit4]   2> 538 T127 oasc.CoreContainer.<init> New CoreContainer 1246935589
[junit4:junit4]   2> 538 T127 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/'
[junit4:junit4]   2> 539 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/'
[junit4:junit4]   2> 607 T127 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 608 T127 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 609 T127 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 610 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 610 T127 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 611 T127 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 611 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 612 T127 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 613 T127 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 613 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 718 T127 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 741 T127 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24390/solr
[junit4:junit4]   2> 742 T127 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 743 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@43f7cbeb
[junit4:junit4]   2> 744 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 745 T146 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 746 T146 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 746 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19614
[junit4:junit4]   2> 747 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19614
[junit4:junit4]   2> 774 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0002 with negotiated timeout 20000 for client /140.211.11.196:19614
[junit4:junit4]   2> 774 T146 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0002, negotiated timeout = 20000
[junit4:junit4]   2> 775 T147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43f7cbeb name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 775 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 777 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0002
[junit4:junit4]   2> 778 T147 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 778 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0002 closed
[junit4:junit4]   2> 778 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:19614 which had sessionid 0x13d447d008b0002
[junit4:junit4]   2> 784 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 803 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b52d5ec
[junit4:junit4]   2> 804 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 804 T148 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 805 T148 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 805 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22040
[junit4:junit4]   2> 806 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22040
[junit4:junit4]   2> 810 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0003 with negotiated timeout 20000 for client /140.211.11.196:22040
[junit4:junit4]   2> 810 T148 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0003, negotiated timeout = 20000
[junit4:junit4]   2> 810 T149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b52d5ec name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 811 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 828 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 846 T127 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 850 T127 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28551_
[junit4:junit4]   2> 851 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:28551_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:28551_
[junit4:junit4]   2> 852 T127 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28551_
[junit4:junit4]   2> 862 T127 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 878 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 880 T127 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 884 T127 oasc.Overseer.start Overseer (id=89302871287988227-127.0.0.1:28551_-n_0000000000) starting
[junit4:junit4]   2> 885 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 914 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 915 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 927 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 929 T151 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 930 T127 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 935 T127 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 946 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 975 T150 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 984 T152 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/collection1
[junit4:junit4]   2> 985 T152 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 986 T152 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 986 T152 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 989 T152 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/collection1/'
[junit4:junit4]   2> 990 T152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/collection1/lib/README' to classloader
[junit4:junit4]   2> 991 T152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1076 T152 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1145 T152 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1246 T152 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1259 T152 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2014 T152 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2032 T152 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2037 T152 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2061 T152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2066 T152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2071 T152 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2072 T152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2073 T152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2073 T152 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2075 T152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2075 T152 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2075 T152 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1362653675980/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data/
[junit4:junit4]   2> 2079 T152 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14866f20
[junit4:junit4]   2> 2080 T152 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 2080 T152 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data forceNew: false
[junit4:junit4]   2> 2081 T152 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data/index/
[junit4:junit4]   2> 2081 T152 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2082 T152 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data/index forceNew: false
[junit4:junit4]   2> 2085 T152 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2085 T152 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2124 T152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2125 T152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2125 T152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2126 T152 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2127 T152 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2127 T152 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2127 T152 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2128 T152 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2128 T152 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2138 T152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2143 T152 oass.SolrIndexSearcher.<init> Opening Searcher@6b83b9f0 main
[junit4:junit4]   2> 2147 T152 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/control/data/tlog
[junit4:junit4]   2> 2161 T152 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2162 T152 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2166 T153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b83b9f0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2167 T152 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2167 T152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2168 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2484 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2485 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:28551_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28551"}
[junit4:junit4]   2> 2486 T150 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2509 T150 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2510 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2542 T149 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> 3186 T152 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3186 T152 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28551 collection:control_collection shard:shard1
[junit4:junit4]   2> 3201 T152 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3221 T152 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3243 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3244 T152 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3245 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3255 T152 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3256 T152 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3261 T152 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:28551/collection1/
[junit4:junit4]   2> 3261 T152 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3262 T152 oasc.SyncStrategy.syncToMe http://127.0.0.1:28551/collection1/ has no replicas
[junit4:junit4]   2> 3262 T152 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:28551/collection1/
[junit4:junit4]   2> 3263 T152 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3269 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4047 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4070 T149 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> 4088 T152 oasc.ZkController.register We are http://127.0.0.1:28551/collection1/ and leader is http://127.0.0.1:28551/collection1/
[junit4:junit4]   2> 4092 T152 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28551
[junit4:junit4]   2> 4092 T152 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4093 T152 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4093 T152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4096 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4097 T127 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4098 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4166 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4192 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4198 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5cdc90b5
[junit4:junit4]   2> 4199 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4200 T155 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4201 T155 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 4201 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:35315
[junit4:junit4]   2> 4202 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:35315
[junit4:junit4]   2> 4203 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0004 with negotiated timeout 10000 for client /140.211.11.196:35315
[junit4:junit4]   2> 4203 T155 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0004, negotiated timeout = 10000
[junit4:junit4]   2> 4204 T156 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cdc90b5 name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4205 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4207 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4212 T127 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4410 T127 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4413 T127 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:54893
[junit4:junit4]   2> 4414 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4415 T127 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4415 T127 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859
[junit4:junit4]   2> 4416 T127 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/solr.xml
[junit4:junit4]   2> 4417 T127 oasc.CoreContainer.<init> New CoreContainer 440621610
[junit4:junit4]   2> 4417 T127 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/'
[junit4:junit4]   2> 4418 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/'
[junit4:junit4]   2> 4485 T127 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4486 T127 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4487 T127 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4488 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4488 T127 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4489 T127 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4489 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4490 T127 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4491 T127 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4492 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4519 T127 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4543 T127 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24390/solr
[junit4:junit4]   2> 4544 T127 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4545 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@27a537cc
[junit4:junit4]   2> 4546 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4547 T166 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4548 T166 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 4548 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55928
[junit4:junit4]   2> 4549 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55928
[junit4:junit4]   2> 4551 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0005 with negotiated timeout 20000 for client /140.211.11.196:55928
[junit4:junit4]   2> 4551 T166 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0005, negotiated timeout = 20000
[junit4:junit4]   2> 4552 T167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27a537cc name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4552 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4554 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0005
[junit4:junit4]   2> 4567 T167 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4567 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0005 closed
[junit4:junit4]   2> 4567 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:55928 which had sessionid 0x13d447d008b0005
[junit4:junit4]   2> 4569 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4584 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1205a758
[junit4:junit4]   2> 4585 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4585 T168 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4586 T168 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 4587 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:63747
[junit4:junit4]   2> 4587 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:63747
[junit4:junit4]   2> 4589 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0006 with negotiated timeout 20000 for client /140.211.11.196:63747
[junit4:junit4]   2> 4589 T168 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0006, negotiated timeout = 20000
[junit4:junit4]   2> 4590 T169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1205a758 name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4590 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4592 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4605 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4609 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5579 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5580 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:28551_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28551"}
[junit4:junit4]   2> 5630 T169 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> 5630 T156 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> 5630 T149 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> 5631 T127 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54893_
[junit4:junit4]   2> 5633 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:delete cxid:0xd zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54893_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54893_
[junit4:junit4]   2> 5652 T127 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54893_
[junit4:junit4]   2> 5718 T156 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5718 T169 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5718 T149 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5718 T156 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> 5718 T169 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> 5719 T149 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> 5735 T170 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/collection1
[junit4:junit4]   2> 5736 T170 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5737 T170 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5737 T170 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5739 T170 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/collection1/'
[junit4:junit4]   2> 5741 T170 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/collection1/lib/README' to classloader
[junit4:junit4]   2> 5742 T170 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5799 T170 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5867 T170 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5968 T170 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5981 T170 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6646 T170 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6656 T170 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6659 T170 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6683 T170 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6688 T170 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6693 T170 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6694 T170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6694 T170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6695 T170 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6696 T170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6696 T170 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6697 T170 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1362653679859/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1/
[junit4:junit4]   2> 6697 T170 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14866f20
[junit4:junit4]   2> 6698 T170 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6698 T170 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1 forceNew: false
[junit4:junit4]   2> 6699 T170 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1/index/
[junit4:junit4]   2> 6699 T170 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6700 T170 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1/index forceNew: false
[junit4:junit4]   2> 6702 T170 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6702 T170 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6705 T170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 6705 T170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 6706 T170 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 6707 T170 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 6707 T170 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 6707 T170 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 6708 T170 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 6708 T170 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 6709 T170 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 6717 T170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 6722 T170 oass.SolrIndexSearcher.<init> Opening Searcher@7795503d main
[junit4:junit4]   2> 6722 T170 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty1/tlog
[junit4:junit4]   2> 6723 T170 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 6723 T170 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 6728 T171 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7795503d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6732 T170 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6732 T170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7155 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7157 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54893_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54893"}
[junit4:junit4]   2> 7157 T150 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 7157 T150 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7171 T149 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> 7171 T169 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> 7172 T156 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> 7736 T170 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7736 T170 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54893 collection:collection1 shard:shard1
[junit4:junit4]   2> 7737 T170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7759 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:delete cxid:0x4a zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7760 T170 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7761 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:create cxid:0x4b zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7771 T170 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7772 T170 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7772 T170 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 7773 T170 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7773 T170 oasc.SyncStrategy.syncToMe http://127.0.0.1:54893/collection1/ has no replicas
[junit4:junit4]   2> 7773 T170 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 7774 T170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7780 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0006 type:create cxid:0x55 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8678 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8702 T149 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> 8702 T156 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> 8702 T169 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> 8758 T170 oasc.ZkController.register We are http://127.0.0.1:54893/collection1/ and leader is http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 8758 T170 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54893
[junit4:junit4]   2> 8758 T170 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8759 T170 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8759 T170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8762 T170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8763 T127 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8764 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8765 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8976 T127 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8980 T127 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13018
[junit4:junit4]   2> 8981 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8982 T127 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8982 T127 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427
[junit4:junit4]   2> 8983 T127 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/solr.xml
[junit4:junit4]   2> 8983 T127 oasc.CoreContainer.<init> New CoreContainer 688027612
[junit4:junit4]   2> 8984 T127 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/'
[junit4:junit4]   2> 8985 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/'
[junit4:junit4]   2> 9050 T127 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9051 T127 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9052 T127 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9052 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9053 T127 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9053 T127 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9054 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9055 T127 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9055 T127 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9056 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9079 T127 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9101 T127 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24390/solr
[junit4:junit4]   2> 9102 T127 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9103 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ae8f3bb
[junit4:junit4]   2> 9104 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9105 T182 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9106 T182 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 9106 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:39703
[junit4:junit4]   2> 9107 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:39703
[junit4:junit4]   2> 9109 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0007 with negotiated timeout 20000 for client /140.211.11.196:39703
[junit4:junit4]   2> 9109 T182 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0007, negotiated timeout = 20000
[junit4:junit4]   2> 9110 T183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ae8f3bb name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9111 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9112 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0007
[junit4:junit4]   2> 9124 T183 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9124 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0007 closed
[junit4:junit4]   2> 9124 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:39703 which had sessionid 0x13d447d008b0007
[junit4:junit4]   2> 9125 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9138 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ba320f0
[junit4:junit4]   2> 9140 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9140 T184 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9141 T184 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 9141 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30827
[junit4:junit4]   2> 9142 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30827
[junit4:junit4]   2> 9144 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0008 with negotiated timeout 20000 for client /140.211.11.196:30827
[junit4:junit4]   2> 9144 T184 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0008, negotiated timeout = 20000
[junit4:junit4]   2> 9145 T185 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ba320f0 name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9145 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9146 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9148 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9151 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10157 T127 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13018_
[junit4:junit4]   2> 10158 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b0008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:13018_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:13018_
[junit4:junit4]   2> 10165 T127 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13018_
[junit4:junit4]   2> 10170 T169 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10170 T185 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10170 T156 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10170 T149 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10170 T169 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> 10171 T156 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> 10172 T149 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> 10181 T186 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/collection1
[junit4:junit4]   2> 10181 T186 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10182 T186 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10183 T186 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10185 T186 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/collection1/'
[junit4:junit4]   2> 10186 T186 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10187 T186 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/collection1/lib/README' to classloader
[junit4:junit4]   2> 10215 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10217 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54893_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54893"}
[junit4:junit4]   2> 10231 T185 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> 10231 T149 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> 10231 T156 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> 10231 T169 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> 10245 T186 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10310 T186 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10412 T186 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10426 T186 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11102 T186 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11112 T186 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11115 T186 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11138 T186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11143 T186 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11147 T186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11148 T186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11149 T186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11149 T186 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11151 T186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 11151 T186 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 11152 T186 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1362653684427/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/
[junit4:junit4]   2> 11152 T186 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14866f20
[junit4:junit4]   2> 11152 T186 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 11154 T186 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2 forceNew: false
[junit4:junit4]   2> 11154 T186 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/index/
[junit4:junit4]   2> 11154 T186 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11155 T186 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/index forceNew: false
[junit4:junit4]   2> 11157 T186 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11158 T186 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11160 T186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11161 T186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11161 T186 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11162 T186 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11163 T186 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11163 T186 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11163 T186 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11164 T186 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11164 T186 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11173 T186 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11178 T186 oass.SolrIndexSearcher.<init> Opening Searcher@b18abf main
[junit4:junit4]   2> 11179 T186 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/tlog
[junit4:junit4]   2> 11179 T186 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11180 T186 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11185 T187 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b18abf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11188 T186 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11188 T186 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11738 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11740 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:13018_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13018"}
[junit4:junit4]   2> 11740 T150 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11740 T150 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11756 T185 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> 11756 T169 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> 11756 T149 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> 11756 T156 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> 12195 T186 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12195 T186 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:13018 collection:collection1 shard:shard1
[junit4:junit4]   2> 12202 T186 oasc.ZkController.register We are http://127.0.0.1:13018/collection1/ and leader is http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 12202 T186 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:13018
[junit4:junit4]   2> 12202 T186 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12203 T186 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@197207e3 url=http://127.0.0.1:13018/collection1 node=127.0.0.1:13018_ C5_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:13018_, base_url=http://127.0.0.1:13018}
[junit4:junit4]   2> 12210 T188 C5 P13018 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12210 T186 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12211 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12211 T188 C5 P13018 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12212 T188 C5 P13018 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12212 T127 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12213 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12214 T188 C5 P13018 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12214 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12455 T127 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12458 T127 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:41162
[junit4:junit4]   2> 12459 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12460 T127 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12461 T127 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881
[junit4:junit4]   2> 12461 T127 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/solr.xml
[junit4:junit4]   2> 12462 T127 oasc.CoreContainer.<init> New CoreContainer 1296447545
[junit4:junit4]   2> 12463 T127 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/'
[junit4:junit4]   2> 12463 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/'
[junit4:junit4]   2> 12537 T127 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12538 T127 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12539 T127 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12539 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12540 T127 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12540 T127 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12541 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12541 T127 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12542 T127 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12543 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12568 T127 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12592 T127 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24390/solr
[junit4:junit4]   2> 12592 T127 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12593 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e3cf795
[junit4:junit4]   2> 12594 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12595 T199 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12596 T199 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 12596 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:43405
[junit4:junit4]   2> 12597 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:43405
[junit4:junit4]   2> 12606 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b0009 with negotiated timeout 20000 for client /140.211.11.196:43405
[junit4:junit4]   2> 12606 T199 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b0009, negotiated timeout = 20000
[junit4:junit4]   2> 12606 T200 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e3cf795 name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12607 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12609 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b0009
[junit4:junit4]   2> 12657 T200 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12657 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:43405 which had sessionid 0x13d447d008b0009
[junit4:junit4]   2> 12657 T127 oaz.ZooKeeper.close Session: 0x13d447d008b0009 closed
[junit4:junit4]   2> 12658 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12674 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4364ea6
[junit4:junit4]   2> 12675 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12675 T201 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12676 T201 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 12676 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:12362
[junit4:junit4]   2> 12677 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:12362
[junit4:junit4]   2> 12679 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b000a with negotiated timeout 20000 for client /140.211.11.196:12362
[junit4:junit4]   2> 12679 T201 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b000a, negotiated timeout = 20000
[junit4:junit4]   2> 12679 T202 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4364ea6 name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12680 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12681 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000a type:create cxid:0x1 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12683 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000a type:create cxid:0x2 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12691 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13262 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13264 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:13018_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13018"}
[junit4:junit4]   2> 13280 T185 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> 13280 T169 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> 13280 T156 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> 13280 T202 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> 13280 T149 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> 13695 T127 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41162_
[junit4:junit4]   2> 13696 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000a type:delete cxid:0xd zxid:0x87 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41162_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41162_
[junit4:junit4]   2> 13698 T127 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41162_
[junit4:junit4]   2> 13701 T202 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> 13701 T156 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13701 T149 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13701 T169 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13701 T185 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> 13702 T149 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> 13702 T156 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> 13703 T169 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> 13712 T202 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13714 T185 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13723 T203 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/collection1
[junit4:junit4]   2> 13724 T203 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13725 T203 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13725 T203 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13748 T203 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/collection1/'
[junit4:junit4]   2> 13749 T203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/collection1/lib/README' to classloader
[junit4:junit4]   2> 13750 T203 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13824 T203 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13879 T203 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13980 T203 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13987 T203 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14168 T159 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:13018__collection1&state=recovering&nodeName=127.0.0.1:13018_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1006 
[junit4:junit4]   2> 14694 T203 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14704 T203 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14707 T203 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14729 T203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14734 T203 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14738 T203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14739 T203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14739 T203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14740 T203 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14741 T203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14741 T203 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14741 T203 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1362653687881/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/
[junit4:junit4]   2> 14742 T203 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14866f20
[junit4:junit4]   2> 14742 T203 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14743 T203 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3 forceNew: false
[junit4:junit4]   2> 14743 T203 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index/
[junit4:junit4]   2> 14743 T203 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14744 T203 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index forceNew: false
[junit4:junit4]   2> 14746 T203 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14747 T203 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14749 T203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14749 T203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14750 T203 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14751 T203 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14751 T203 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14752 T203 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14752 T203 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14753 T203 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14753 T203 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14761 T203 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14766 T203 oass.SolrIndexSearcher.<init> Opening Searcher@2b9a8b1d main
[junit4:junit4]   2> 14766 T203 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/tlog
[junit4:junit4]   2> 14767 T203 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14767 T203 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14772 T204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b9a8b1d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14774 T203 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14774 T203 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14789 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14790 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41162_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41162"}
[junit4:junit4]   2> 14791 T150 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 14791 T150 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14805 T185 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> 14804 T169 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> 14805 T156 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> 14805 T149 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> 14805 T202 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> 15780 T203 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15780 T203 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41162 collection:collection1 shard:shard1
[junit4:junit4]   2> 15790 T203 oasc.ZkController.register We are http://127.0.0.1:41162/collection1/ and leader is http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 15791 T203 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41162
[junit4:junit4]   2> 15791 T203 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15791 T203 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@1c800246 url=http://127.0.0.1:41162/collection1 node=127.0.0.1:41162_ C6_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:41162_, base_url=http://127.0.0.1:41162}
[junit4:junit4]   2> 15792 T205 C6 P41162 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15792 T203 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15793 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15793 T205 C6 P41162 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15794 T205 C6 P41162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15794 T127 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15795 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15796 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15832 T205 C6 P41162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16007 T127 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16011 T127 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20557
[junit4:junit4]   2> 16012 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16012 T127 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16013 T127 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459
[junit4:junit4]   2> 16013 T127 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/solr.xml
[junit4:junit4]   2> 16014 T127 oasc.CoreContainer.<init> New CoreContainer 1321815251
[junit4:junit4]   2> 16015 T127 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/'
[junit4:junit4]   2> 16015 T127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/'
[junit4:junit4]   2> 16081 T127 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16081 T127 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16082 T127 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16083 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16083 T127 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16084 T127 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16084 T127 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16085 T127 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16085 T127 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16086 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16110 T127 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16133 T127 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:24390/solr
[junit4:junit4]   2> 16134 T127 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16134 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@68bb51db
[junit4:junit4]   2> 16136 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16136 T216 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16137 T216 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 16138 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:26855
[junit4:junit4]   2> 16138 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:26855
[junit4:junit4]   2> 16141 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b000b with negotiated timeout 20000 for client /140.211.11.196:26855
[junit4:junit4]   2> 16141 T216 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b000b, negotiated timeout = 20000
[junit4:junit4]   2> 16141 T217 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68bb51db name:ZooKeeperConnection Watcher:127.0.0.1:24390 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16142 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16143 T132 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d447d008b000b
[junit4:junit4]   2> 16154 T217 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16154 T127 oaz.ZooKeeper.close Session: 0x13d447d008b000b closed
[junit4:junit4]   2> 16154 T129 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:26855 which had sessionid 0x13d447d008b000b
[junit4:junit4]   2> 16155 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16167 T127 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:24390/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c6788db
[junit4:junit4]   2> 16168 T127 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16168 T218 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:24390. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16169 T218 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:24390, initiating session
[junit4:junit4]   2> 16169 T129 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44508
[junit4:junit4]   2> 16170 T129 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44508
[junit4:junit4]   2> 16171 T131 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d447d008b000c with negotiated timeout 20000 for client /140.211.11.196:44508
[junit4:junit4]   2> 16171 T218 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:24390, sessionid = 0x13d447d008b000c, negotiated timeout = 20000
[junit4:junit4]   2> 16172 T219 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c6788db name:ZooKeeperConnection Watcher:127.0.0.1:24390/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16172 T127 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16174 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000c type:create cxid:0x1 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16175 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000c type:create cxid:0x2 zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16178 T127 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2>  C5_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:13018_, base_url=http://127.0.0.1:13018}
[junit4:junit4]   2> 16289 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54893/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16299 T188 C5 P13018 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 16311 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16312 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41162_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41162"}
[junit4:junit4]   2> 16318 T188 C5 P13018 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:13018 START replicas=[http://127.0.0.1:54893/collection1/] nUpdates=100
[junit4:junit4]   2> 16325 T185 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> 16325 T169 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> 16326 T219 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> 16325 T156 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> 16325 T202 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> 16325 T149 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> 16329 T188 C5 P13018 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16330 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16330 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16331 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16331 T188 C5 P13018 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16331 T188 C5 P13018 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54893/collection1/. core=collection1
[junit4:junit4]   2> 16332 T188 C5 P13018 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@35c0cbdb url=http://127.0.0.1:54893/collection1 node=127.0.0.1:54893_ C7_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:54893_, base_url=http://127.0.0.1:54893, leader=true}
[junit4:junit4]   2> 16377 T162 C7 P54893 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=7 
[junit4:junit4]   2> 16393 T161 C7 P54893 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16397 T161 C7 P54893 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16398 T161 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16399 T161 C7 P54893 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16400 T161 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16401 T161 C7 P54893 oass.SolrIndexSearcher.<init> Opening Searcher@74e47803 realtime
[junit4:junit4]   2> 16401 T161 C7 P54893 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16402 T161 C7 P54893 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   2> 16462 T188 C5 P13018 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16463 T188 C5 P13018 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 16489 T188 C5 P13018 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16548 T163 C7 P54893 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16549 T163 C7 P54893 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=56 
[junit4:junit4]   2> 16550 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16551 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16551 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16555 T163 C7 P54893 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16557 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16558 T188 C5 P13018 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty2/index.20130307105452203 forceNew: false
[junit4:junit4]   2> 16559 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@2ca19a47 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4f38db) fullCopy=false
[junit4:junit4]   2> 16572 T163 C7 P54893 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 16586 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16588 T188 C5 P13018 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16588 T188 C5 P13018 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16591 T188 C5 P13018 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16592 T188 C5 P13018 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16592 T188 C5 P13018 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16593 T188 C5 P13018 oass.SolrIndexSearcher.<init> Opening Searcher@542f2c61 main
[junit4:junit4]   2> 16595 T187 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@542f2c61 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16595 T188 C5 P13018 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@2ca19a47 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4f38db)
[junit4:junit4]   2> 16596 T188 C5 P13018 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16596 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16597 T188 C5 P13018 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16597 T188 C5 P13018 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16599 T188 C5 P13018 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16849 T160 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:41162__collection1&state=recovering&nodeName=127.0.0.1:41162_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 17183 T127 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20557_
[junit4:junit4]   2> 17184 T132 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d447d008b000c type:delete cxid:0xd zxid:0x9b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:20557_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:20557_
[junit4:junit4]   2> 17214 T127 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20557_
[junit4:junit4]   2> 17218 T185 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> 17218 T202 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> 17219 T169 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17220 T219 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17220 T149 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17220 T156 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17220 T169 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> 17221 T156 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> 17221 T149 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> 17220 T219 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> 17222 T185 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17223 T202 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17233 T222 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/collection1
[junit4:junit4]   2> 17233 T222 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17234 T222 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17235 T222 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17236 T222 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/collection1/'
[junit4:junit4]   2> 17238 T222 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/collection1/lib/README' to classloader
[junit4:junit4]   2> 17238 T222 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17319 T222 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17385 T222 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17486 T222 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17495 T222 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17832 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17834 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:13018_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:13018"}
[junit4:junit4]   2> 17867 T169 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> 17867 T185 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> 17867 T149 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> 17868 T219 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> 17867 T156 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> 17867 T202 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> 18138 T222 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18148 T222 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18151 T222 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18172 T222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18176 T222 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18180 T222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18181 T222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18181 T222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18181 T222 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18182 T222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18183 T222 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18183 T222 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty4-1362653691459/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/
[junit4:junit4]   2> 18183 T222 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14866f20
[junit4:junit4]   2> 18184 T222 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18185 T222 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4 forceNew: false
[junit4:junit4]   2> 18185 T222 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/index/
[junit4:junit4]   2> 18185 T222 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18186 T222 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/index forceNew: false
[junit4:junit4]   2> 18188 T222 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18189 T222 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18191 T222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18191 T222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18192 T222 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18193 T222 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18193 T222 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18193 T222 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18194 T222 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18194 T222 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18195 T222 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18203 T222 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18208 T222 oass.SolrIndexSearcher.<init> Opening Searcher@61f77969 main
[junit4:junit4]   2> 18208 T222 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/tlog
[junit4:junit4]   2> 18209 T222 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18209 T222 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18214 T223 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61f77969 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18217 T222 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 18217 T222 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C6_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:41162_, base_url=http://127.0.0.1:41162}
[junit4:junit4]   2> 18851 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54893/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18851 T205 C6 P41162 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41162 START replicas=[http://127.0.0.1:54893/collection1/] nUpdates=100
[junit4:junit4]   2> 18851 T205 C6 P41162 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18852 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18852 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18852 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18853 T205 C6 P41162 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18853 T205 C6 P41162 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54893/collection1/. core=collection1
[junit4:junit4]   2> 18853 T205 C6 P41162 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18856 T162 C7 P54893 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18866 T164 C7 P54893 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 18868 T164 C7 P54893 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18868 T164 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18869 T164 C7 P54893 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18870 T164 C7 P54893 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   2> 18871 T205 C6 P41162 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18871 T205 C6 P41162 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18875 T163 C7 P54893 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18876 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 18876 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18876 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18881 T163 C7 P54893 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18882 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18883 T205 C6 P41162 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index.20130307105454528 forceNew: false
[junit4:junit4]   2> 18883 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@176a9562 lockFactory=org.apache.lucene.store.NativeFSLockFactory@342f58e8) fullCopy=false
[junit4:junit4]   2> 18887 T163 C7 P54893 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18888 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18889 T205 C6 P41162 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18890 T205 C6 P41162 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18893 T205 C6 P41162 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18893 T205 C6 P41162 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18894 T205 C6 P41162 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18894 T205 C6 P41162 oass.SolrIndexSearcher.<init> Opening Searcher@792ab535 main
[junit4:junit4]   2> 18895 T204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@792ab535 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 18896 T205 C6 P41162 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@176a9562 lockFactory=org.apache.lucene.store.NativeFSLockFactory@342f58e8)
[junit4:junit4]   2> 18897 T205 C6 P41162 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18897 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18897 T205 C6 P41162 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18897 T205 C6 P41162 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18925 T205 C6 P41162 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19374 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19376 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20557_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20557"}
[junit4:junit4]   2> 19376 T150 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 19376 T150 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 19381 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41162_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41162"}
[junit4:junit4]   2> 19400 T169 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> 19401 T219 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> 19400 T156 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> 19400 T202 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> 19400 T149 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> 19400 T185 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> 20221 T222 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 20221 T222 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:20557 collection:collection1 shard:shard1
[junit4:junit4]   2> 20226 T222 oasc.ZkController.register We are http://127.0.0.1:20557/collection1/ and leader is http://127.0.0.1:54893/collection1/
[junit4:junit4]   2> 20226 T222 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:20557
[junit4:junit4]   2> 20227 T222 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 20227 T222 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@8f7ad17 url=http://127.0.0.1:20557/collection1 node=127.0.0.1:20557_ C8_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:20557_, base_url=http://127.0.0.1:20557}
[junit4:junit4]   2> 20228 T226 C8 P20557 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 20228 T222 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20228 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 20229 T226 C8 P20557 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 20229 T226 C8 P20557 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20230 T127 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 20231 T127 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 20231 T226 C8 P20557 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20232 T127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20245 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20248 T127 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 20249 T127 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 20250 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20909 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20911 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20557_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20557"}
[junit4:junit4]   2> 20929 T185 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> 20929 T149 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> 20929 T219 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> 20929 T202 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> 20929 T156 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> 20929 T169 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> 21249 T165 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:20557__collection1&state=recovering&nodeName=127.0.0.1:20557_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 21252 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22255 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:20557_, base_url=http://127.0.0.1:20557}
[junit4:junit4]   2> 23252 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:54893/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 23252 T226 C8 P20557 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:20557 START replicas=[http://127.0.0.1:54893/collection1/] nUpdates=100
[junit4:junit4]   2> 23253 T226 C8 P20557 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 23253 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 23254 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 23254 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 23254 T226 C8 P20557 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 23255 T226 C8 P20557 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:54893/collection1/. core=collection1
[junit4:junit4]   2> 23255 T226 C8 P20557 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23257 T162 C7 P54893 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23258 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23280 T159 C7 P54893 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 23282 T159 C7 P54893 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 23282 T159 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 23283 T159 C7 P54893 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 23284 T159 C7 P54893 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   2> 23285 T226 C8 P20557 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 23285 T226 C8 P20557 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 23289 T163 C7 P54893 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23290 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 23290 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 23291 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 23294 T163 C7 P54893 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=0 
[junit4:junit4]   2> 23295 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 23296 T226 C8 P20557 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty4/index.20130307105458942 forceNew: false
[junit4:junit4]   2> 23297 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@33857083 lockFactory=org.apache.lucene.store.NativeFSLockFactory@658235) fullCopy=false
[junit4:junit4]   2> 23301 T163 C7 P54893 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 23302 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 23304 T226 C8 P20557 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 23304 T226 C8 P20557 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 23308 T226 C8 P20557 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 23308 T226 C8 P20557 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 23309 T226 C8 P20557 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 23309 T226 C8 P20557 oass.SolrIndexSearcher.<init> Opening Searcher@6dddba95 main
[junit4:junit4]   2> 23311 T223 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6dddba95 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 23311 T226 C8 P20557 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@33857083 lockFactory=org.apache.lucene.store.NativeFSLockFactory@658235)
[junit4:junit4]   2> 23312 T226 C8 P20557 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 23312 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 23312 T226 C8 P20557 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 23313 T226 C8 P20557 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23315 T226 C8 P20557 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23937 T150 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23938 T150 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:20557_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:20557"}
[junit4:junit4]   2> 23954 T169 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> 23954 T149 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> 23954 T185 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> 23954 T156 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> 23954 T202 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> 23954 T219 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> 24261 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24263 T127 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1caf53ed url=http://127.0.0.1:28551/collection1 node=127.0.0.1:28551_ C9_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:28551_, base_url=http://127.0.0.1:28551, leader=true}
[junit4:junit4]   2> 24321 T139 C9 P28551 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24346 T139 C9 P28551 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24347 T139 C9 P28551 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24348 T139 C9 P28551 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24348 T139 C9 P28551 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24350 T139 C9 P28551 oass.SolrIndexSearcher.<init> Opening Searcher@5f9b4cb5 main
[junit4:junit4]   2> 24351 T139 C9 P28551 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24352 T153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f9b4cb5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 24353 T139 C9 P28551 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 32
[junit4:junit4]   2> 24378 T161 C7 P54893 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24380 T161 C7 P54893 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 24380 T161 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 24381 T161 C7 P54893 oass.SolrIndexSearcher.<init> Opening Searcher@5af95780 main
[junit4:junit4]   2> 24382 T161 C7 P54893 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24383 T171 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5af95780 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24398 T161 C7 P54893 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:13018/collection1/, StdNode: http://127.0.0.1:41162/collection1/, StdNode: http://127.0.0.1:20557/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2>  C5_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:13018_, base_url=http://127.0.0.1:13018}
[junit4:junit4]   2> 24418 T175 C5 P13018 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:20557_, base_url=http://127.0.0.1:20557}
[junit4:junit4]   2> 24418 T209 C8 P20557 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2>  C6_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41162_, base_url=http://127.0.0.1:41162}
[junit4:junit4]   2> 24418 T192 C6 P41162 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24419 T175 C5 P13018 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 24420 T209 C8 P20557 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 24420 T192 C6 P41162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 24420 T175 C5 P13018 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 24421 T209 C8 P20557 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5]
[junit4:junit4]   2> 24421 T192 C6 P41162 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 24422 T175 C5 P13018 oass.SolrIndexSearcher.<init> Opening Searcher@64dd7a0e main
[junit4:junit4]   2> 24422 T209 C8 P20557 oass.SolrIndexSearcher.<init> Opening Searcher@19f6b642 main
[junit4:junit4]   2> 24423 T192 C6 P41162 oass.SolrIndexSearcher.<init> Opening Searcher@5dc514d7 main
[junit4:junit4]   2> 24423 T175 C5 P13018 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24423 T209 C8 P20557 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24424 T192 C6 P41162 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24424 T223 oasc.JmxMonitoredMap.put WARNING Failed to register info bean: searcher javax.management.InstanceAlreadyExistsException: solr/collection1:type=searcher,id=org.apache.solr.search.SolrIndexSearcher
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
[junit4:junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
[junit4:junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:512)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:140)
[junit4:junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
[junit4:junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:239)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1752)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore.access$000(SolrCore.java:129)
[junit4:junit4]   2> 	at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1629)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[junit4:junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 24425 T204 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5dc514d7 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 24425 T187 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64dd7a0e main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24426 T223 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19f6b642 main{StandardDirectoryReader(segments_4:1:nrt)}
[junit4:junit4]   2> 24426 T192 C6 P41162 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8
[junit4:junit4]   2> 24426 T175 C5 P13018 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 24427 T209 C8 P20557 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9
[junit4:junit4]   2> 24428 T161 C7 P54893 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 50
[junit4:junit4]   2> 24430 T127 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24434 T160 C7 P54893 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 24438 T176 C5 P13018 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 24442 T193 C6 P41162 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 
[junit4:junit4]   2> 24445 T210 C8 P20557 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 
[junit4:junit4]   2> 26576 T139 C9 P28551 oass.SolrIndexSearcher.<init> Opening Searcher@692796fe realtime
[junit4:junit4]   2> 26581 T139 C9 P28551 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1428845968402415616)} 0 65
[junit4:junit4]   2> 26598 T209 C8 P20557 /update {update.distrib=FROMLEADER&_version_=-1428845968470573056&update.from=http://127.0.0.1:54893/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428845968470573056)} 0 2
[junit4:junit4]   2> 26598 T192 C6 P41162 /update {update.distrib=FROMLEADER&_version_=-1428845968470573056&update.from=http://127.0.0.1:54893/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428845968470573056)} 0 2
[junit4:junit4]   2> 26598 T175 C5 P13018 /update {update.distrib=FROMLEADER&_version_=-1428845968470573056&update.from=http://127.0.0.1:54893/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1428845968470573056)} 0 1
[junit4:junit4]   2> 26600 T161 C7 P54893 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1428845968470573056)} 0 15
[junit4:junit4]   2> 26614 T139 C9 P28551 /update {wt=javabin&version=2} {add=[0 (1428845968495738880)]} 0 10
[junit4:junit4]   2> 26641 T175 C5 P13018 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428845968505176064)]} 0 6
[junit4:junit4]   2> 26641 T209 C8 P20557 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428845968505176064)]} 0 6
[junit4:junit4]   2> 26641 T192 C6 P41162 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1428845968505176064)]} 0 6
[junit4:junit4]   2> 26643 T161 C7 P54893 /update {wt=javabin&version=2} {add=[0 (1428845968505176064)]} 0 25
[junit4:junit4]   2> 26650 T139 C9 P28551 /update {wt=javabin&version=2} {add=[1 (1428845968535584768)]} 0 3
[junit4:junit4]   2> 26663 T175 C5 P13018 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428845968542924800)]} 0 3
[junit4:junit4]   2> 26664 T192 C6 P41162 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428845968542924800)]} 0 4
[junit4:junit4]   2> 26664 T209 C8 P20557 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1428845968542924800)]} 0 3
[junit4:junit4]   2> 26665 T161 C7 P54893 /update {wt=javabin&version=2} {add=[1 (1428845968542924800)]} 0 11
[junit4:junit4]   2> 26672 T139 C9 P28551 /update {wt=javabin&version=2} {add=[2 (1428845968558653440)]} 0 3
[junit4:junit4]   2> 26685 T192 C6 P41162 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1428845968565993472)]} 0 3
[junit4:junit4]   2> 26686 T209 C8 P20557 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1428845968565993472)]} 0 3
[junit4:junit4]   2> 26687 T161 C7 P54893 /update {test.distrib.skip.servers=http://127.0.0.1:13018/collection1/&wt=javabin&version=2} {add=[2 (1428845968565993472)]} 0 11
[junit4:junit4]   2> 26694 T139 C9 P28551 /update {wt=javabin&version=2} {add=[3 (1428845968581722112)]} 0 3
[junit4:junit4]   2> 26708 T209 C8 P20557 /update {distrib.from=http://127.0.0.1:54893/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1428845968590110720)]} 0 3
[junit4:junit4]   2> 26710 T161 C7 P54893 /update {test.distrib.skip.servers=http://127.0.0.1:13018/collection1/&test.distrib.skip.servers=http://127.0.0.1:41162/collection1/&wt=javabin&version=2} {add=[3 (1428845968590110720)]} 0 12
[junit4:junit4]   2> 26714 T139 C9 P28551 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26775 T139 C9 P28551 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@79ac522d lockFactory=org.apache.lucene.store.NativeFSLockFactory@dbec5db; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_Pulsing41_1.tip, _0_Pulsing41_1.tim, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_CheapBastard_0.dvdd, _0.si, _0_MockSep_0.doc, _0_CheapBastard_0.dvdm, _0.fnm, _0_Memory_0.ram, _0.nvm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockSep_0.frq, _0.fdx, _0_Pulsing41_1.doc, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Pulsing41_1.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 26776 T139 C9 P28551 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_Pulsing41_1.tip, _0_Pulsing41_1.tim, _0_Pulsing41_0.tim, _0_MockSep_0.skp, _0_Pulsing41_0.tip, _0.nvd, _0_CheapBastard_0.dvdd, _0.si, _0_MockSep_0.doc, _0_CheapBastard_0.dvdm, _0.fnm, _0_Memory_0.ram, _0.nvm, _0_MockSep_0.tib, _0_Pulsing41_0.doc, _0_Pulsing41_0.pos, _0_MockSep_0.frq, _0.fdx, _0_Pulsing41_1.doc, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0_Pulsing41_1.pos, _0.fdt, segments_3]
[junit4:junit4]   2> 26821 T139 C9 P28551 oass.SolrIndexSearcher.<init> Opening Searcher@4fca84f main
[junit4:junit4]   2> 26822 T139 C9 P28551 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26823 T153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fca84f main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C4)}
[junit4:junit4]   2> 26824 T139 C9 P28551 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 110
[junit4:junit4]   2> 26829 T161 C7 P54893 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26851 T161 C7 P54893 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=5
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@6b2f5f60 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e473824; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_6,generation=6,filenames=[_0_CheapBastard_0.dvdm, _0.fnm, _0_MockSep_0.pos, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockSep_0.frq, _0_CheapBastard_0.dvdd, _0_Pulsing41_1.doc, _0.fdx, _0_MockSep_0.tii, _0_Pulsing41_1.pos, _0_MockSep_0.pyl, _0_MockSep_0.doc, _0.si, segments_6, _0.fdt]
[junit4:junit4]   2> 26852 T161 C7 P54893 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0_CheapBastard_0.dvdm, _0.fnm, _0_MockSep_0.pos, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockSep_0.frq, _0_CheapBastard_0.dvdd, _0_Pulsing41_1.doc, _0.fdx, _0_MockSep_0.tii, _0_Pulsing41_1.pos, _0_MockSep_0.pyl, _0_MockSep_0.doc, _0.si, segments_6, _0.fdt]
[junit4:junit4]   2> 26856 T161 C7 P54893 oass.SolrIndexSearcher.<init> Opening Searcher@49381978 main
[junit4:junit4]   2> 26857 T161 C7 P54893 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26858 T171 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49381978 main{StandardDirectoryReader(segments_6:3:nrt _0(5.0):C4)}
[junit4:junit4]   2> 26859 T161 C7 P54893 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:13018/collection1/, StdNode: http://127.0.0.1:41162/collection1/, StdNode: http://127.0.0.1:20557/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 26863 T209 C8 P20557 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26863 T175 C5 P13018 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26863 T192 C6 P41162 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26879 T175 C5 P13018 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@22bff385 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e150e6; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_4,generation=4,filenames=[_0_CheapBastard_0.dvdm, _0.fnm, _0_MockSep_0.pos, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockSep_0.frq, _0_CheapBastard_0.dvdd, _0_Pulsing41_1.doc, _0.fdx, _0_MockSep_0.tii, _0_Pulsing41_1.pos, _0_MockSep_0.pyl, _0_MockSep_0.doc, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 26880 T175 C5 P13018 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_CheapBastard_0.dvdm, _0.fnm, _0_MockSep_0.pos, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockSep_0.frq, _0_CheapBastard_0.dvdd, _0_Pulsing41_1.doc, _0.fdx, _0_MockSep_0.tii, _0_Pulsing41_1.pos, _0_MockSep_0.pyl, _0_MockSep_0.doc, _0.si, _0.fdt, segments_4]
[junit4:junit4]   2> 26881 T209 C8 P20557 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_5,generation=5,filenames=[segments_5]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@5caf664d lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e85f7d2; maxCacheMB=0.5009765625 maxMergeSizeMB=0.2158203125))),segFN=segments_6,generation=6,filenames=[_0_CheapBastard_0.dvdm, _0.fnm, _0_MockSep_0.pos, _0_Memory_0.ram, _0_Pulsing41_1.tip, _0.nvm, _0_Pulsing41_1.tim, _0_MockSep_0.tib, _0_Pulsing41_0.pos, _0_Pulsing41_0.doc, _0_MockSep_0.skp, _0_Pulsing41_0.tim, _0_Pulsing41_0.tip, _0.nvd, _0_MockSep_0.frq, _0_CheapBastard_0.dvdd, _0_Pulsing41_1.doc, _0.fdx, _0_MockSep_0.tii, _0_Pulsing41_1.pos, _0_MockSep_0.pyl, _0_MockSep_0.doc, _0.si, segments_6, _0.fdt]
[junit4:junit4]   2> 26881 T192 C6 P41162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.RAMDirectory@1136449e lockFactory=org.apache.lucene.store.NativeFSLockFactory@35b99963; maxCacheMB=0.500

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

t4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 142055 T127 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 142355 T130 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 142856 T219 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 142856 T219 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> 142856 T219 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 142857 T219 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 169420 T202 oasu.PeerSync.handleResponse WARNING PeerSync: core=collection1 url=http://127.0.0.1:41162  couldn't connect to http://127.0.0.1:13018/collection1/, counting as success
[junit4:junit4]   2> 169421 T202 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41162 DONE. sync succeeded
[junit4:junit4]   2> 169421 T202 oasc.SyncStrategy.syncReplicas We have been closed, won't attempt to sync replicas back to leader
[junit4:junit4]   2> 169424 T202 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
[junit4:junit4]   2> 169424 T202 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c800246
[junit4:junit4]   2> 169426 T202 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=10,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=305,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
[junit4:junit4]   2> 169427 T202 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 169427 T202 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 169427 T202 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 169428 T202 C6 P41162 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/tlog/tlog.0000000000000000005 refcount=1}
[junit4:junit4]   2> 169431 T202 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 169432 T202 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3
[junit4:junit4]   2> 169432 T202 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3
[junit4:junit4]   2> 169432 T202 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index.20130307105454528
[junit4:junit4]   2> 169433 T202 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index.20130307105454528
[junit4:junit4]   2> 169433 T202 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index
[junit4:junit4]   2> 169433 T202 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-1362653675651/jetty3/index
[junit4:junit4]   2> 169434 T202 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> 169434 T202 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 169434 T202 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 169434 T202 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> 169435 T202 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 169435 T202 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), text=PostingsFormat(name=MockSep), _version_=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), rnd_b=PostingsFormat(name=Memory doPackFST= true), intDefault=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), timestamp=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), id=PostingsFormat(name=Memory doPackFST= true), a_t=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=Pulsing41(freqCutoff=9 minBlockSize=25 maxBlockSize=141), other_tl1=Pulsing41(freqCutoff=8 minBlockSize=25 maxBlockSize=141), multiDefault=Pulsing41(freqCutoff=9 minBlockSize=25 maxBlockSize=141), a_si=Pulsing41(freqCutoff=9 minBlockSize=25 maxBlockSize=141)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=hu, timezone=Europe/London
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=3,free=57593512,total=161480704
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, ZkCLITest, TermVectorComponentTest, RegexBoostProcessorTest, BinaryUpdateRequestHandlerTest, PrimitiveFieldTypeTest, DirectSolrConnectionTest, TestFieldCollectionResource, TestLRUCache, TestPluginEnable, AnalysisAfterCoreReloadTest, SyncSliceTest]
[junit4:junit4] Completed on J0 in 170.12s, 1 test, 1 failure <<< FAILURES!

[...truncated 774 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:381: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:361: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:183: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:877: There were test failures: 269 suites, 1135 tests, 1 failure, 27 ignored (8 assumptions)

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