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

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 874 - Failure

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

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

Error Message:
Captured an uncaught exception in thread: Thread[id=1722, name=testExecutor-935-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1722, name=testExecutor-935-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:55157
	at __randomizedtesting.SeedInfo.seed([17E9F9EDDAD9B781]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:642)
	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: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:55157
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest$1.run(BasicDistributedZkTest.java:640)
	... 3 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 5 more


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

Error Message:
shard1 should have just been set up to be inconsistent - but it's still consistent

Stack Trace:
java.lang.AssertionError: shard1 should have just been set up to be inconsistent - but it's still consistent
	at __randomizedtesting.SeedInfo.seed([17E9F9EDDAD9B781:960F77F5AD86D7BD]: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:214)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8452 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 296 T11 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /lwkd/
[junit4:junit4]   2> 360 T11 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1357611758818
[junit4:junit4]   2> 367 T11 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 374 T12 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 440 T12 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 440 T12 oaz.Environment.logEnv Server environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 441 T12 oaz.Environment.logEnv Server environment:java.version=1.7.0_09
[junit4:junit4]   2> 441 T12 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 442 T12 oaz.Environment.logEnv Server environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 443 T12 oaz.Environment.logEnv Server environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/log4j-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 446 T12 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> 447 T12 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 447 T12 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 448 T12 oaz.Environment.logEnv Server environment:os.name=FreeBSD
[junit4:junit4]   2> 448 T12 oaz.Environment.logEnv Server environment:os.arch=amd64
[junit4:junit4]   2> 449 T12 oaz.Environment.logEnv Server environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 449 T12 oaz.Environment.logEnv Server environment:user.name=hudson
[junit4:junit4]   2> 450 T12 oaz.Environment.logEnv Server environment:user.home=/home/hudson
[junit4:junit4]   2> 450 T12 oaz.Environment.logEnv Server environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 489 T12 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 489 T12 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 490 T12 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 497 T12 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 573 T12 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 575 T11 oasc.ZkTestServer.run start zk server on port:59450
[junit4:junit4]   2> 677 T11 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 678 T11 oaz.Environment.logEnv Client environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 679 T11 oaz.Environment.logEnv Client environment:java.version=1.7.0_09
[junit4:junit4]   2> 679 T11 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 680 T11 oaz.Environment.logEnv Client environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 681 T11 oaz.Environment.logEnv Client environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/log4j-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 683 T11 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> 684 T11 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 685 T11 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 685 T11 oaz.Environment.logEnv Client environment:os.name=FreeBSD
[junit4:junit4]   2> 686 T11 oaz.Environment.logEnv Client environment:os.arch=amd64
[junit4:junit4]   2> 687 T11 oaz.Environment.logEnv Client environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 687 T11 oaz.Environment.logEnv Client environment:user.name=hudson
[junit4:junit4]   2> 688 T11 oaz.Environment.logEnv Client environment:user.home=/home/hudson
[junit4:junit4]   2> 689 T11 oaz.Environment.logEnv Client environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 695 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@57fcbecc
[junit4:junit4]   2> 771 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 786 T17 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 788 T17 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 789 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59451
[junit4:junit4]   2> 817 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59451
[junit4:junit4]   2> 829 T15 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 862 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0000 with negotiated timeout 10000 for client /140.211.11.196:59451
[junit4:junit4]   2> 862 T17 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0000, negotiated timeout = 10000
[junit4:junit4]   2> 869 T18 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57fcbecc name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 870 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 873 T11 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 973 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0000
[junit4:junit4]   2> 975 T18 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 975 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0000 closed
[junit4:junit4]   2> 976 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c869d2b
[junit4:junit4]   2> 977 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59451 which had sessionid 0x13c17f775df0000
[junit4:junit4]   2> 978 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 978 T19 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 979 T19 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 980 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59452
[junit4:junit4]   2> 981 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59452
[junit4:junit4]   2> 983 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0001 with negotiated timeout 10000 for client /140.211.11.196:59452
[junit4:junit4]   2> 983 T19 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0001, negotiated timeout = 10000
[junit4:junit4]   2> 984 T20 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c869d2b name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 984 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1006 T11 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1014 T11 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1019 T11 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1024 T11 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1030 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1087 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1105 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 1107 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1243 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1244 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1251 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 1253 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1259 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 1261 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1267 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1269 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1276 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1277 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1284 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1285 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1291 T11 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1293 T11 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1300 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0001
[junit4:junit4]   2> 1302 T20 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1302 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59452 which had sessionid 0x13c17f775df0001
[junit4:junit4]   2> 1302 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0001 closed
[junit4:junit4]   2> 2262 T11 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2554 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59461
[junit4:junit4]   2> 2631 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2721 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2722 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761
[junit4:junit4]   2> 2792 T11 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/solr.xml
[junit4:junit4]   2> 2798 T11 oasc.CoreContainer.<init> New CoreContainer 1171892581
[junit4:junit4]   2> 2799 T11 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/'
[junit4:junit4]   2> 2800 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/'
[junit4:junit4]   2> 3631 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3632 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3632 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3633 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3633 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3634 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3635 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3635 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3636 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3688 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4372 T11 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4407 T11 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59450/solr
[junit4:junit4]   2> 4443 T11 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4443 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@40f2cb4a
[junit4:junit4]   2> 4444 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4446 T31 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4447 T31 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 4447 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59463
[junit4:junit4]   2> 4448 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59463
[junit4:junit4]   2> 4451 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0002 with negotiated timeout 20000 for client /140.211.11.196:59463
[junit4:junit4]   2> 4451 T31 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0002, negotiated timeout = 20000
[junit4:junit4]   2> 4452 T32 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40f2cb4a name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4452 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4454 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0002
[junit4:junit4]   2> 4456 T32 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4456 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59463 which had sessionid 0x13c17f775df0002
[junit4:junit4]   2> 4456 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0002 closed
[junit4:junit4]   2> 4461 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4476 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@9161ec8
[junit4:junit4]   2> 4477 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4478 T33 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4479 T33 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 4479 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59464
[junit4:junit4]   2> 4480 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59464
[junit4:junit4]   2> 4482 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0003 with negotiated timeout 20000 for client /140.211.11.196:59464
[junit4:junit4]   2> 4482 T33 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0003, negotiated timeout = 20000
[junit4:junit4]   2> 4482 T34 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9161ec8 name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4483 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4503 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4517 T11 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 4520 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59461_lwkd
[junit4:junit4]   2> 4527 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59461_lwkd Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59461_lwkd
[junit4:junit4]   2> 4528 T11 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59461_lwkd
[junit4:junit4]   2> 4534 T11 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 4564 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 4565 T11 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 4570 T11 oasc.Overseer.start Overseer (id=88972444242477059-127.0.0.1:59461_lwkd-n_0000000000) starting
[junit4:junit4]   2> 4571 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4595 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4596 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4603 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4605 T36 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 4606 T11 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 4610 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4633 T35 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 4770 T37 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/collection1
[junit4:junit4]   2> 4770 T37 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 4771 T37 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4772 T37 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 4774 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/collection1/'
[junit4:junit4]   2> 4776 T37 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4777 T37 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/collection1/lib/README' to classloader
[junit4:junit4]   2> 5004 T37 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 5257 T37 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5405 T37 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5493 T37 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7579 T37 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7608 T37 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7613 T37 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8011 T37 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8028 T37 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8035 T37 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8043 T37 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8131 T37 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1357611759761/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/
[junit4:junit4]   2> 8139 T37 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56715157
[junit4:junit4]   2> 8502 T37 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8714 T37 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data forceNew:false
[junit4:junit4]   2> 8716 T37 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data
[junit4:junit4]   2> 8716 T37 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/index/
[junit4:junit4]   2> 8718 T37 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8743 T37 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/index forceNew:false
[junit4:junit4]   2> 9246 T37 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@74f6ee44; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9247 T37 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9249 T37 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data/index
[junit4:junit4]   2> 9292 T37 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10523 T37 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10524 T37 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10525 T37 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10535 T37 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10672 T37 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10687 T37 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10692 T37 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10735 T37 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10760 T37 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10833 T37 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10837 T37 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10843 T37 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10845 T37 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10846 T37 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10847 T37 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10880 T37 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10881 T37 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10883 T37 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10884 T37 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10885 T37 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10887 T37 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10888 T37 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10889 T37 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10891 T37 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10907 T37 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10924 T37 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11040 T37 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11062 T37 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11081 T37 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11087 T37 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/control/data
[junit4:junit4]   2> 11135 T37 oass.SolrIndexSearcher.<init> Opening Searcher@3b4842a2 main
[junit4:junit4]   2> 11220 T37 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11221 T37 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11222 T37 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11324 T37 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11665 T38 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b4842a2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11692 T37 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11693 T37 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11694 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x5c zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 12151 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12153 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59461_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59461/lwkd"}
[junit4:junit4]   2> 12153 T35 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 12181 T35 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12182 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x64 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 12212 T34 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> 12703 T37 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12704 T37 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59461/lwkd collection:control_collection shard:shard1
[junit4:junit4]   2> 12721 T37 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 12744 T37 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 12764 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:delete cxid:0x7e 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> 12766 T37 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12768 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x7f zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12777 T37 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12777 T37 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12783 T37 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59461/lwkd/collection1/
[junit4:junit4]   2> 12784 T37 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12784 T37 oasc.SyncStrategy.syncToMe http://127.0.0.1:59461/lwkd/collection1/ has no replicas
[junit4:junit4]   2> 12785 T37 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59461/lwkd/collection1/
[junit4:junit4]   2> 12785 T37 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 12795 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0003 type:create cxid:0x89 zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13719 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13765 T34 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> 13774 T37 oasc.ZkController.register We are http://127.0.0.1:59461/lwkd/collection1/ and leader is http://127.0.0.1:59461/lwkd/collection1/
[junit4:junit4]   2> 13777 T37 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59461/lwkd
[junit4:junit4]   2> 13778 T37 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13778 T37 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13778 T37 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13781 T37 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13787 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13788 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13838 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13857 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 13871 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@15e304c4
[junit4:junit4]   2> 13872 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13872 T39 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13873 T39 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 13874 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59473
[junit4:junit4]   2> 13874 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59473
[junit4:junit4]   2> 13881 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0004 with negotiated timeout 10000 for client /140.211.11.196:59473
[junit4:junit4]   2> 13881 T39 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0004, negotiated timeout = 10000
[junit4:junit4]   2> 13882 T40 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15e304c4 name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13883 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13884 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13889 T11 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 14015 T11 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14018 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59474
[junit4:junit4]   2> 14019 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14020 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14020 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347
[junit4:junit4]   2> 14021 T11 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/solr.xml
[junit4:junit4]   2> 14022 T11 oasc.CoreContainer.<init> New CoreContainer 2106479318
[junit4:junit4]   2> 14022 T11 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/'
[junit4:junit4]   2> 14023 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/'
[junit4:junit4]   2> 14078 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 14079 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14080 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14080 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14081 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14082 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14082 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14083 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14083 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14084 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14107 T11 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14130 T11 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59450/solr
[junit4:junit4]   2> 14130 T11 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14131 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@51b463c
[junit4:junit4]   2> 14134 T50 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14138 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14139 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59475
[junit4:junit4]   2> 14139 T50 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 14141 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59475
[junit4:junit4]   2> 14145 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0005 with negotiated timeout 20000 for client /140.211.11.196:59475
[junit4:junit4]   2> 14146 T50 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0005, negotiated timeout = 20000
[junit4:junit4]   2> 14146 T51 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51b463c name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14147 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14149 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0005
[junit4:junit4]   2> 14158 T51 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14158 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59475 which had sessionid 0x13c17f775df0005
[junit4:junit4]   2> 14158 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0005 closed
[junit4:junit4]   2> 14159 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14169 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ce5af8b
[junit4:junit4]   2> 14171 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14172 T52 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14172 T52 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 14173 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59476
[junit4:junit4]   2> 14173 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59476
[junit4:junit4]   2> 14175 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0006 with negotiated timeout 20000 for client /140.211.11.196:59476
[junit4:junit4]   2> 14175 T52 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0006, negotiated timeout = 20000
[junit4:junit4]   2> 14176 T53 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce5af8b name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14177 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14178 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14180 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14191 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59474_lwkd
[junit4:junit4]   2> 14192 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59474_lwkd Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59474_lwkd
[junit4:junit4]   2> 14193 T11 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59474_lwkd
[junit4:junit4]   2> 14202 T34 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> 14203 T40 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 14205 T34 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 14213 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14222 T54 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/collection1
[junit4:junit4]   2> 14223 T54 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14224 T54 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14224 T54 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14226 T54 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/collection1/'
[junit4:junit4]   2> 14228 T54 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14229 T54 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/collection1/lib/README' to classloader
[junit4:junit4]   2> 14302 T54 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14375 T54 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14476 T54 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14523 T54 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15140 T54 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15154 T54 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15158 T54 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15191 T54 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15197 T54 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15205 T54 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15209 T54 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15212 T54 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1357611772347/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/
[junit4:junit4]   2> 15213 T54 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56715157
[junit4:junit4]   2> 15215 T54 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15216 T54 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1 forceNew:false
[junit4:junit4]   2> 15216 T54 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 15217 T54 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index/
[junit4:junit4]   2> 15217 T54 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15218 T54 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index forceNew:false
[junit4:junit4]   2> 15223 T54 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15223 T54 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15224 T54 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index
[junit4:junit4]   2> 15225 T54 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15228 T54 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15228 T54 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15229 T54 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15229 T54 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15230 T54 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15230 T54 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15231 T54 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15233 T54 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15234 T54 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15236 T54 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15237 T54 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15238 T54 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15240 T54 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15240 T54 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15241 T54 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15242 T54 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15244 T54 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15245 T54 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15247 T54 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15250 T54 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15252 T54 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15254 T54 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15256 T54 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15257 T54 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15259 T54 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15260 T54 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15269 T54 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15274 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15274 T54 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15275 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59461_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59461/lwkd"}
[junit4:junit4]   2> 15276 T54 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 15279 T54 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 15281 T54 oass.SolrIndexSearcher.<init> Opening Searcher@17b121f4 main
[junit4:junit4]   2> 15282 T54 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15282 T54 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15283 T54 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15290 T54 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15298 T40 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> 15298 T53 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> 15298 T34 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> 15379 T55 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17b121f4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15394 T54 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15394 T54 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16838 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16840 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59474_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59474/lwkd"}
[junit4:junit4]   2> 16841 T35 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 16842 T35 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16855 T34 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> 16855 T40 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> 16855 T53 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> 17398 T54 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17398 T54 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59474/lwkd collection:collection1 shard:shard1
[junit4:junit4]   2> 17400 T54 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 17426 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 17428 T54 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 17429 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17433 T54 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 17433 T54 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 17434 T54 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 17434 T54 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 17435 T54 oasc.SyncStrategy.syncToMe http://127.0.0.1:59474/lwkd/collection1/ has no replicas
[junit4:junit4]   2> 17435 T54 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 17436 T54 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 17446 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18363 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18507 T40 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> 18507 T34 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> 18507 T53 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> 18521 T54 oasc.ZkController.register We are http://127.0.0.1:59474/lwkd/collection1/ and leader is http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 18521 T54 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59474/lwkd
[junit4:junit4]   2> 18521 T54 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 18522 T54 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18522 T54 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18562 T54 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18564 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18565 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18565 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18739 T11 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 18742 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59479
[junit4:junit4]   2> 18743 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 18744 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 18745 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034
[junit4:junit4]   2> 18746 T11 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/solr.xml
[junit4:junit4]   2> 18746 T11 oasc.CoreContainer.<init> New CoreContainer 315529366
[junit4:junit4]   2> 18748 T11 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/'
[junit4:junit4]   2> 18748 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/'
[junit4:junit4]   2> 18810 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 18810 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 18811 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 18811 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 18812 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 18813 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 18813 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 18814 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 18814 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 18815 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 18838 T11 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 18856 T11 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59450/solr
[junit4:junit4]   2> 18857 T11 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 18857 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@68434841
[junit4:junit4]   2> 18859 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18859 T65 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18860 T65 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 18860 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59482
[junit4:junit4]   2> 18861 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59482
[junit4:junit4]   2> 18862 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0007 with negotiated timeout 20000 for client /140.211.11.196:59482
[junit4:junit4]   2> 18863 T65 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0007, negotiated timeout = 20000
[junit4:junit4]   2> 18863 T66 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68434841 name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18864 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18866 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0007
[junit4:junit4]   2> 18867 T66 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 18867 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59482 which had sessionid 0x13c17f775df0007
[junit4:junit4]   2> 18867 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0007 closed
[junit4:junit4]   2> 18868 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 18878 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d3c2a84
[junit4:junit4]   2> 18879 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 18880 T67 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 18881 T67 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 18881 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59483
[junit4:junit4]   2> 18882 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59483
[junit4:junit4]   2> 18883 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0008 with negotiated timeout 20000 for client /140.211.11.196:59483
[junit4:junit4]   2> 18883 T67 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0008, negotiated timeout = 20000
[junit4:junit4]   2> 18884 T68 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d3c2a84 name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 18884 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 18886 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18887 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18889 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59479_lwkd
[junit4:junit4]   2> 18890 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59479_lwkd Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59479_lwkd
[junit4:junit4]   2> 18898 T11 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59479_lwkd
[junit4:junit4]   2> 18902 T34 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> 18903 T53 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 18903 T40 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 18903 T53 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> 18904 T40 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> 18905 T34 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 18910 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18919 T69 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/collection1
[junit4:junit4]   2> 18919 T69 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18921 T69 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18921 T69 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18924 T69 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/collection1/'
[junit4:junit4]   2> 18925 T69 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/collection1/lib/README' to classloader
[junit4:junit4]   2> 18926 T69 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 19006 T69 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 19079 T69 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 19180 T69 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 19221 T69 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19817 T69 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19831 T69 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19835 T69 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19868 T69 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19875 T69 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19882 T69 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19885 T69 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19889 T69 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1357611777034/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/
[junit4:junit4]   2> 19889 T69 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56715157
[junit4:junit4]   2> 19890 T69 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 19891 T69 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2 forceNew:false
[junit4:junit4]   2> 19892 T69 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 19892 T69 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index/
[junit4:junit4]   2> 19892 T69 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19893 T69 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index forceNew:false
[junit4:junit4]   2> 19917 T69 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37204e58; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19917 T69 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19918 T69 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index
[junit4:junit4]   2> 19919 T69 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 19921 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19922 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 19922 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19924 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 19924 T69 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19925 T69 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19925 T69 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19927 T69 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19928 T69 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19929 T69 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 19931 T69 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 19932 T69 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19933 T69 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 19933 T69 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 19934 T69 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 19935 T69 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19937 T69 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19938 T69 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19939 T69 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19941 T69 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19942 T69 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19943 T69 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19945 T69 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19946 T69 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 19948 T69 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 19949 T69 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 19959 T69 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19963 T69 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 19966 T69 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 19969 T69 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 19970 T69 oass.SolrIndexSearcher.<init> Opening Searcher@56cfec7c main
[junit4:junit4]   2> 19971 T69 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19972 T69 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19973 T69 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 19980 T69 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 20058 T70 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56cfec7c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 20068 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20069 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59474_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59474/lwkd"}
[junit4:junit4]   2> 20077 T68 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> 20078 T40 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> 20078 T34 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> 20078 T53 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> 20087 T69 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 20087 T69 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21587 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21589 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59479_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59479/lwkd"}
[junit4:junit4]   2> 21590 T35 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 21590 T35 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 21601 T68 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> 21601 T34 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> 21601 T53 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> 21601 T40 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> 22091 T69 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 22091 T69 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59479/lwkd collection:collection1 shard:shard1
[junit4:junit4]   2> 22098 T69 oasc.ZkController.register We are http://127.0.0.1:59479/lwkd/collection1/ and leader is http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 22098 T69 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59479/lwkd
[junit4:junit4]   2> 22099 T69 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 22099 T69 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 22109 T69 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22110 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 22111 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 22112 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@3d2b710e url=http://127.0.0.1:59479/lwkd/collection1 node=127.0.0.1:59479_lwkd C0_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59479_lwkd, base_url=http://127.0.0.1:59479/lwkd}
[junit4:junit4]   2> 22121 T71 C0 P59479 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 22127 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 22127 T71 C0 P59479 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 22128 T71 C0 P59479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22130 T71 C0 P59479 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 22330 T11 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 22333 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59489
[junit4:junit4]   2> 22335 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 22335 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 22336 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584
[junit4:junit4]   2> 22337 T11 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/solr.xml
[junit4:junit4]   2> 22337 T11 oasc.CoreContainer.<init> New CoreContainer 1137638221
[junit4:junit4]   2> 22339 T11 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/'
[junit4:junit4]   2> 22339 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/'
[junit4:junit4]   2> 22411 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 22412 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 22413 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 22413 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 22414 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 22415 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 22415 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 22416 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 22417 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 22418 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 22519 T11 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 22545 T11 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59450/solr
[junit4:junit4]   2> 22546 T11 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 22547 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c461da2
[junit4:junit4]   2> 22549 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 22549 T81 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 22550 T81 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 22551 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59490
[junit4:junit4]   2> 22551 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59490
[junit4:junit4]   2> 22557 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df0009 with negotiated timeout 20000 for client /140.211.11.196:59490
[junit4:junit4]   2> 22557 T81 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df0009, negotiated timeout = 20000
[junit4:junit4]   2> 22558 T82 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c461da2 name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 22558 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 22561 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df0009
[junit4:junit4]   2> 22563 T82 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 22563 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59490 which had sessionid 0x13c17f775df0009
[junit4:junit4]   2> 22563 T11 oaz.ZooKeeper.close Session: 0x13c17f775df0009 closed
[junit4:junit4]   2> 22564 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 22579 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ad2ee23
[junit4:junit4]   2> 22580 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 22581 T83 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 22582 T83 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 22582 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59491
[junit4:junit4]   2> 22584 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59491
[junit4:junit4]   2> 22586 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df000a with negotiated timeout 20000 for client /140.211.11.196:59491
[junit4:junit4]   2> 22586 T83 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df000a, negotiated timeout = 20000
[junit4:junit4]   2> 22587 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ad2ee23 name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 22587 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 22589 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000a type:create cxid:0x1 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22591 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000a type:create cxid:0x2 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 22594 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59489_lwkd
[junit4:junit4]   2> 22595 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000a type:delete cxid:0x4 zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59489_lwkd Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59489_lwkd
[junit4:junit4]   2> 22602 T11 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59489_lwkd
[junit4:junit4]   2> 22606 T34 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> 22606 T68 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> 22607 T40 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 22608 T53 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 22608 T40 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> 22608 T53 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> 22610 T34 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 22611 T68 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 22616 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 22626 T85 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/collection1
[junit4:junit4]   2> 22627 T85 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 22629 T85 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 22629 T85 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 22632 T85 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/collection1/'
[junit4:junit4]   2> 22634 T85 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/collection1/lib/README' to classloader
[junit4:junit4]   2> 22635 T85 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 22754 T85 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 22855 T85 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 22956 T85 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 23026 T85 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 23110 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23113 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59479_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59479/lwkd"}
[junit4:junit4]   2> 23122 T84 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> 23122 T68 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> 23122 T53 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> 23122 T40 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> 23122 T34 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> 23922 T85 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 23943 T85 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 23948 T85 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 23987 T85 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 24009 T85 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 24018 T85 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 24024 T85 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 24028 T85 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1357611780584/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/
[junit4:junit4]   2> 24029 T85 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56715157
[junit4:junit4]   2> 24030 T85 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 24032 T85 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3 forceNew:false
[junit4:junit4]   2> 24032 T85 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3
[junit4:junit4]   2> 24033 T85 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/index/
[junit4:junit4]   2> 24034 T85 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 24035 T85 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/index forceNew:false
[junit4:junit4]   2> 24046 T85 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46979ede; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24047 T85 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24048 T85 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3/index
[junit4:junit4]   2> 24049 T85 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 24053 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 24054 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 24054 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 24055 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 24057 T85 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 24057 T85 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 24058 T85 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 24060 T85 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 24061 T85 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 24063 T85 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 24064 T85 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 24065 T85 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 24067 T85 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 24067 T85 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 24068 T85 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 24069 T85 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 24071 T85 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24072 T85 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24074 T85 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24075 T85 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24077 T85 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24078 T85 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24080 T85 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24081 T85 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 24083 T85 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 24084 T85 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 24099 T85 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 24105 T85 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 24108 T85 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 24113 T85 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty3
[junit4:junit4]   2> 24115 T85 oass.SolrIndexSearcher.<init> Opening Searcher@27656044 main
[junit4:junit4]   2> 24117 T85 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 24117 T85 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 24119 T85 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 24137 T85 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 24199 T86 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27656044 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 24215 T85 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 24216 T85 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24630 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24632 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59489_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59489/lwkd"}
[junit4:junit4]   2> 24632 T35 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 24632 T35 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 24645 T84 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> 24645 T68 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> 24645 T53 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> 24645 T40 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> 24645 T34 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> 25223 T85 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 25223 T85 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59489/lwkd collection:collection1 shard:shard1
[junit4:junit4]   2> 25228 T85 oasc.ZkController.register We are http://127.0.0.1:59489/lwkd/collection1/ and leader is http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 25229 T85 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59489/lwkd
[junit4:junit4]   2> 25229 T85 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 25229 T85 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@73ebb620 url=http://127.0.0.1:59489/lwkd/collection1 node=127.0.0.1:59489_lwkd C1_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59489_lwkd, base_url=http://127.0.0.1:59489/lwkd}
[junit4:junit4]   2> 25230 T87 C1 P59489 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 25230 T87 C1 P59489 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 25230 T85 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25231 T87 C1 P59489 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 25231 T87 C1 P59489 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25232 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 25232 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 25233 T87 C1 P59489 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 25233 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 25363 T11 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 25366 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59496
[junit4:junit4]   2> 25367 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 25367 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 25368 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703
[junit4:junit4]   2> 25368 T11 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/solr.xml
[junit4:junit4]   2> 25369 T11 oasc.CoreContainer.<init> New CoreContainer 1434250948
[junit4:junit4]   2> 25369 T11 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/'
[junit4:junit4]   2> 25370 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/'
[junit4:junit4]   2> 25410 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 25411 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 25412 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 25412 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 25412 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 25413 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 25413 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 25414 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 25414 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 25415 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 25430 T11 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 25446 T11 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:59450/solr
[junit4:junit4]   2> 25447 T11 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 25447 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6f84186e
[junit4:junit4]   2> 25448 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25449 T97 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25450 T97 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 25450 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59497
[junit4:junit4]   2> 25450 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59497
[junit4:junit4]   2> 25452 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df000b with negotiated timeout 20000 for client /140.211.11.196:59497
[junit4:junit4]   2> 25453 T97 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df000b, negotiated timeout = 20000
[junit4:junit4]   2> 25453 T98 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f84186e name:ZooKeeperConnection Watcher:127.0.0.1:59450 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25453 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 25455 T16 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c17f775df000b
[junit4:junit4]   2> 25469 T98 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 25469 T13 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:59497 which had sessionid 0x13c17f775df000b
[junit4:junit4]   2> 25469 T11 oaz.ZooKeeper.close Session: 0x13c17f775df000b closed
[junit4:junit4]   2> 25470 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 25478 T11 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:59450/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7dc6a2e4
[junit4:junit4]   2> 25479 T11 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 25480 T99 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:59450. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 25480 T99 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:59450, initiating session
[junit4:junit4]   2> 25480 T13 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59498
[junit4:junit4]   2> 25481 T13 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59498
[junit4:junit4]   2> 25483 T15 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c17f775df000c with negotiated timeout 20000 for client /140.211.11.196:59498
[junit4:junit4]   2> 25483 T99 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:59450, sessionid = 0x13c17f775df000c, negotiated timeout = 20000
[junit4:junit4]   2> 25483 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7dc6a2e4 name:ZooKeeperConnection Watcher:127.0.0.1:59450/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 25484 T11 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 25485 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000c type:create cxid:0x1 zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25487 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000c type:create cxid:0x2 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25488 T11 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59496_lwkd
[junit4:junit4]   2> 25489 T16 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c17f775df000c type:delete cxid:0x4 zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59496_lwkd Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59496_lwkd
[junit4:junit4]   2> 25498 T11 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59496_lwkd
[junit4:junit4]   2> 25501 T84 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> 25501 T34 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> 25501 T68 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> 25502 T40 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 25501 T53 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 25502 T40 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> 25502 T53 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> 25505 T84 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 25505 T34 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 25505 T68 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 25507 T11 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 25514 T101 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/collection1
[junit4:junit4]   2> 25515 T101 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 25516 T101 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 25516 T101 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 25518 T101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/collection1/'
[junit4:junit4]   2> 25519 T101 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/collection1/lib/README' to classloader
[junit4:junit4]   2> 25519 T101 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 25576 T101 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 25673 T101 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 25774 T101 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 25808 T101 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2>  C0_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:59479_lwkd, base_url=http://127.0.0.1:59479/lwkd}
[junit4:junit4]   2> 25868 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59474/lwkd/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 25879 T71 C0 P59479 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 25899 T71 C0 P59479 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59479/lwkd START replicas=[http://127.0.0.1:59474/lwkd/collection1/] nUpdates=100
[junit4:junit4]   2> 25911 T71 C0 P59479 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 25912 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 25912 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 25912 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 25913 T71 C0 P59479 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 25913 T71 C0 P59479 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59474/lwkd/collection1/. core=collection1
[junit4:junit4]   2> 25914 T71 C0 P59479 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@2eb18a20 url=http://127.0.0.1:59474/lwkd/collection1 node=127.0.0.1:59474_lwkd C2_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:59474_lwkd, base_url=http://127.0.0.1:59474/lwkd, leader=true}
[junit4:junit4]   2> 25966 T46 C2 P59474 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=13 
[junit4:junit4]   2> 26004 T45 C2 P59474 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26005 T45 C2 P59474 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 26010 T45 C2 P59474 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26010 T45 C2 P59474 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26015 T45 C2 P59474 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26016 T45 C2 P59474 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26017 T45 C2 P59474 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 26018 T45 C2 P59474 oass.SolrIndexSearcher.<init> Opening Searcher@12fc1b3 realtime
[junit4:junit4]   2> 26018 T45 C2 P59474 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26019 T45 C2 P59474 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 67
[junit4:junit4]   2> 26105 T71 C0 P59479 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 26106 T71 C0 P59479 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 26137 T71 C0 P59479 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 26153 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26154 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59489_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59489/lwkd"}
[junit4:junit4]   2> 26168 T84 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> 26168 T40 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> 26168 T34 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> 26168 T53 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> 26168 T68 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> 26168 T100 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> 26214 T47 C2 P59474 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 26215 T47 C2 P59474 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=75 
[junit4:junit4]   2> 26217 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 26217 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 26218 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 26221 T47 C2 P59474 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 26223 T47 C2 P59474 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index
[junit4:junit4]   2> 26223 T47 C2 P59474 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 26225 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 26228 T71 C0 P59479 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 forceNew:false
[junit4:junit4]   2> 26228 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26230 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa4b228; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 26246 T47 C2 P59474 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=5 
[junit4:junit4]   2> 26262 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index
[junit4:junit4]   2> 26263 T71 C0 P59479 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 26263 T71 C0 P59479 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130108092304682
[junit4:junit4]   2> 26270 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26272 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26272 T71 C0 P59479 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index/ new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682
[junit4:junit4]   2> 26277 T71 C0 P59479 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa4b228; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26278 T71 C0 P59479 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26280 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26285 T71 C0 P59479 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 26286 T71 C0 P59479 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 26286 T71 C0 P59479 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 26287 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682
[junit4:junit4]   2> 26289 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26294 T71 C0 P59479 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa4b228; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26294 T71 C0 P59479 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26295 T71 C0 P59479 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 26296 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26296 T71 C0 P59479 oass.SolrIndexSearcher.<init> Opening Searcher@3340302c main
[junit4:junit4]   2> 26310 T70 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3340302c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 26312 T70 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index
[junit4:junit4]   2> 26312 T71 C0 P59479 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 26317 T71 C0 P59479 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa4b228; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7aa4b228; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 26318 T71 C0 P59479 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 26319 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2
[junit4:junit4]   2> 26320 T71 C0 P59479 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26320 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index.20130108092304682
[junit4:junit4]   2> 26321 T71 C0 P59479 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty2/index
[junit4:junit4]   2> 26322 T71 C0 P59479 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 26322 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 26322 T71 C0 P59479 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 26323 T71 C0 P59479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26326 T71 C0 P59479 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 26679 T101 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 26700 T101 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 26705 T101 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 26743 T101 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 26762 T101 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 26771 T101 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 26774 T101 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 26778 T101 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1357611783703/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/
[junit4:junit4]   2> 26778 T101 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56715157
[junit4:junit4]   2> 26780 T101 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 26781 T101 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4 forceNew:false
[junit4:junit4]   2> 26782 T101 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4
[junit4:junit4]   2> 26782 T101 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/index/
[junit4:junit4]   2> 26783 T101 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 26784 T101 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/index forceNew:false
[junit4:junit4]   2> 26791 T101 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@69b96b09; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26792 T101 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26793 T101 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4/index
[junit4:junit4]   2> 26794 T101 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 26798 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 26799 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 26799 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 26800 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 26801 T101 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 26802 T101 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 26803 T101 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 26804 T101 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 26805 T101 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 26807 T101 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 26808 T101 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 26809 T101 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 26810 T101 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 26811 T101 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 26812 T101 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 26813 T101 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 26814 T101 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26816 T101 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26817 T101 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26819 T101 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26820 T101 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26821 T101 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26823 T101 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26824 T101 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 26825 T101 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 26827 T101 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 26841 T101 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 26847 T101 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 26850 T101 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 26853 T101 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty4
[junit4:junit4]   2> 26856 T101 oass.SolrIndexSearcher.<init> Opening Searcher@6a155739 main
[junit4:junit4]   2> 26857 T101 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 26858 T101 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 26859 T101 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 26867 T101 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 26933 T104 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a155739 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 26949 T101 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26950 T101 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27677 T35 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27678 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59479_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59479/lwkd"}
[junit4:junit4]   2> 27684 T35 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59496_lwkd",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59496/lwkd"}
[junit4:junit4]   2> 27684 T35 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 27685 T35 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 27703 T84 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> 27703 T53 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> 27703 T100 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> 27703 T68 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> 27703 T40 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> 27703 T34 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> 27963 T101 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 27964 T101 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59496/lwkd collection:collection1 shard:shard1
[junit4:junit4]   2> 27971 T101 oasc.ZkController.register We are http://127.0.0.1:59496/lwkd/collection1/ and leader is http://127.0.0.1:59474/lwkd/collection1/
[junit4:junit4]   2> 27971 T101 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59496/lwkd
[junit4:junit4]   2> 27972 T101 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 27972 T101 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@60ab3ce3 url=http://127.0.0.1:59496/lwkd/collection1 node=127.0.0.1:59496_lwkd C3_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:59496_lwkd, base_url=http://127.0.0.1:59496/lwkd}
[junit4:junit4]   2> 27973 T105 C3 P59496 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 27974 T105 C3 P59496 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 27974 T101 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27974 T105 C3 P59496 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 27975 T105 C3 P59496 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 27976 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 27977 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 27977 T105 C3 P59496 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 27977 T11 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 27989 T11 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27992 T11 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 27992 T11 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 27993 T11 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C1_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:59489_lwkd, base_url=http://127.0.0.1:59489/lwkd}
[junit4:junit4]   2> 28251 T87 C1 P59489 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59474/lwkd/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 28251 T87 C1 P59489 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:59489/lwkd START replicas=[http://127.0.0.1:59474/lwkd/collection1/] nUpdates=100
[junit4:junit4]   2> 28252 T87 C1 P59489 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 28252 T87 C1 P59489 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 28253 T87 C1 P59489 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 28253 T87 C1 P59489 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 28253 T87 C1 P59489 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 28254 T87 C1 P59489 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59474/lwkd/collection1/. core=collection1
[junit4:junit4]   2> 28254 T87 C1 P59489 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 28256 T46 C2 P59474 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 28268 T49 C2 P59474 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 28321 T49 C2 P59474 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ae88b43; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 28322 T49 C2 P59474 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 28323 T49 C2 P59474 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1357611758817/jetty1
[junit4:junit4]   2> 28323 T4

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

t4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4:junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
[junit4:junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:397)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:375)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:174)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 353430 T1671 oasc.SolrException.log SEVERE null:org.eclipse.jetty.io.EofException
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
[junit4:junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
[junit4:junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:94)
[junit4:junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:50)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:397)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:375)
[junit4:junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:174)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
[junit4:junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
[junit4:junit4]   2> 		at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_MA, timezone=Etc/UTC
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=331699112,total=482344960
[junit4:junit4]   2> NOTE: All tests run in this JVM: [CSVRequestHandlerTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, LeaderElectionIntegrationTest, SuggesterFSTTest, TestXIncludeConfig, TestPseudoReturnFields, ClusterStateUpdateTest, NoCacheHeaderTest, TestRandomFaceting, QueryElevationComponentTest, DistributedSpellCheckComponentTest, SolrPluginUtilsTest, TestPerFieldSimilarity, TestAtomicUpdateErrorCases, TestComponentsName, TestSolrIndexConfig, ChaosMonkeyNothingIsSafeTest, OverseerCollectionProcessorTest, TermVectorComponentDistributedTest, ScriptEngineTest, TestExtendedDismaxParser, BinaryUpdateRequestHandlerTest, DateMathParserTest, TestRangeQuery, IndexBasedSpellCheckerTest, SearchHandlerTest, DirectUpdateHandlerOptimizeTest, TestPHPSerializedResponseWriter, SortByFunctionTest, TestLuceneMatchVersion, TestJoin, SampleTest, JSONWriterTest, SpellCheckCollatorTest, PluginInfoTest, UniqFieldsUpdateProcessorFactoryTest, SOLR749Test, TestStressVersions, ZkControllerTest, CircularListTest, MinimalSchemaTest, SimpleFacetsTest, TestPostingsSolrHighlighter, DistributedTermsComponentTest, FieldAnalysisRequestHandlerTest, MBeansHandlerTest, TestSystemIdResolver, TermsComponentTest, TestReload, ChaosMonkeySafeLeaderTest, TestIndexSearcher, TestLMDirichletSimilarityFactory, BasicDistributedZkTest]
[junit4:junit4] Completed on J0 in 353.76s, 1 test, 1 error <<< FAILURES!

[...truncated 385 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1031 tests, 1 error, 1 failure, 23 ignored (5 assumptions)

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



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

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

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

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


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

Error Message:
Test abandoned because suite timeout was reached.

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




Build Log:
[...truncated 9298 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T293 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_etz/on
[junit4:junit4]   2> 4 T293 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357632962113
[junit4:junit4]   2> 6 T293 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T294 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T294 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T294 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T294 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T294 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 13 T294 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T293 oasc.ZkTestServer.run start zk server on port:45988
[junit4:junit4]   2> 108 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a3ecd2a
[junit4:junit4]   2> 109 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T299 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T299 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 110 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37976
[junit4:junit4]   2> 111 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37976
[junit4:junit4]   2> 111 T297 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 116 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0000 with negotiated timeout 10000 for client /140.211.11.196:37976
[junit4:junit4]   2> 117 T299 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0000, negotiated timeout = 10000
[junit4:junit4]   2> 117 T300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a3ecd2a name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 118 T293 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 122 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0000
[junit4:junit4]   2> 132 T300 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 132 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37976 which had sessionid 0x13c193afe4a0000
[junit4:junit4]   2> 132 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0000 closed
[junit4:junit4]   2> 133 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@367e9498
[junit4:junit4]   2> 134 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 134 T301 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 135 T301 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 135 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:60037
[junit4:junit4]   2> 136 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:60037
[junit4:junit4]   2> 137 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0001 with negotiated timeout 10000 for client /140.211.11.196:60037
[junit4:junit4]   2> 137 T301 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0001, negotiated timeout = 10000
[junit4:junit4]   2> 138 T302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@367e9498 name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 138 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 139 T293 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 144 T293 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 153 T293 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 156 T293 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 160 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 174 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 175 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 280 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 281 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 285 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 285 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 294 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 295 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 299 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 300 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 304 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 305 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 309 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 309 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 313 T293 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 314 T293 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 318 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0001
[junit4:junit4]   2> 319 T302 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 319 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:60037 which had sessionid 0x13c193afe4a0001
[junit4:junit4]   2> 319 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0001 closed
[junit4:junit4]   2> 435 T293 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 441 T293 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:18510
[junit4:junit4]   2> 442 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 442 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 443 T293 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428
[junit4:junit4]   2> 443 T293 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/solr.xml
[junit4:junit4]   2> 443 T293 oasc.CoreContainer.<init> New CoreContainer 1671548602
[junit4:junit4]   2> 444 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/'
[junit4:junit4]   2> 444 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/'
[junit4:junit4]   2> 482 T293 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 483 T293 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 483 T293 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 483 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 484 T293 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 484 T293 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 484 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 485 T293 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 485 T293 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 486 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 502 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 516 T293 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45988/solr
[junit4:junit4]   2> 517 T293 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 517 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7d2ea5dd
[junit4:junit4]   2> 518 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 519 T312 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 519 T312 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 520 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32492
[junit4:junit4]   2> 520 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32492
[junit4:junit4]   2> 522 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0002 with negotiated timeout 20000 for client /140.211.11.196:32492
[junit4:junit4]   2> 522 T312 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0002, negotiated timeout = 20000
[junit4:junit4]   2> 522 T313 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d2ea5dd name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 523 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 524 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0002
[junit4:junit4]   2> 525 T313 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 525 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0002 closed
[junit4:junit4]   2> 525 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:32492 which had sessionid 0x13c193afe4a0002
[junit4:junit4]   2> 526 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 535 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ca267af
[junit4:junit4]   2> 536 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 536 T314 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 537 T314 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 537 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24727
[junit4:junit4]   2> 538 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:24727
[junit4:junit4]   2> 539 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0003 with negotiated timeout 20000 for client /140.211.11.196:24727
[junit4:junit4]   2> 539 T314 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0003, negotiated timeout = 20000
[junit4:junit4]   2> 540 T315 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ca267af name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 540 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 542 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 550 T293 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 553 T293 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18510__etz%2Fon
[junit4:junit4]   2> 554 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:18510__etz%2Fon Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:18510__etz%2Fon
[junit4:junit4]   2> 556 T293 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18510__etz%2Fon
[junit4:junit4]   2> 565 T293 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 579 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 580 T293 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 584 T293 oasc.Overseer.start Overseer (id=88973833805627395-127.0.0.1:18510__etz%2Fon-n_0000000000) starting
[junit4:junit4]   2> 585 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 587 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 594 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 596 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 602 T317 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 603 T293 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 607 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 609 T316 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 616 T318 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/collection1
[junit4:junit4]   2> 616 T318 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 617 T318 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 618 T318 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 620 T318 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/collection1/'
[junit4:junit4]   2> 621 T318 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 622 T318 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/collection1/lib/README' to classloader
[junit4:junit4]   2> 681 T318 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 753 T318 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 854 T318 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 861 T318 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1506 T318 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1514 T318 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1517 T318 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1533 T318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1539 T318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1543 T318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1544 T318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1546 T318 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357632962428/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/
[junit4:junit4]   2> 1546 T318 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2394c833
[junit4:junit4]   2> 1546 T318 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1547 T318 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data forceNew:false
[junit4:junit4]   2> 1548 T318 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data
[junit4:junit4]   2> 1548 T318 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index/
[junit4:junit4]   2> 1549 T318 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1550 T318 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index forceNew:false
[junit4:junit4]   2> 1555 T318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e6551bc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1555 T318 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1556 T318 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index
[junit4:junit4]   2> 1556 T318 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1558 T318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1558 T318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1558 T318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1559 T318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1559 T318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1559 T318 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1560 T318 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1560 T318 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1561 T318 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1561 T318 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1562 T318 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1562 T318 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1562 T318 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1563 T318 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1563 T318 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1563 T318 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1564 T318 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1564 T318 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1565 T318 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1565 T318 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1566 T318 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1566 T318 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1567 T318 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1567 T318 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1567 T318 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1568 T318 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1576 T318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1580 T318 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1581 T318 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1583 T318 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data
[junit4:junit4]   2> 1585 T318 oass.SolrIndexSearcher.<init> Opening Searcher@70793172 main
[junit4:junit4]   2> 1586 T318 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1586 T318 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1586 T318 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1601 T318 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1650 T319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70793172 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1654 T318 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1655 T318 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1656 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 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> 2114 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2115 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:18510__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18510/_etz/on"}
[junit4:junit4]   2> 2115 T316 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2134 T316 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2135 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 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> 2155 T315 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> 2669 T318 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2669 T318 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:18510/_etz/on collection:control_collection shard:shard1
[junit4:junit4]   2> 2679 T318 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 2698 T318 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2723 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 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> 2724 T318 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2725 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2728 T318 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2728 T318 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2728 T318 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:18510/_etz/on/collection1/
[junit4:junit4]   2> 2729 T318 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2729 T318 oasc.SyncStrategy.syncToMe http://127.0.0.1:18510/_etz/on/collection1/ has no replicas
[junit4:junit4]   2> 2730 T318 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:18510/_etz/on/collection1/
[junit4:junit4]   2> 2730 T318 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2735 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3660 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3711 T315 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> 3757 T318 oasc.ZkController.register We are http://127.0.0.1:18510/_etz/on/collection1/ and leader is http://127.0.0.1:18510/_etz/on/collection1/
[junit4:junit4]   2> 3757 T318 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:18510/_etz/on
[junit4:junit4]   2> 3758 T318 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3758 T318 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3758 T318 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3761 T318 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3763 T293 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3763 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3764 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3772 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3782 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@a2edf7a
[junit4:junit4]   2> 3783 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3783 T320 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3784 T320 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 3784 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:62187
[junit4:junit4]   2> 3784 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:62187
[junit4:junit4]   2> 3786 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0004 with negotiated timeout 10000 for client /140.211.11.196:62187
[junit4:junit4]   2> 3786 T320 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0004, negotiated timeout = 10000
[junit4:junit4]   2> 3786 T321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a2edf7a name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3786 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3788 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3791 T293 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3906 T293 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3908 T293 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:56586
[junit4:junit4]   2> 3909 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3909 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3910 T293 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899
[junit4:junit4]   2> 3910 T293 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/solr.xml
[junit4:junit4]   2> 3911 T293 oasc.CoreContainer.<init> New CoreContainer 1349113836
[junit4:junit4]   2> 3911 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/'
[junit4:junit4]   2> 3911 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/'
[junit4:junit4]   2> 3948 T293 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3949 T293 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3949 T293 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3950 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3950 T293 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3950 T293 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3951 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3951 T293 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3951 T293 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3952 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3967 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3980 T293 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45988/solr
[junit4:junit4]   2> 3981 T293 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3981 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@43c8bbed
[junit4:junit4]   2> 3982 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3983 T331 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3984 T331 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 3984 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11045
[junit4:junit4]   2> 3985 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11045
[junit4:junit4]   2> 3986 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0005 with negotiated timeout 20000 for client /140.211.11.196:11045
[junit4:junit4]   2> 3987 T331 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0005, negotiated timeout = 20000
[junit4:junit4]   2> 3987 T332 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43c8bbed name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3987 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3989 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0005
[junit4:junit4]   2> 3998 T332 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3998 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0005 closed
[junit4:junit4]   2> 3998 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11045 which had sessionid 0x13c193afe4a0005
[junit4:junit4]   2> 3999 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4011 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e4d91e9
[junit4:junit4]   2> 4012 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4013 T333 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4013 T333 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 4014 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:59587
[junit4:junit4]   2> 4014 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:59587
[junit4:junit4]   2> 4016 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0006 with negotiated timeout 20000 for client /140.211.11.196:59587
[junit4:junit4]   2> 4016 T333 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0006, negotiated timeout = 20000
[junit4:junit4]   2> 4016 T334 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e4d91e9 name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4016 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4018 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4019 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4027 T293 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56586__etz%2Fon
[junit4:junit4]   2> 4028 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56586__etz%2Fon Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56586__etz%2Fon
[junit4:junit4]   2> 4029 T293 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56586__etz%2Fon
[junit4:junit4]   2> 4032 T315 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> 4033 T321 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4041 T315 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4046 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4053 T335 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/collection1
[junit4:junit4]   2> 4054 T335 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4054 T335 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4054 T335 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4056 T335 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/collection1/'
[junit4:junit4]   2> 4057 T335 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/collection1/lib/README' to classloader
[junit4:junit4]   2> 4057 T335 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4108 T335 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4157 T335 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4258 T335 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4265 T335 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4728 T335 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4737 T335 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4740 T335 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4754 T335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4758 T335 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4762 T335 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4764 T335 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4765 T335 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357632965899/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/
[junit4:junit4]   2> 4765 T335 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2394c833
[junit4:junit4]   2> 4766 T335 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4766 T335 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1 forceNew:false
[junit4:junit4]   2> 4767 T335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 4767 T335 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index/
[junit4:junit4]   2> 4768 T335 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4769 T335 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index forceNew:false
[junit4:junit4]   2> 4799 T335 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@52c3b31f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4799 T335 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4800 T335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index
[junit4:junit4]   2> 4800 T335 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4802 T335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4803 T335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4803 T335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4803 T335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4804 T335 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4804 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4804 T335 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4805 T335 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4806 T335 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4806 T335 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4807 T335 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4807 T335 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4808 T335 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4808 T335 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4808 T335 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4809 T335 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4810 T335 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4811 T335 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4811 T335 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4812 T335 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4813 T335 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4813 T335 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4814 T335 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4814 T335 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4815 T335 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4815 T335 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4824 T335 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4827 T335 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4829 T335 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 4831 T335 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 4833 T335 oass.SolrIndexSearcher.<init> Opening Searcher@363dc8cb main
[junit4:junit4]   2> 4833 T335 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4834 T335 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4834 T335 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4840 T335 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4891 T336 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@363dc8cb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4896 T335 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4896 T335 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5226 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5227 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:18510__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:18510/_etz/on"}
[junit4:junit4]   2> 5232 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56586__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56586/_etz/on"}
[junit4:junit4]   2> 5232 T316 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5233 T316 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5247 T334 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> 5247 T321 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> 5247 T315 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> 5899 T335 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5899 T335 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56586/_etz/on collection:collection1 shard:shard1
[junit4:junit4]   2> 5900 T335 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5920 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 5921 T335 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5922 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5933 T335 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5933 T335 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5934 T335 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56586/_etz/on/collection1/
[junit4:junit4]   2> 5934 T335 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5934 T335 oasc.SyncStrategy.syncToMe http://127.0.0.1:56586/_etz/on/collection1/ has no replicas
[junit4:junit4]   2> 5935 T335 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56586/_etz/on/collection1/
[junit4:junit4]   2> 5935 T335 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5945 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6765 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6788 T321 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> 6788 T315 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> 6788 T334 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> 6822 T335 oasc.ZkController.register We are http://127.0.0.1:56586/_etz/on/collection1/ and leader is http://127.0.0.1:56586/_etz/on/collection1/
[junit4:junit4]   2> 6822 T335 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56586/_etz/on
[junit4:junit4]   2> 6822 T335 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6823 T335 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6823 T335 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6825 T335 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6827 T293 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6827 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6828 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7006 T293 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7010 T293 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:41852
[junit4:junit4]   2> 7010 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7011 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7011 T293 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952
[junit4:junit4]   2> 7012 T293 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/solr.xml
[junit4:junit4]   2> 7012 T293 oasc.CoreContainer.<init> New CoreContainer 1137514542
[junit4:junit4]   2> 7013 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/'
[junit4:junit4]   2> 7014 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/'
[junit4:junit4]   2> 7066 T293 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7066 T293 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7067 T293 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7067 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7068 T293 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7068 T293 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7069 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7069 T293 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7070 T293 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7070 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7092 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7111 T293 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45988/solr
[junit4:junit4]   2> 7112 T293 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7112 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@618fe74c
[junit4:junit4]   2> 7113 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7114 T346 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7115 T346 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 7115 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:58697
[junit4:junit4]   2> 7116 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:58697
[junit4:junit4]   2> 7118 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0007 with negotiated timeout 20000 for client /140.211.11.196:58697
[junit4:junit4]   2> 7118 T346 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0007, negotiated timeout = 20000
[junit4:junit4]   2> 7118 T347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@618fe74c name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7118 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7120 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0007
[junit4:junit4]   2> 7131 T347 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7131 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0007 closed
[junit4:junit4]   2> 7131 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:58697 which had sessionid 0x13c193afe4a0007
[junit4:junit4]   2> 7132 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7144 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@357ad56
[junit4:junit4]   2> 7145 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7146 T348 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7146 T348 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 7147 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:33042
[junit4:junit4]   2> 7147 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:33042
[junit4:junit4]   2> 7149 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0008 with negotiated timeout 20000 for client /140.211.11.196:33042
[junit4:junit4]   2> 7149 T348 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0008, negotiated timeout = 20000
[junit4:junit4]   2> 7149 T349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@357ad56 name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7149 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7150 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7152 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7159 T293 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41852__etz%2Fon
[junit4:junit4]   2> 7160 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41852__etz%2Fon Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41852__etz%2Fon
[junit4:junit4]   2> 7161 T293 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41852__etz%2Fon
[junit4:junit4]   2> 7164 T315 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> 7164 T334 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> 7164 T321 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7164 T321 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> 7166 T315 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7166 T334 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7168 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7175 T350 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/collection1
[junit4:junit4]   2> 7176 T350 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7176 T350 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7177 T350 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7178 T350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/collection1/'
[junit4:junit4]   2> 7179 T350 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/collection1/lib/README' to classloader
[junit4:junit4]   2> 7180 T350 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7218 T350 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7276 T350 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7377 T350 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7383 T350 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7865 T350 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7877 T350 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7882 T350 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7902 T350 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7907 T350 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7911 T350 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7913 T350 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7915 T350 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357632968952/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/
[junit4:junit4]   2> 7915 T350 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2394c833
[junit4:junit4]   2> 7916 T350 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7916 T350 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2 forceNew:false
[junit4:junit4]   2> 7917 T350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2> 7917 T350 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index/
[junit4:junit4]   2> 7918 T350 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7918 T350 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index forceNew:false
[junit4:junit4]   2> 7928 T350 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b183bc9; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7929 T350 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7930 T350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index
[junit4:junit4]   2> 7930 T350 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7932 T350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7932 T350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7933 T350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7933 T350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7933 T350 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7934 T350 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7934 T350 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7935 T350 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7935 T350 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7936 T350 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7936 T350 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7937 T350 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7937 T350 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7937 T350 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7938 T350 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7938 T350 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7939 T350 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7939 T350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7940 T350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7940 T350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7941 T350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7941 T350 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7942 T350 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7942 T350 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7943 T350 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7943 T350 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7952 T350 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7955 T350 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7957 T350 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 7959 T350 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2> 7961 T350 oass.SolrIndexSearcher.<init> Opening Searcher@61e4da04 main
[junit4:junit4]   2> 7962 T350 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7962 T350 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7962 T350 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7969 T350 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8017 T351 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61e4da04 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8023 T350 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8023 T350 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8296 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8297 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56586__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56586/_etz/on"}
[junit4:junit4]   2> 8305 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41852__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41852/_etz/on"}
[junit4:junit4]   2> 8306 T316 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8306 T316 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8317 T321 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> 8317 T315 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> 8317 T349 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> 8317 T334 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> 9026 T350 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9026 T350 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41852/_etz/on collection:collection1 shard:shard2
[junit4:junit4]   2> 9027 T350 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9046 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9047 T350 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9047 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9050 T350 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9050 T350 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9051 T350 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41852/_etz/on/collection1/
[junit4:junit4]   2> 9051 T350 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9051 T350 oasc.SyncStrategy.syncToMe http://127.0.0.1:41852/_etz/on/collection1/ has no replicas
[junit4:junit4]   2> 9052 T350 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41852/_etz/on/collection1/
[junit4:junit4]   2> 9052 T350 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9056 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9831 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9877 T321 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> 9877 T334 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> 9877 T349 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> 9877 T315 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> 9926 T350 oasc.ZkController.register We are http://127.0.0.1:41852/_etz/on/collection1/ and leader is http://127.0.0.1:41852/_etz/on/collection1/
[junit4:junit4]   2> 9926 T350 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41852/_etz/on
[junit4:junit4]   2> 9926 T350 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9927 T350 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9927 T350 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9934 T350 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9935 T293 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9936 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9937 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10133 T293 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10136 T293 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:10890
[junit4:junit4]   2> 10137 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10138 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10138 T293 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062
[junit4:junit4]   2> 10139 T293 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/solr.xml
[junit4:junit4]   2> 10139 T293 oasc.CoreContainer.<init> New CoreContainer 1087135826
[junit4:junit4]   2> 10140 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/'
[junit4:junit4]   2> 10141 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/'
[junit4:junit4]   2> 10206 T293 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10206 T293 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10207 T293 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10207 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10208 T293 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10208 T293 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10209 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10209 T293 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10210 T293 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10210 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10234 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10253 T293 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45988/solr
[junit4:junit4]   2> 10254 T293 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10254 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ba042b7
[junit4:junit4]   2> 10256 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10256 T361 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10257 T361 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 10257 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30226
[junit4:junit4]   2> 10258 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30226
[junit4:junit4]   2> 10260 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a0009 with negotiated timeout 20000 for client /140.211.11.196:30226
[junit4:junit4]   2> 10260 T361 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a0009, negotiated timeout = 20000
[junit4:junit4]   2> 10260 T362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ba042b7 name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10261 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10262 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a0009
[junit4:junit4]   2> 10276 T362 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10276 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a0009 closed
[junit4:junit4]   2> 10276 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:30226 which had sessionid 0x13c193afe4a0009
[junit4:junit4]   2> 10277 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10291 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@75a34889
[junit4:junit4]   2> 10292 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10292 T363 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10293 T363 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 10293 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:43915
[junit4:junit4]   2> 10294 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:43915
[junit4:junit4]   2> 10295 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a000a with negotiated timeout 20000 for client /140.211.11.196:43915
[junit4:junit4]   2> 10295 T363 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a000a, negotiated timeout = 20000
[junit4:junit4]   2> 10296 T364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75a34889 name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10296 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10298 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10310 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10311 T293 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:10890__etz%2Fon
[junit4:junit4]   2> 10312 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:10890__etz%2Fon Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:10890__etz%2Fon
[junit4:junit4]   2> 10313 T293 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:10890__etz%2Fon
[junit4:junit4]   2> 10316 T315 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> 10316 T334 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> 10317 T349 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10317 T349 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> 10317 T321 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10318 T321 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> 10320 T315 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10320 T334 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10332 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10341 T365 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/collection1
[junit4:junit4]   2> 10341 T365 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10342 T365 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10342 T365 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10343 T365 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/collection1/'
[junit4:junit4]   2> 10344 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10345 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/collection1/lib/README' to classloader
[junit4:junit4]   2> 10383 T365 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10431 T365 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10532 T365 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10537 T365 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11028 T365 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11040 T365 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11044 T365 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11063 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11068 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11073 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11075 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11076 T365 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357632972062/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/
[junit4:junit4]   2> 11077 T365 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2394c833
[junit4:junit4]   2> 11078 T365 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11079 T365 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3 forceNew:false
[junit4:junit4]   2> 11079 T365 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 11080 T365 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index/
[junit4:junit4]   2> 11080 T365 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11081 T365 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index forceNew:false
[junit4:junit4]   2> 11090 T365 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b74cacc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11091 T365 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11092 T365 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index
[junit4:junit4]   2> 11092 T365 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11095 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11095 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11096 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11096 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11097 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11097 T365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11098 T365 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11099 T365 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11100 T365 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11100 T365 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11101 T365 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11102 T365 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11103 T365 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11103 T365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11103 T365 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11104 T365 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11105 T365 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11106 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11106 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11107 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11108 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11109 T365 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11109 T365 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11110 T365 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11111 T365 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11112 T365 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11125 T365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11129 T365 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11131 T365 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11134 T365 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 11136 T365 oass.SolrIndexSearcher.<init> Opening Searcher@6f66b6e9 main
[junit4:junit4]   2> 11137 T365 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11137 T365 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11138 T365 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11146 T365 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11196 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f66b6e9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11201 T365 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11201 T365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11392 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11393 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41852__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41852/_etz/on"}
[junit4:junit4]   2> 11398 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10890__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10890/_etz/on"}
[junit4:junit4]   2> 11398 T316 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11398 T316 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11410 T321 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> 11410 T349 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> 11410 T364 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> 11410 T315 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> 11410 T334 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> 12204 T365 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12204 T365 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:10890/_etz/on collection:collection1 shard:shard1
[junit4:junit4]   2> 12223 T365 oasc.ZkController.register We are http://127.0.0.1:10890/_etz/on/collection1/ and leader is http://127.0.0.1:56586/_etz/on/collection1/
[junit4:junit4]   2> 12224 T365 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:10890/_etz/on
[junit4:junit4]   2> 12224 T365 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12224 T365 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@5beb5563 url=http://127.0.0.1:10890/_etz/on/collection1 node=127.0.0.1:10890__etz%2Fon C27_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:10890__etz%2Fon, base_url=http://127.0.0.1:10890/_etz/on}
[junit4:junit4]   2> 12231 T367 C27 P10890 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12232 T365 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12232 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12233 T367 C27 P10890 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12233 T367 C27 P10890 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12234 T293 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12234 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12235 T367 C27 P10890 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12235 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12429 T293 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12432 T293 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32875
[junit4:junit4]   2> 12433 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12434 T293 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12434 T293 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359
[junit4:junit4]   2> 12435 T293 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/solr.xml
[junit4:junit4]   2> 12435 T293 oasc.CoreContainer.<init> New CoreContainer 1408313733
[junit4:junit4]   2> 12436 T293 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/'
[junit4:junit4]   2> 12437 T293 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/'
[junit4:junit4]   2> 12494 T293 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12495 T293 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12496 T293 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12496 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12497 T293 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12497 T293 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12498 T293 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12498 T293 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12499 T293 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12499 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12523 T293 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12542 T293 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45988/solr
[junit4:junit4]   2> 12543 T293 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12543 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2e1ff44a
[junit4:junit4]   2> 12544 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12545 T377 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12546 T377 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 12546 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32431
[junit4:junit4]   2> 12547 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:32431
[junit4:junit4]   2> 12579 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a000b with negotiated timeout 20000 for client /140.211.11.196:32431
[junit4:junit4]   2> 12579 T377 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a000b, negotiated timeout = 20000
[junit4:junit4]   2> 12580 T378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e1ff44a name:ZooKeeperConnection Watcher:127.0.0.1:45988 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12580 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12582 T298 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c193afe4a000b
[junit4:junit4]   2> 12583 T378 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12583 T295 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:32431 which had sessionid 0x13c193afe4a000b
[junit4:junit4]   2> 12583 T293 oaz.ZooKeeper.close Session: 0x13c193afe4a000b closed
[junit4:junit4]   2> 12584 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12597 T293 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:45988/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f425d83
[junit4:junit4]   2> 12598 T293 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12599 T379 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:45988. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12599 T379 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45988, initiating session
[junit4:junit4]   2> 12599 T295 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:27089
[junit4:junit4]   2> 12600 T295 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:27089
[junit4:junit4]   2> 12602 T297 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c193afe4a000c with negotiated timeout 20000 for client /140.211.11.196:27089
[junit4:junit4]   2> 12602 T379 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:45988, sessionid = 0x13c193afe4a000c, negotiated timeout = 20000
[junit4:junit4]   2> 12602 T380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f425d83 name:ZooKeeperConnection Watcher:127.0.0.1:45988/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12603 T293 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12604 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12644 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12671 T293 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32875__etz%2Fon
[junit4:junit4]   2> 12672 T298 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c193afe4a000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32875__etz%2Fon Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32875__etz%2Fon
[junit4:junit4]   2> 12673 T293 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32875__etz%2Fon
[junit4:junit4]   2> 12675 T315 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> 12676 T334 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> 12676 T321 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12676 T364 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12676 T349 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12676 T321 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> 12676 T364 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> 12677 T349 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> 12701 T334 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12701 T315 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12703 T293 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12709 T381 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/collection1
[junit4:junit4]   2> 12709 T381 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12710 T381 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12710 T381 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12712 T381 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/collection1/'
[junit4:junit4]   2> 12713 T381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12714 T381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/collection1/lib/README' to classloader
[junit4:junit4]   2> 12777 T381 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12847 T381 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12924 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12925 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10890__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10890/_etz/on"}
[junit4:junit4]   2> 12944 T321 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> 12944 T334 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> 12944 T364 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> 12944 T315 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> 12944 T349 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> 12948 T381 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12948 T380 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> 12953 T381 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13473 T381 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13483 T381 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13486 T381 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13521 T381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13530 T381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13534 T381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13536 T381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13548 T381 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357632974359/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/
[junit4:junit4]   2> 13548 T381 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2394c833
[junit4:junit4]   2> 13549 T381 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13549 T381 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4 forceNew:false
[junit4:junit4]   2> 13550 T381 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 13550 T381 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index/
[junit4:junit4]   2> 13551 T381 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13551 T381 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index forceNew:false
[junit4:junit4]   2> 13568 T381 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7797d185; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13568 T381 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13569 T381 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index
[junit4:junit4]   2> 13569 T381 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13571 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13572 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13572 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13572 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13573 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13573 T381 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13573 T381 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13574 T381 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13574 T381 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13575 T381 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13576 T381 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13576 T381 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13577 T381 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13577 T381 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13577 T381 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13578 T381 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13578 T381 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13579 T381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13579 T381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13580 T381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13580 T381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13581 T381 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13581 T381 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13582 T381 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13583 T381 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13583 T381 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13594 T381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13597 T381 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13599 T381 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13601 T381 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 13602 T381 oass.SolrIndexSearcher.<init> Opening Searcher@7a612c2b main
[junit4:junit4]   2> 13603 T381 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13603 T381 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13604 T381 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13610 T381 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13659 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a612c2b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13664 T381 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13664 T381 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14450 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14451 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32875__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32875/_etz/on"}
[junit4:junit4]   2> 14452 T316 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14452 T316 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14476 T349 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> 14476 T315 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> 14476 T364 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> 14476 T380 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> 14476 T334 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> 14476 T321 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> 14669 T381 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14669 T381 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32875/_etz/on collection:collection1 shard:shard2
[junit4:junit4]   2> 14674 T381 oasc.ZkController.register We are http://127.0.0.1:32875/_etz/on/collection1/ and leader is http://127.0.0.1:41852/_etz/on/collection1/
[junit4:junit4]   2> 14674 T381 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32875/_etz/on
[junit4:junit4]   2> 14674 T381 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14674 T381 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@79ec9c17 url=http://127.0.0.1:32875/_etz/on/collection1 node=127.0.0.1:32875__etz%2Fon C28_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:32875__etz%2Fon, base_url=http://127.0.0.1:32875/_etz/on}
[junit4:junit4]   2> 14675 T383 C28 P32875 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14675 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14676 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14676 T383 C28 P32875 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14676 T383 C28 P32875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14677 T293 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14677 T293 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14678 T383 C28 P32875 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14678 T293 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14698 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14700 T293 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14701 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C27_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:10890__etz%2Fon, base_url=http://127.0.0.1:10890/_etz/on}
[junit4:junit4]   2> 15267 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:56586/_etz/on/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15275 T367 C27 P10890 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15291 T367 C27 P10890 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:10890/_etz/on START replicas=[http://127.0.0.1:56586/_etz/on/collection1/] nUpdates=100
[junit4:junit4]   2> 15292 T367 C27 P10890 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15292 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15293 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15293 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15293 T367 C27 P10890 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15294 T367 C27 P10890 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:56586/_etz/on/collection1/. core=collection1
[junit4:junit4]   2> 15295 T367 C27 P10890 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C29 name=collection1 org.apache.solr.core.SolrCore@3d3e97d3 url=http://127.0.0.1:56586/_etz/on/collection1 node=127.0.0.1:56586__etz%2Fon C29_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:56586__etz%2Fon, base_url=http://127.0.0.1:56586/_etz/on, leader=true}
[junit4:junit4]   2> 15303 T325 C29 P56586 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15318 T326 C29 P56586 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15320 T326 C29 P56586 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 15323 T326 C29 P56586 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@52c3b31f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15323 T326 C29 P56586 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15356 T326 C29 P56586 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@52c3b31f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@52c3b31f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15356 T326 C29 P56586 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15357 T326 C29 P56586 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 15357 T326 C29 P56586 oass.SolrIndexSearcher.<init> Opening Searcher@249c5c4d realtime
[junit4:junit4]   2> 15358 T326 C29 P56586 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15358 T326 C29 P56586 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 51
[junit4:junit4]   2> 15359 T367 C27 P10890 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15360 T367 C27 P10890 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15383 T367 C27 P10890 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15389 T327 C29 P56586 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15389 T327 C29 P56586 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=4 
[junit4:junit4]   2> 15391 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15391 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15392 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15395 T327 C29 P56586 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 15396 T327 C29 P56586 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1/index
[junit4:junit4]   2> 15396 T327 C29 P56586 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15397 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15398 T367 C27 P10890 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 forceNew:false
[junit4:junit4]   2> 15399 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15399 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fd6031; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15411 T327 C29 P56586 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 15422 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index
[junit4:junit4]   2> 15423 T367 C27 P10890 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15423 T367 C27 P10890 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130108011617505
[junit4:junit4]   2> 15425 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15425 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15426 T367 C27 P10890 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505
[junit4:junit4]   2> 15429 T367 C27 P10890 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fd6031; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15429 T367 C27 P10890 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15430 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15434 T367 C27 P10890 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15434 T367 C27 P10890 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15434 T367 C27 P10890 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15435 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505
[junit4:junit4]   2> 15436 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15439 T367 C27 P10890 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fd6031; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15439 T367 C27 P10890 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15439 T367 C27 P10890 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15440 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15440 T367 C27 P10890 oass.SolrIndexSearcher.<init> Opening Searcher@3e61e773 main
[junit4:junit4]   2> 15442 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e61e773 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15442 T366 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index
[junit4:junit4]   2> 15443 T367 C27 P10890 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15445 T367 C27 P10890 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fd6031; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505 lockFactory=org.apache.lucene.store.NativeFSLockFactory@29fd6031; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15446 T367 C27 P10890 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15447 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 15447 T367 C27 P10890 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15447 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index.20130108011617505
[junit4:junit4]   2> 15448 T367 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3/index
[junit4:junit4]   2> 15448 T367 C27 P10890 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15448 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15448 T367 C27 P10890 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15448 T367 C27 P10890 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15455 T367 C27 P10890 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15704 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15982 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15983 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32875__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32875/_etz/on"}
[junit4:junit4]   2> 15989 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:10890__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:10890/_etz/on"}
[junit4:junit4]   2> 16004 T321 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> 16004 T349 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> 16004 T380 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> 16004 T334 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> 16004 T364 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> 16004 T315 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> 16706 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17710 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C28_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:32875__etz%2Fon, base_url=http://127.0.0.1:32875/_etz/on}
[junit4:junit4]   2> 18700 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41852/_etz/on/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18700 T383 C28 P32875 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:32875/_etz/on START replicas=[http://127.0.0.1:41852/_etz/on/collection1/] nUpdates=100
[junit4:junit4]   2> 18701 T383 C28 P32875 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18701 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18701 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18701 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18701 T383 C28 P32875 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18702 T383 C28 P32875 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41852/_etz/on/collection1/. core=collection1
[junit4:junit4]   2> 18702 T383 C28 P32875 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18715 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C30 name=collection1 org.apache.solr.core.SolrCore@6cce87af url=http://127.0.0.1:41852/_etz/on/collection1 node=127.0.0.1:41852__etz%2Fon C30_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41852__etz%2Fon, base_url=http://127.0.0.1:41852/_etz/on, leader=true}
[junit4:junit4]   2> 18715 T340 C30 P41852 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18719 T341 C30 P41852 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18720 T341 C30 P41852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2> 18725 T341 C30 P41852 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b183bc9; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18725 T341 C30 P41852 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18737 T341 C30 P41852 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b183bc9; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b183bc9; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18738 T341 C30 P41852 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18739 T341 C30 P41852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2> 18740 T341 C30 P41852 oass.SolrIndexSearcher.<init> Opening Searcher@17c02eb9 realtime
[junit4:junit4]   2> 18740 T341 C30 P41852 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18740 T341 C30 P41852 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   2> 18741 T383 C28 P32875 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18742 T383 C28 P32875 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18744 T342 C30 P41852 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18745 T342 C30 P41852 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18745 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18746 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18746 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18748 T342 C30 P41852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2> 18749 T342 C30 P41852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2/index
[junit4:junit4]   2> 18750 T342 C30 P41852 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18750 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18752 T383 C28 P32875 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 forceNew:false
[junit4:junit4]   2> 18753 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18754 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6788e58c; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18758 T342 C30 P41852 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18760 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index
[junit4:junit4]   2> 18761 T383 C28 P32875 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18771 T383 C28 P32875 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130108011620859
[junit4:junit4]   2> 18772 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18773 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18773 T383 C28 P32875 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859
[junit4:junit4]   2> 18778 T383 C28 P32875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6788e58c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18778 T383 C28 P32875 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18780 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18780 T383 C28 P32875 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18780 T383 C28 P32875 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18781 T383 C28 P32875 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18782 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859
[junit4:junit4]   2> 18783 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18787 T383 C28 P32875 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6788e58c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18788 T383 C28 P32875 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18788 T383 C28 P32875 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18789 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18789 T383 C28 P32875 oass.SolrIndexSearcher.<init> Opening Searcher@469095e1 main
[junit4:junit4]   2> 18793 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@469095e1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18793 T382 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index
[junit4:junit4]   2> 18794 T383 C28 P32875 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18813 T383 C28 P32875 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6788e58c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6788e58c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18814 T383 C28 P32875 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18816 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 18816 T383 C28 P32875 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18817 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index.20130108011620859
[junit4:junit4]   2> 18817 T383 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4/index
[junit4:junit4]   2> 18817 T383 C28 P32875 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18817 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18818 T383 C28 P32875 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18818 T383 C28 P32875 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18829 T383 C28 P32875 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19023 T316 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19024 T316 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32875__etz%2Fon",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32875/_etz/on"}
[junit4:junit4]   2> 19037 T315 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> 19037 T321 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> 19037 T380 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> 19037 T364 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> 19037 T349 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> 19037 T334 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> 19718 T293 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19719 T293 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@3b274a5d url=http://127.0.0.1:18510/_etz/on/collection1 node=127.0.0.1:18510__etz%2Fon C31_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:18510__etz%2Fon, base_url=http://127.0.0.1:18510/_etz/on, leader=true}
[junit4:junit4]   2> 19745 T305 C31 P18510 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data
[junit4:junit4]   2> 19749 T305 C31 P18510 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e6551bc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19749 T305 C31 P18510 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19753 T305 C31 P18510 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/control/data
[junit4:junit4]   2> 19753 T305 C31 P18510 oass.SolrIndexSearcher.<init> Opening Searcher@6d19cdcf realtime
[junit4:junit4]   2> 19754 T305 C31 P18510 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423581361564811264)} 0 26
[junit4:junit4]   2> 19763 T328 C29 P56586 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty1
[junit4:junit4]   2> 19779 T343 C30 P41852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty2
[junit4:junit4]   2>  C27_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:10890__etz%2Fon, base_url=http://127.0.0.1:10890/_etz/on}
[junit4:junit4]   2> 19786 T354 C27 P10890 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty3
[junit4:junit4]   2> 19787 T354 C27 P10890 /update {update.distrib=FROMLEADER&_version_=-1423581361596268544&update.from=http://127.0.0.1:56586/_etz/on/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423581361596268544)} 0 3
[junit4:junit4]   2>  C28_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:32875__etz%2Fon, base_url=http://127.0.0.1:32875/_etz/on}
[junit4:junit4]   2> 19791 T370 C28 P32875 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357632962113/jetty4
[junit4:junit4]   2> 19791 T370 C28 P32875 /update {update.distrib=FROMLEADER&_version_=-1423581361613045760&update.from=http://127.0.0.1:41852/_etz/on/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423581361613045760)} 0 2
[junit4:junit4]   2> 19792 T343 C30 P41852 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423581361613045760)} 0 15
[junit4:junit4]   2> 19793 T328 C29 P56586 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423581361596268544)} 0 37
[junit4:junit4]   2> 19810 T305 C31 P18510 /update {wt=javabin&version=2} {add=[1 (1423581361641357312)]} 0 12
[junit4:junit4]   2> 19830 T354 C27 P10890 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423581361651843072)]} 0 4
[junit4:junit4]   2> 19830 T328 C29 P56586 /update {wt=javabin&version=2} {add=[1 (1423581361651843072)]} 0 17
[junit4:junit4]   2> 19837 T305 C31 P18510 /update {wt=javabin&version=2} {add=[2 (1423581361673863168)]} 0 3
[junit4:junit4]   2> 19848 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1423581361679106048)]} 0 3
[junit4:junit4]   2> 19849 T344 C30 P41852 /update {wt=javabin&version=2} {add=[2 (1423581361679106048)]} 0 9
[junit4:junit4]   2> 19856 T305 C31 P18510 /update {wt=javabin&version=2} {add=[3 (1423581361692737536)]} 0 3
[junit4:junit4]   2> 19872 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1423581361705320448)]} 0 2
[junit4:junit4]   2> 19873 T343 C30 P41852 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1423581361705320448)]} 0 8
[junit4:junit4]   2> 19873 T328 C29 P56586 /update {wt=javabin&version=2} {add=[3]} 0 14
[junit4:junit4]   2> 19879 T305 C31 P18510 /update {wt=javabin&version=2} {add=[4 (1423581361717903360)]} 0 3
[junit4:junit4]   2> 19896 T354 C27 P10890 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1423581361728389120)]} 0 3
[junit4:junit4]   2> 19897 T329 C29 P56586 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[4 (1423581361728389120)]} 0 11
[junit4:junit4]   2> 19899 T344 C30 P41852 /update {wt=javabin&version=2} {add=[4]} 0 16
[junit4:junit4]   2> 19905 T305 C31 P18510 /update {wt=javabin&version=2} {add=[5 (1423581361745166336)]} 0 3
[junit4:junit4]   2> 19918 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1423581361754603520)]} 0 2
[junit4:junit4]   2> 19919 T343 C30 P41852 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[5 (1423581361754603520)]} 0 7
[junit4:junit4]   2> 19920 T328 C29 P56586 /update {wt=javabin&version=2} {add=[5]} 0 11
[junit4:junit4]   2> 19926 T305 C31 P18510 /update {wt=javabin&version=2} {add=[6 (1423581361767186432)]} 0 3
[junit4:junit4]   2> 19938 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1423581361775575040)]} 0 2
[junit4:junit4]   2> 19939 T343 C30 P41852 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[6 (1423581361775575040)]} 0 7
[junit4:junit4]   2> 19959 T328 C29 P56586 /update {wt=javabin&version=2} {add=[6]} 0 30
[junit4:junit4]   2> 19967 T305 C31 P18510 /update {wt=javabin&version=2} {add=[7 (1423581361809129472)]} 0 4
[junit4:junit4]   2> 19979 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1423581361819615232)]} 0 2
[junit4:junit4]   2> 19980 T343 C30 P41852 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[7 (1423581361819615232)]} 0 7
[junit4:junit4]   2> 19981 T328 C29 P56586 /update {wt=javabin&version=2} {add=[7]} 0 11
[junit4:junit4]   2> 19987 T305 C31 P18510 /update {wt=javabin&version=2} {add=[8 (1423581361831149568)]} 0 3
[junit4:junit4]   2> 20002 T354 C27 P10890 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1423581361841635328)]} 0 2
[junit4:junit4]   2> 20003 T329 C29 P56586 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[8 (1423581361841635328)]} 0 8
[junit4:junit4]   2> 20004 T344 C30 P41852 /update {wt=javabin&version=2} {add=[8]} 0 13
[junit4:junit4]   2> 20009 T305 C31 P18510 /update {wt=javabin&version=2} {add=[9 (1423581361855266816)]} 0 2
[junit4:junit4]   2> 20021 T370 C28 P32875 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[9 (1423581361862606848)]} 0 2
[junit4:junit4]   2> 20022 T343 C30 P41852 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[9 (1423581361862606848)]} 0 7
[junit4:junit4]   2> 20022 T328 C29 P56586 /update {wt=javabin&version=2} {add=[9]} 0 10
[junit4:junit4]   2> 20043 T305 C31 P18510 /update {wt=javabin&version=2} {add=[10 (1423581361874141184)]} 0 18
[junit4:junit4]   2> 20056 T354 C27 P10890 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[10 (1423581361897209856)]} 0 3
[junit4:junit4]   2> 20057 T328 C29 P56586 /update {wt=javabin&version=2} {add=[10 (1423581361897209856)]} 0 10
[junit4:junit4]   2> 20075 T305 C31 P18510 /update {wt=javabin&version=2} {add=[11 (1423581361920278528)]} 0 5
[junit4:junit4]   2> 20091 T354 C27 P10890 /update {distrib.from=http://127.0.0.1:56586/_etz/on/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[11 (1423581361932861440)]} 0 4
[junit4:junit4]   2> 20092 T329 C29 P56586 /update {distrib.from=http://127.0.0.1:41852/_etz/on/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[11 (1423581361932861440)]} 0 11
[junit4:junit4]   2> 20093 T344 C30 P41852 /update {wt=javabin&version=2} {add=[11]} 0 15
[junit4:junit4]   2> 20100 T305 C31 P18510 /update {wt=

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

ethod.java:601)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 	        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 	        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 	        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 	        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 	  28) Thread[id=733, name=searcherExecutor-354-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]   2> 	        at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=Memory doPackFST= false), foo_b=PostingsFormat(name=Asserting), cat=PostingsFormat(name=MockSep), foo_d=MockFixedIntBlock(blockSize=499), foo_f=PostingsFormat(name=Asserting), n_tl1=PostingsFormat(name=Memory doPackFST= false), n_d1=PostingsFormat(name=MockSep), rnd_b=MockFixedIntBlock(blockSize=499), intDefault=PostingsFormat(name=Memory doPackFST= false), n_td1=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=MockSep), id=MockFixedIntBlock(blockSize=499), range_facet_sl=MockFixedIntBlock(blockSize=499), range_facet_si=PostingsFormat(name=MockSep), oddField_s=MockFixedIntBlock(blockSize=499), sequence_i=MockFixedIntBlock(blockSize=499), name=MockFixedIntBlock(blockSize=499), foo_i=PostingsFormat(name=Memory doPackFST= false), regex_dup_B_s=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockSep), n_tf1=PostingsFormat(name=MockSep), n_dt1=PostingsFormat(name=Memory doPackFST= false), genre_s=MockFixedIntBlock(blockSize=499), author_t=PostingsFormat(name=Memory doPackFST= false), n_ti1=MockFixedIntBlock(blockSize=499), range_facet_l=PostingsFormat(name=MockSep), text=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Memory doPackFST= false), val_i=MockFixedIntBlock(blockSize=499), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= false), series_t=PostingsFormat(name=Memory doPackFST= false), a_t=PostingsFormat(name=MockSep), n_tdt1=PostingsFormat(name=Memory doPackFST= false), regex_dup_A_s=PostingsFormat(name=Asserting), price=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=Memory doPackFST= false), n_l1=PostingsFormat(name=MockSep), a_si=PostingsFormat(name=Memory doPackFST= false), inStock=PostingsFormat(name=Asserting)}, sim=DefaultSimilarity, locale=ja, timezone=MST
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=29,free=94284360,total=417333248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SuggesterFSTTest, OverseerCollectionProcessorTest, TestIndexSearcher, TestDocumentBuilder, TestQuerySenderNoQuery, SpellCheckComponentTest, BinaryUpdateRequestHandlerTest, TestPostingsSolrHighlighter, TestBadConfig, DirectSolrConnectionTest, DistanceFunctionTest, TestSystemIdResolver, SpellPossibilityIteratorTest, TestNumberUtils, TestFastLRUCache, SystemInfoHandlerTest, DirectUpdateHandlerOptimizeTest, SpellCheckCollatorTest, DistributedSpellCheckComponentTest, ResponseLogComponentTest, CSVRequestHandlerTest, LoggingHandlerTest, ExternalFileFieldSortTest, CircularListTest, ZkControllerTest, TestFastOutputStream, MinimalSchemaTest, TestElisionMultitermQuery, PreAnalyzedFieldTest, TestLuceneMatchVersion, MBeansHandlerTest, RequestHandlersTest, ResourceLoaderTest, TestAtomicUpdateErrorCases, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=E2EDB08B428F2E38 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja -Dtests.timezone=MST -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E2EDB08B428F2E38]:0)
[junit4:junit4] Completed on J0 in 7223.60s, 1 test, 2 errors <<< FAILURES!

[...truncated 89 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:353: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1031 tests, 1 suite-level error, 1 error, 96 ignored (6 assumptions)

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