Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1115/
4 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:38503/ff_/i Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:38503/ff_/i at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:619) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:477) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:180) 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:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) 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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284) 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.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167) 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.execchain.MainClientExec.execute(MainClientExec.java:271) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) 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:513) ... 47 more FAILED: org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test Error Message: GC overhead limit exceeded Stack Trace: java.lang.OutOfMemoryError: GC overhead limit exceeded at __randomizedtesting.SeedInfo.seed([B9E25108DCDC63C8:31B66ED272200E30]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:347) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152) at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:71) 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:985) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) 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) FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest Error Message: ObjectTracker found 10 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient] Stack Trace: java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient, InternalHttpClient] at __randomizedtesting.SeedInfo.seed([B9E25108DCDC63C8]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNull(Assert.java:551) at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257) at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) 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$7.evaluate(RandomizedRunner.java:834) 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) FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest Error Message: 10 threads leaked from SUITE scope at org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest: 1) Thread[id=197403, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 2) Thread[id=197393, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 3) Thread[id=197423, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 4) Thread[id=197408, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 5) Thread[id=197418, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 6) Thread[id=197398, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 7) Thread[id=197378, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 8) Thread[id=197383, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 9) Thread[id=197413, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 10) Thread[id=197388, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 10 threads leaked from SUITE scope at org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest: 1) Thread[id=197403, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 2) Thread[id=197393, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 3) Thread[id=197423, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 4) Thread[id=197408, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 5) Thread[id=197418, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 6) Thread[id=197398, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 7) Thread[id=197378, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 8) Thread[id=197383, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 9) Thread[id=197413, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) 10) Thread[id=197388, name=Connection evictor, state=TIMED_WAITING, group=TGRP-ConcurrentDeleteAndCreateCollectionTest] at java.lang.Thread.sleep(Native Method) at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) at java.lang.Thread.run(Thread.java:745) at __randomizedtesting.SeedInfo.seed([B9E25108DCDC63C8]:0) Build Log: [...truncated 12778 lines...] [junit4] Suite: org.apache.solr.cloud.ConcurrentDeleteAndCreateCollectionTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/init-core-data-001 [junit4] 2> 5777874 INFO (SUITE-ConcurrentDeleteAndCreateCollectionTest-seed#[B9E25108DCDC63C8]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 5777877 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentCreateAndDeleteDoesNotFail [junit4] 2> 5777877 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 5777886 INFO (Thread-181698) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 5777887 INFO (Thread-181698) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 5778051 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.ZkTestServer start zk server on port:43889 [junit4] 2> 5778051 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778053 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778073 INFO (zkCallback-3735-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@feb53a6 name:ZooKeeperConnection Watcher:127.0.0.1:43889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778073 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778073 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778074 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 5778079 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json [junit4] 2> 5778086 INFO (jetty-launcher-3734-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 5778093 INFO (jetty-launcher-3734-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75838d63{/solr,null,AVAILABLE} [junit4] 2> 5778095 INFO (jetty-launcher-3734-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@6f98c6eb{SSL,[ssl, http/1.1]}{127.0.0.1:60459} [junit4] 2> 5778095 INFO (jetty-launcher-3734-thread-1) [ ] o.e.j.s.Server Started @5785706ms [junit4] 2> 5778099 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60459} [junit4] 2> 5778099 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 5778099 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1' [junit4] 2> 5778099 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 5778100 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 5778100 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778110 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778110 INFO (zkCallback-3736-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@753ea486 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778110 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778110 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778110 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 5778123 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1/. [junit4] 2> 5778123 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 1450366150 [junit4] 2> 5778123 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1] [junit4] 2> 5778123 WARN (jetty-launcher-3734-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1/lib [junit4] 2> 5778124 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43889/solr [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 5778126 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778127 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778143 INFO (zkCallback-3739-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13d9a076 name:ZooKeeperConnection Watcher:127.0.0.1:43889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778143 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778143 INFO (jetty-launcher-3734-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778146 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$12/1518713987@4a0f334 [junit4] 2> 5778155 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778158 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60ab6f6d name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778158 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778159 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 5778160 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 5778162 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 5778164 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 5778172 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 5778173 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 5778174 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 5778174 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 5778175 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 5778179 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 5778184 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 5778185 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 5778185 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 5778187 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 5778197 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 5778198 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 5778198 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96581753093685251-127.0.0.1:60459_solr-n_0000000000 [junit4] 2> 5778198 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60459_solr [junit4] 2> 5778198 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 5778208 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer Overseer (id=96581753093685251-127.0.0.1:60459_solr-n_0000000000) starting [junit4] 2> 5778209 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 5778222 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 5778223 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 5778231 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60459_solr [junit4] 2> 5778231 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60459_solr [junit4] 2> 5778231 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 5778247 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 5778248 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 5778275 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1) [junit4] 2> 5778280 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 5778280 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 5778281 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ConcurrentDeleteAndCreateCollectionTest_B9E25108DCDC63C8-001/tempDir-001/node1/. [junit4] 2> 5778281 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 5778295 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2 [junit4] 2> 5778295 INFO (jetty-launcher-3734-thread-1) [n:127.0.0.1:60459_solr ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 5778299 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778301 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778301 INFO (zkCallback-3742-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f6830a0 name:ZooKeeperConnection Watcher:127.0.0.1:43889 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778301 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778301 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778316 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778347 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778349 INFO (zkCallback-3744-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5feb1f6e name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778349 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778350 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778350 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection0/schema.xml [junit4] 2> 5778352 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection0/solrconfig.xml [junit4] 2> 5778367 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778376 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778377 INFO (zkCallback-3745-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60b9fb04 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778377 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778377 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778378 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection1/schema.xml [junit4] 2> 5778387 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection1/solrconfig.xml [junit4] 2> 5778399 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778400 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778410 INFO (zkCallback-3746-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24ba16e2 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778410 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778410 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778411 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection2/schema.xml [junit4] 2> 5778463 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection2/solrconfig.xml [junit4] 2> 5778474 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778479 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778499 INFO (zkCallback-3747-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@138f6e63 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778499 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778499 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778500 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection3/schema.xml [junit4] 2> 5778505 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection3/solrconfig.xml [junit4] 2> 5778518 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778523 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778527 INFO (zkCallback-3748-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7cb113fc name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778527 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778528 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778528 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection4/schema.xml [junit4] 2> 5778530 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection4/solrconfig.xml [junit4] 2> 5778537 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778547 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778549 INFO (zkCallback-3749-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42690972 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778549 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778549 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778550 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection5/schema.xml [junit4] 2> 5778557 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection5/solrconfig.xml [junit4] 2> 5778600 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778603 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778615 INFO (zkCallback-3750-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5935097b name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778615 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778616 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778616 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection6/schema.xml [junit4] 2> 5778659 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection6/solrconfig.xml [junit4] 2> 5778687 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778701 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778715 INFO (zkCallback-3751-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e246904 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778715 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778715 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778716 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection7/schema.xml [junit4] 2> 5778717 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection7/solrconfig.xml [junit4] 2> 5778765 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778795 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778796 INFO (zkCallback-3752-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64985ce9 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778796 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778796 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778797 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection8/schema.xml [junit4] 2> 5778798 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection8/solrconfig.xml [junit4] 2> 5778807 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 5778827 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 5778835 INFO (zkCallback-3753-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ff66111 name:ZooKeeperConnection Watcher:127.0.0.1:43889/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 5778835 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 5778835 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 5778836 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection9/schema.xml [junit4] 2> 5778838 INFO (TEST-ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail-seed#[B9E25108DCDC63C8]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/collection9/solrconfig.xml [junit4] 2> 5779276 INFO (qtp1703007059-197353) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection0&name=collection0&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779278 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "name":"collection0", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection0", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779281 INFO (qtp1703007059-197346) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection1&name=collection1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779329 INFO (qtp1703007059-197347) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection4&name=collection4&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779340 INFO (qtp1703007059-197352) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection8&name=collection8&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779343 INFO (qtp1703007059-197428) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection9&name=collection9&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779345 INFO (qtp1703007059-197351) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection7&name=collection7&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779347 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000006 message:{ [junit4] 2> "name":"collection7", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection7", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779348 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection0", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection0", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779348 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection0 [junit4] 2> 5779352 INFO (qtp1703007059-197349) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection3&name=collection3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779391 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection7", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection7", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779391 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection7 [junit4] 2> 5779411 INFO (qtp1703007059-197427) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection2&name=collection2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779412 INFO (qtp1703007059-197431) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection5&name=collection5&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779428 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection0 [junit4] 2> 5779428 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection7 [junit4] 2> 5779430 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection0 [junit4] 2> 5779431 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5779431 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000003 message:{ [junit4] 2> "name":"collection4", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection4", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779434 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection7 [junit4] 2> 5779448 INFO (qtp1703007059-197350) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=collection6&name=collection6&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 5779547 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000004 message:{ [junit4] 2> "name":"collection8", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection8", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779547 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection4", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection4", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779547 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000005 message:{ [junit4] 2> "name":"collection9", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection9", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779548 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection4 [junit4] 2> 5779548 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection8", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection8", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779548 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection8 [junit4] 2> 5779549 INFO (zkCallback-3740-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5779549 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection9", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection9", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779549 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection9 [junit4] 2> 5779552 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection4 [junit4] 2> 5779552 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection8 [junit4] 2> 5779553 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection9 [junit4] 2> 5779567 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection8 [junit4] 2> 5779567 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "name":"collection0", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection0", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779567 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection0 [junit4] 2> 5779567 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection4 [junit4] 2> 5779567 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection9 [junit4] 2> 5779573 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection0/state.json [junit4] 2> 5779574 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5779587 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{ [junit4] 2> "name":"collection1", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection1", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779590 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "name":"collection7", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection7", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779590 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection7 [junit4] 2> 5779598 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "name":"collection4", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection4", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779598 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection4 [junit4] 2> 5779604 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection7/state.json [junit4] 2> 5779606 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"collection8", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection8", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779606 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection8 [junit4] 2> 5779607 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection4/state.json [junit4] 2> 5779612 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000010 message:{ [junit4] 2> "name":"collection3", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection3", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779614 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection1", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection1", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779615 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 5779627 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 [junit4] 2> 5779628 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1 [junit4] 2> 5779628 INFO (zkCallback-3740-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5779629 INFO (zkCallback-3740-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5779636 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "name":"collection1", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection1", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779636 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1 [junit4] 2> 5779636 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection8/state.json [junit4] 2> 5779640 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection0, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779640 INFO (OverseerThreadFactory-8116-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection0_shard1_replica1 as part of shard shard1 of collection collection0 on 127.0.0.1:60459_solr [junit4] 2> 5779643 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection7, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779643 INFO (OverseerThreadFactory-8116-thread-2-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection7_shard1_replica1 as part of shard shard1 of collection collection7 on 127.0.0.1:60459_solr [junit4] 2> 5779667 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000011 message:{ [junit4] 2> "name":"collection2", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection2", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779667 INFO (OverseerThreadFactory-8116-thread-7-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection3", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection3", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779667 INFO (OverseerThreadFactory-8116-thread-7-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection3 [junit4] 2> 5779668 INFO (OverseerThreadFactory-8116-thread-7-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection3 [junit4] 2> 5779668 INFO (OverseerThreadFactory-8116-thread-7-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection3 [junit4] 2> 5779670 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000012 message:{ [junit4] 2> "name":"collection5", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection5", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779670 INFO (OverseerThreadFactory-8116-thread-8-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection2", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection2", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779670 INFO (OverseerThreadFactory-8116-thread-8-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection2 [junit4] 2> 5779673 INFO (OverseerThreadFactory-8116-thread-8-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection2 [junit4] 2> 5779673 INFO (OverseerThreadFactory-8116-thread-8-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection2 [junit4] 2> 5779676 INFO (OverseerCollectionConfigSetProcessor-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000018 message:{ [junit4] 2> "name":"collection6", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection6", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779676 INFO (OverseerThreadFactory-8116-thread-9-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection5", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection5", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779676 INFO (OverseerThreadFactory-8116-thread-9-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection5 [junit4] 2> 5779686 INFO (OverseerThreadFactory-8116-thread-9-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection5 [junit4] 2> 5779687 INFO (OverseerThreadFactory-8116-thread-9-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection5 [junit4] 2> 5779695 INFO (OverseerThreadFactory-8116-thread-10-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , { [junit4] 2> "name":"collection6", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection6", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} [junit4] 2> 5779695 INFO (OverseerThreadFactory-8116-thread-10-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Create collection collection6 [junit4] 2> 5779699 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection4, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779699 INFO (OverseerThreadFactory-8116-thread-3-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection4_shard1_replica1 as part of shard shard1 of collection collection4 on 127.0.0.1:60459_solr [junit4] 2> 5779699 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection8, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779699 INFO (OverseerThreadFactory-8116-thread-4-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection8_shard1_replica1 as part of shard shard1 of collection collection8 on 127.0.0.1:60459_solr [junit4] 2> 5779710 INFO (OverseerThreadFactory-8116-thread-10-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection6 [junit4] 2> 5779710 INFO (OverseerThreadFactory-8116-thread-10-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.SolrZkClient makePath: /collections/collection6 [junit4] 2> 5779739 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json [junit4] 2> 5779741 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 5, message = { [junit4] 2> "name":"collection9", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection9", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779741 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection9 [junit4] 2> 5779743 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 0, message = { [junit4] 2> "name":"collection3", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection3", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779743 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection3 [junit4] 2> 5779751 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection9/state.json [junit4] 2> 5779754 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 0, message = { [junit4] 2> "name":"collection2", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection2", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779754 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection2 [junit4] 2> 5779754 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection3/state.json [junit4] 2> 5779756 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 0, message = { [junit4] 2> "name":"collection5", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection5", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779756 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection5 [junit4] 2> 5779757 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection2/state.json [junit4] 2> 5779765 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.Overseer processMessage: queueSize: 0, message = { [junit4] 2> "name":"collection6", [junit4] 2> "fromApi":"true", [junit4] 2> "replicationFactor":"1", [junit4] 2> "collection.configName":"collection6", [junit4] 2> "numShards":"1", [junit4] 2> "stateFormat":"2", [junit4] 2> "operation":"create"} current state version: 0 [junit4] 2> 5779765 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ClusterStateMutator building a new cName: collection6 [junit4] 2> 5779765 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection5/state.json [junit4] 2> 5779838 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection1, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779838 INFO (OverseerThreadFactory-8116-thread-6-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection1_shard1_replica1 as part of shard shard1 of collection collection1 on 127.0.0.1:60459_solr [junit4] 2> 5779856 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating SolrCores for new collection collection9, shardNames [shard1] , replicationFactor : 1 [junit4] 2> 5779856 INFO (OverseerThreadFactory-8116-thread-5-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.CreateCollectionCmd Creating core collection9_shard1_replica1 as part of shard shard1 of collection collection9 on 127.0.0.1:60459_solr [junit4] 2> 5779871 INFO (OverseerStateUpdate-96581753093685251-127.0.0.1:60459_solr-n_0000000000) [n:127.0.0.1:60459_solr ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection6/state.json [junit4] 2> 5780157 INFO (zkCallback-3740-thread-1-processing-n:127.0.0.1:60459_solr) [n:127.0.0.1:60459_solr ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating... [junit4] 2> 5780205 INFO (qtp1703007059-197433) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=collection0&name=collection0_shard1_replica1&action=CREATE&numShards=1&collection=collection0&shard=shard1&wt=javabin&version=2 [junit4] 2> 5780206 INFO (qtp1703007059-197435) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=collection9&name=collection9_shard1_replica1&action=CREATE&numShards=1&collection=collection9&shard=shard1&wt=javabin&version=2 [junit4] 2> 5780206 INFO (qtp1703007059-197433) [n:127.0.0.1:60459_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection0_shard1_replica1, collection.configName=collection0, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection0, numShards=1, dataDir=data/, shard=shard1} [junit4] 2> 5780206 INFO (qtp1703007059-197435) [n:127.0.0.1:60459_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9_shard1_replica1, collection.configName=collection9, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection9, numShards=1, dataDir=data/, shard=shard1} [junit4] 2> 5780206 INFO (qtp1703007059-197426) [n:127.0.0.1:60459_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=collection7&name=collection7_shard1_replica1&action=CREATE&numShards=1&collection=collection7&shard=shard1&wt=javabin&version=2 [junit4] 2> 5780206 INFO (qtp1703007059-197426) [n:127.0.0.1:60459_solr ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7_shard1_replica1, collection.configName=collection7, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection7, numShards=1, dataDir=data/, shard=shard1} [junit4] 2> 5780207 INFO (qtp1703007059-197426) [n:127.0.0.1:60459_solr c:collection7 s:shard1 x:collection7_shard1_replica1] o.a.s.c.ZkController publishing state=down [junit4] 2> 5780208 INFO (qtp1703007059-197426) [n:127.0.0.1:60459_solr c:collection7 s:shard1 x:collection7_shard1_replica1] o.a.s.c.ZkController Registering watch for collection collection7 [junit4] [...truncated too long message...] ection1/data [junit4] 2> 7480269 INFO (coreCloseExecutor-11532-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_B9E25108DCDC63C8-001/tempDir-001/shard2/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_B9E25108DCDC63C8-001/tempDir-001/shard2/cores/collection1/data/index;done=false>>] [junit4] 2> 7480269 INFO (coreCloseExecutor-11532-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 7480269 INFO (coreCloseExecutor-11532-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_B9E25108DCDC63C8-001/tempDir-001/shard2/cores/collection1/data/index [junit4] 2> 7480271 INFO (TEST-DistributedFacetPivotLongTailTest.test-seed#[B9E25108DCDC63C8]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55954cfb{/,null,UNAVAILABLE} [junit4] 2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory. [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DistributedFacetPivotLongTailTest -Dtests.method=test -Dtests.seed=B9E25108DCDC63C8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=is -Dtests.timezone=Mexico/BajaSur -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 116s J0 | DistributedFacetPivotLongTailTest.test <<< [junit4] > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded [junit4] > at __randomizedtesting.SeedInfo.seed([B9E25108DCDC63C8:31B66ED272200E30]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.createMethod(HttpSolrClient.java:347) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138) [junit4] > at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152) [junit4] > at org.apache.solr.handler.component.DistributedFacetPivotLongTailTest.test(DistributedFacetPivotLongTailTest.java:71) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) [junit4] 2> 7480332 INFO (SUITE-DistributedFacetPivotLongTailTest-seed#[B9E25108DCDC63C8]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetPivotLongTailTest_B9E25108DCDC63C8-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=is, timezone=Mexico/BajaSur [junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=92830728,total=477626368 [junit4] 2> NOTE: All tests run in this JVM: [TestRealTimeGet, TestFieldCacheVsDocValues, ExplicitHLLTest, PreAnalyzedUpdateProcessorTest, TestCloudPseudoReturnFields, TestScoreJoinQPNoScore, MBeansHandlerTest, SolrCloudExampleTest, ZkNodePropsTest, TestNoOpRegenerator, TestFoldingMultitermQuery, TestUseDocValuesAsStored, TestJsonFacets, TestRandomDVFaceting, TestCustomSort, ResponseHeaderTest, TestIBSimilarityFactory, HdfsNNFailoverTest, UUIDFieldTest, TestRawTransformer, TestConfigSetProperties, TestCopyFieldCollectionResource, RequiredFieldsTest, TestPKIAuthenticationPlugin, TestHdfsUpdateLog, ReturnFieldsTest, RegexBoostProcessorTest, TestStressRecovery, AlternateDirectoryTest, TestNumericTerms32, TestPseudoReturnFields, BlockJoinFacetRandomTest, TestFaceting, WrapperMergePolicyFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, FileBasedSpellCheckerTest, TestComponentsName, RulesTest, HdfsChaosMonkeyNothingIsSafeTest, TestLocalFSCloudBackupRestore, DateRangeFieldTest, OverseerTaskQueueTest, ScriptEngineTest, TestNRTOpen, TestReplicationHandler, NumericFieldsTest, TestTrieFacet, DistributedSuggestComponentTest, TestRecoveryHdfs, TestJoin, TestRandomFlRTGCloud, TestSolr4Spatial, SynonymTokenizerTest, TestExpandComponent, TestMacroExpander, TestSolrCloudWithDelegationTokens, TestRandomCollapseQParserPlugin, ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, StandardRequestHandlerTest, CleanupOldIndexTest, TestHighlightDedupGrouping, CursorPagingTest, TestValueSourceCache, TestGeoJSONResponseWriter, TestTolerantUpdateProcessorRandomCloud, ConnectionReuseTest, DocumentAnalysisRequestHandlerTest, HLLUtilTest, TestDynamicFieldResource, DataDrivenBlockJoinTest, TestBackupRepositoryFactory, TestRestManager, QueryEqualityTest, DistributedFacetPivotWhiteBoxTest, BasicAuthIntegrationTest, CoreAdminRequestStatusTest, PeerSyncTest, ResourceLoaderTest, TestHdfsCloudBackupRestore, TestFastWriter, OutOfBoxZkACLAndCredentialsProvidersTest, NotRequiredUniqueKeyTest, TestReqParamsAPI, TestPHPSerializedResponseWriter, TestSchemaResource, TestReplicaProperties, TestHighFrequencyDictionaryFactory, AnalysisAfterCoreReloadTest, TestFunctionQuery, XsltUpdateRequestHandlerTest, ClusterStateTest, DefaultValueUpdateProcessorTest, TestStressCloudBlindAtomicUpdates, TestSolrConfigHandler, UUIDUpdateProcessorFallbackTest, AsyncCallRequestStatusResponseTest, CdcrRequestHandlerTest, ZkStateWriterTest, TestSolrDeletionPolicy2, TestDistribDocBasedVersion, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, TestDistributedGrouping, TestHashPartitioner, ZkControllerTest, TestStressReorder, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, CoreAdminHandlerTest, TestStressLucene, SuggesterWFSTTest, PolyFieldTest, TestAtomicUpdateErrorCases, SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, SearchHandlerTest, ExternalFileFieldSortTest, TestSolrCoreProperties, SpellPossibilityIteratorTest, TestCodecSupport, TestBM25SimilarityFactory, TestFastOutputStream, TestFastLRUCache, TestSystemIdResolver, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, SliceStateTest, SystemInfoHandlerTest, CircularListTest, DistributedIntervalFacetingTest, CdcrVersionReplicationTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, ConfigSetsAPITest, ConnectionManagerTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, SaslZkACLProviderTest, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestSizeLimitedDistributedMap, VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrDynamicMBean, TestSolrXml, TestSolrCoreSnapshots, RequestLoggingTest, TestBlobHandler, TestReplicationHandlerBackup, TestSolrConfigHandlerConcurrent, DistributedFacetExistsSmallTest, DistributedFacetPivotLongTailTest] [junit4] Completed [554/631 (3!)] on J0 in 116.56s, 1 test, 1 error <<< FAILURES! [...truncated 222 lines...] [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20160912_211331_976.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-master/checkout/heapdumps/java_pid12824.hprof ... [junit4] Heap dump file created [494369350 bytes in 7.364 secs] [junit4] <<< JVM J0: EOF ---- [...truncated 11045 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:771: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:715: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created: * java_pid12824.hprof Total time: 446 minutes 3 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: [email protected] For additional commands, e-mail: [email protected]
