Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/173/
1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:53459 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53459 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:604) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:416) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498) ... 47 more Build Log: [...truncated 11735 lines...] [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161011_124037_232.sysout [junit4] >>> JVM J0 emitted unexpected output (verbatim) ---- [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/heapdumps/java_pid451.hprof ... [junit4] Heap dump file created [709818296 bytes in 4.843 secs] [junit4] <<< JVM J0: EOF ---- [junit4] JVM J0: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20161011_124037_232.syserr [junit4] >>> JVM J0 emitted unexpected output (verbatim) ---- [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded [junit4] at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:133) [junit4] at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220) [junit4] at com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter.string(JsonWriter.java:565) [junit4] at com.carrotsearch.ant.tasks.junit4.gson.stream.JsonWriter.value(JsonWriter.java:414) [junit4] at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.writeBinaryProperty(AbstractEvent.java:36) [junit4] at com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.serialize(AppendStdErrEvent.java:30) [junit4] at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:101) [junit4] at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:96) [junit4] at java.security.AccessController.doPrivileged(Native Method) [junit4] at com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:96) [junit4] at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:81) [junit4] at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:456) [junit4] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) [junit4] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) [junit4] at java.io.PrintStream.flush(PrintStream.java:338) [junit4] at java.io.FilterOutputStream.flush(FilterOutputStream.java:140) [junit4] at java.io.PrintStream.write(PrintStream.java:482) [junit4] at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) [junit4] at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) [junit4] at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295) [junit4] at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) [junit4] at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) [junit4] at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59) [junit4] at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324) [junit4] at org.apache.log4j.WriterAppender.append(WriterAppender.java:162) [junit4] at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251) [junit4] at org.apache.log4j.helpers.Appen [junit4] derAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66) [junit4] at org.apache.log4j.Category.callAppenders(Category.java:206) [junit4] at org.apache.log4j.Category.forcedLog(Category.java:391) [junit4] at org.apache.log4j.Category.log(Category.java:856) [junit4] at org.slf4j.impl.Log4jLoggerAdapter.info(Log4jLoggerAdapter.java:304) [junit4] at org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:137) [junit4] <<< JVM J0: EOF ---- [...truncated 641 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/init-core-data-001 [junit4] 2> 1623933 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[B3A775C682063365]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) [junit4] 2> 1623933 INFO (SUITE-CollectionsAPIDistributedZkTest-seed#[B3A775C682063365]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 1623934 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1623935 INFO (Thread-9445) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1623935 INFO (Thread-9445) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1624035 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkTestServer start zk server on port:55433 [junit4] 2> 1624042 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1624044 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1624045 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1624049 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1624050 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1624051 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1624052 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1624053 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1624054 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1624055 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1624056 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1624130 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/cores/collection1 [junit4] 2> 1624131 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1624132 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f2ff5d5{/,null,AVAILABLE} [junit4] 2> 1624133 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.ServerConnector Started ServerConnector@17c04c07{HTTP/1.1,[http/1.1]}{127.0.0.1:50848} [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server Started @1626282ms [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/tempDir-001/control/data, hostContext=/, hostPort=50848, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/cores} [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0 [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1624138 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-10-11T13:07:43.573Z [junit4] 2> 1624149 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1624149 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/solr.xml [junit4] 2> 1624155 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1624155 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55433/solr [junit4] 2> 1624174 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:50848_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50848_ [junit4] 2> 1624174 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:50848_ ] o.a.s.c.Overseer Overseer (id=96743670636281860-127.0.0.1:50848_-n_0000000000) starting [junit4] 2> 1624179 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:50848_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50848_ [junit4] 2> 1624180 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1624188 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:50848_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/cores [junit4] 2> 1624188 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:50848_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 1624190 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 1625198 WARN (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1625199 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 1625218 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1625290 WARN (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 1625300 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1625311 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 1625311 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/control-001/cores/collection1/data/] [junit4] 2> 1625311 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ed417b [junit4] 2> 1625312 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@100344c3 [junit4] 2> 1625314 WARN (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1625318 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1625319 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1625319 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1625319 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1625319 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=44.55078125, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=26.658228040557255, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3105081613835684 [junit4] 2> 1625319 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@576eaf2f[collection1] main] [junit4] 2> 1625320 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1625321 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1625321 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1625321 INFO (searcherExecutor-5143-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@576eaf2f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1625321 INFO (coreLoadExecutor-5142-thread-1-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547898731632787456 [junit4] 2> 1625328 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1625328 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1625328 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50848/collection1/ [junit4] 2> 1625328 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1625328 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50848/collection1/ has no replicas [junit4] 2> 1625330 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50848/collection1/ shard1 [junit4] 2> 1625481 INFO (coreZkRegister-5135-thread-1-processing-n:127.0.0.1:50848_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50848_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1625692 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1625693 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1625761 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/cores/collection1 [junit4] 2> 1625762 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001 [junit4] 2> 1625762 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1625763 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cb634b9{/,null,AVAILABLE} [junit4] 2> 1625763 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.ServerConnector Started ServerConnector@e61dc88{HTTP/1.1,[http/1.1]}{127.0.0.1:53459} [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server Started @1627908ms [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53459, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/cores} [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0 [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1625764 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-10-11T13:07:45.199Z [junit4] 2> 1625767 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1625767 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/solr.xml [junit4] 2> 1625771 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1625772 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55433/solr [junit4] 2> 1625778 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:53459_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1625781 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:53459_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53459_ [junit4] 2> 1625782 INFO (zkCallback-2098-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1625792 INFO (zkCallback-2089-thread-2-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1625792 INFO (zkCallback-2093-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1625801 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:53459_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/cores [junit4] 2> 1625801 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:53459_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 1625802 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2 [junit4] 2> 1626811 WARN (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1626812 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 1626823 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1626906 WARN (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 1626908 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1626915 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 1626915 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-1-001/cores/collection1/data/] [junit4] 2> 1626915 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ed417b [junit4] 2> 1626916 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7c753ab7 [junit4] 2> 1626919 WARN (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1626924 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1626924 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1626925 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1626925 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1626925 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=44.55078125, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=26.658228040557255, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3105081613835684 [junit4] 2> 1626926 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2230391e[collection1] main] [junit4] 2> 1626926 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1626926 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1626927 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1626927 INFO (searcherExecutor-5154-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2230391e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1626927 INFO (coreLoadExecutor-5153-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547898733316800512 [junit4] 2> 1626941 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1626941 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1626941 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53459/collection1/ [junit4] 2> 1626941 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1626941 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53459/collection1/ has no replicas [junit4] 2> 1626947 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53459/collection1/ shard2 [junit4] 2> 1627098 INFO (coreZkRegister-5148-thread-1-processing-n:127.0.0.1:53459_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:53459_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1627395 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/cores/collection1 [junit4] 2> 1627396 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001 [junit4] 2> 1627396 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1627398 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@704838d5{/,null,AVAILABLE} [junit4] 2> 1627398 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.ServerConnector Started ServerConnector@137cbdbc{HTTP/1.1,[http/1.1]}{127.0.0.1:34607} [junit4] 2> 1627398 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server Started @1629543ms [junit4] 2> 1627399 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=34607, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/cores} [junit4] 2> 1627399 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0 [junit4] 2> 1627399 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1627399 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1627399 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-10-11T13:07:46.834Z [junit4] 2> 1627402 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1627402 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/solr.xml [junit4] 2> 1627406 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1627406 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55433/solr [junit4] 2> 1627413 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:34607_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1627416 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:34607_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34607_ [junit4] 2> 1627417 INFO (zkCallback-2098-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1627417 INFO (zkCallback-2093-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1627417 INFO (zkCallback-2089-thread-3-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1627417 INFO (zkCallback-2104-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1627424 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:34607_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/cores [junit4] 2> 1627424 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:34607_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 1627425 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 1628433 WARN (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1628434 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 1628446 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1628531 WARN (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 1628533 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1628541 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 1628541 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-2-001/cores/collection1/data/] [junit4] 2> 1628541 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ed417b [junit4] 2> 1628542 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@31465fb9 [junit4] 2> 1628544 WARN (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1628550 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1628550 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1628551 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1628551 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1628551 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=44.55078125, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=26.658228040557255, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3105081613835684 [junit4] 2> 1628551 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f9b58e6[collection1] main] [junit4] 2> 1628552 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1628552 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1628553 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1628553 INFO (searcherExecutor-5165-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f9b58e6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1628553 INFO (coreLoadExecutor-5164-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547898735021785088 [junit4] 2> 1628559 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1628559 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1628560 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34607/collection1/ [junit4] 2> 1628560 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1628560 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34607/collection1/ has no replicas [junit4] 2> 1628562 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34607/collection1/ shard1 [junit4] 2> 1628713 INFO (coreZkRegister-5159-thread-1-processing-n:127.0.0.1:34607_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:34607_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1628989 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/cores/collection1 [junit4] 2> 1628989 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001 [junit4] 2> 1628991 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1628992 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70659d3{/,null,AVAILABLE} [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.ServerConnector Started ServerConnector@1e0a3382{HTTP/1.1,[http/1.1]}{127.0.0.1:40731} [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server Started @1631137ms [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=40731, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/cores} [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0 [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1628993 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-10-11T13:07:48.428Z [junit4] 2> 1628995 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1628995 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/solr.xml [junit4] 2> 1629000 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1629000 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55433/solr [junit4] 2> 1629006 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:40731_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1629009 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:40731_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40731_ [junit4] 2> 1629010 INFO (zkCallback-2098-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1629010 INFO (zkCallback-2093-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1629010 INFO (zkCallback-2089-thread-2-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1629010 INFO (zkCallback-2104-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1629011 INFO (zkCallback-2110-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1629020 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:40731_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/cores [junit4] 2> 1629020 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:40731_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 1629021 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2 [junit4] 2> 1630029 WARN (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1630029 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 1630050 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1630126 WARN (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 1630129 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1630136 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 1630136 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-3-001/cores/collection1/data/] [junit4] 2> 1630136 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ed417b [junit4] 2> 1630137 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@13f4c242 [junit4] 2> 1630139 WARN (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1630145 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1630145 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1630146 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1630146 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1630146 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=44.55078125, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=26.658228040557255, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3105081613835684 [junit4] 2> 1630147 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c27b2c8[collection1] main] [junit4] 2> 1630147 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1630148 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1630148 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1630149 INFO (searcherExecutor-5176-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c27b2c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1630149 INFO (coreLoadExecutor-5175-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547898736695312384 [junit4] 2> 1630153 INFO (coreZkRegister-5170-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1 [junit4] 2> 1630153 INFO (updateExecutor-2107-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 1630153 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 1630154 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 1630154 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1] [junit4] 2> 1630154 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 1630154 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:53459/collection1/] and I am [http://127.0.0.1:40731/collection1/] [junit4] 2> 1630155 INFO (recoveryExecutor-2108-thread-1-processing-n:127.0.0.1:40731_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:40731_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53459]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:40731_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 1630157 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 1630157 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering [junit4] 2> 1630158 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:40731_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:40731","node_name":"127.0.0.1:40731_","state":"down"} [junit4] 2> 1630601 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/cores/collection1 [junit4] 2> 1630601 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001 [junit4] 2> 1630602 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1630603 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55c8b19f{/,null,AVAILABLE} [junit4] 2> 1630603 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.ServerConnector Started ServerConnector@22c0fab8{HTTP/1.1,[http/1.1]}{127.0.0.1:51748} [junit4] 2> 1630603 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.e.j.s.Server Started @1632748ms [junit4] 2> 1630603 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=51748, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/cores} [junit4] 2> 1630604 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 6.3.0 [junit4] 2> 1630604 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1630604 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1630604 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-10-11T13:07:50.039Z [junit4] 2> 1630607 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1630607 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/solr.xml [junit4] 2> 1630612 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1630612 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55433/solr [junit4] 2> 1630620 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:51748_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1630623 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:51748_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51748_ [junit4] 2> 1630624 INFO (zkCallback-2093-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630624 INFO (zkCallback-2104-thread-1-processing-n:127.0.0.1:34607_) [n:127.0.0.1:34607_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630624 INFO (zkCallback-2110-thread-1-processing-n:127.0.0.1:40731_) [n:127.0.0.1:40731_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630624 INFO (zkCallback-2089-thread-3-processing-n:127.0.0.1:50848_) [n:127.0.0.1:50848_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630624 INFO (zkCallback-2117-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630624 INFO (zkCallback-2098-thread-1-processing-n:127.0.0.1:53459_) [n:127.0.0.1:53459_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5) [junit4] 2> 1630643 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:51748_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/cores [junit4] 2> 1630643 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [n:127.0.0.1:51748_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1] [junit4] 2> 1630644 INFO (OverseerStateUpdate-96743670636281860-127.0.0.1:50848_-n_0000000000) [n:127.0.0.1:50848_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 1631158 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:40731_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:40731","node_name":"127.0.0.1:40731_","state":"recovering"} [junit4] 2> 1631158 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4] 2> 1631158 INFO (qtp1422264962-18520) [n:127.0.0.1:53459_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:40731_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000 [junit4] 2> 1631653 WARN (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 1631654 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0 [junit4] 2> 1631666 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1631751 WARN (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead. [junit4] 2> 1631753 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1631760 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 1631761 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_B3A775C682063365-001/shard-4-001/cores/collection1/data/] [junit4] 2> 1631761 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57ed417b [junit4] 2> 1631761 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7cf2556b [junit4] 2> 1631764 WARN (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}} [junit4] 2> 1631770 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1631770 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1631771 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1631771 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1631771 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=44.55078125, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=26.658228040557255, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3105081613835684 [junit4] 2> 1631771 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7166c6c2[collection1] main] [junit4] 2> 1631772 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1631772 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1631772 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1631773 INFO (searcherExecutor-5187-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7166c6c2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1631773 INFO (coreLoadExecutor-5186-thread-1-processing-n:127.0.0.1:51748_) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547898738398199808 [junit4] 2> 1631776 INFO (coreZkRegister-5181-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1 [junit4] 2> 1631776 INFO (updateExecutor-2114-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 1631777 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 1631777 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 1631777 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1] [junit4] 2> 1631777 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 1631777 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:34607/collection1/] and I am [http://127.0.0.1:51748/collection1/] [junit4] 2> 1631779 INFO (recoveryExecutor-2115-thread-1-processing-n:127.0.0.1:51748_ x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:51748_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34607]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:51748_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 1631780 INFO (qtp453940299-18548) [n:127.0.0.1:34607_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true [junit4] 2> 1631785 INFO (qtp453940299-18548) [n:127.0.0.1:34607_ ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering [junit4] 2> 1631785 INFO (qtp453940299-18548) [n:127.0.0.1:34607_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:51748_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:51748","node_name":"127.0.0.1:51748_","state":"down"} [junit4] 2> 1632146 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.SolrTestCaseJ4 ###Starting test [junit4] 2> 1632146 INFO (TEST-CollectionsAPIDistributedZkTest.test-seed#[B3A775C682063365]) [ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330 [junit4] 2> 1632785 INFO (qtp453940299-18548) [n:127.0.0.1:34607_ ] o.a.s.h.a.PrepRecoveryOp In WaitF [...truncated too long message...] acheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20161011_124037_232.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20161011_124037_232.suites -stdin [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs. [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952) [junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [junit4] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [junit4] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] at java.lang.Thread.run(Thread.java:745) BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:773: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:709: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:252: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs. Total time: 346 minutes 5 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org