Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/167/
3 tests failed.
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx
Error Message:
Some docs had errors -- check logs expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<1>
at
__randomizedtesting.SeedInfo.seed([D05F9634D306ED1D:C03E3BCDC6A4A833]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:241)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.StressHdfsTest.test
Error Message:
Could not find collection:delete_data_dir
Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
at
__randomizedtesting.SeedInfo.seed([D05F9634D306ED1D:580BA9EE7DFA80E5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:161)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:105)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands
Error Message:
null value is not valid for name
Stack Trace:
java.lang.RuntimeException: null value is not valid for name
at
__randomizedtesting.SeedInfo.seed([10318A17A9D0D8C9:310D43EFC3EA38AD]:0)
at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
at
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
at
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14457 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
[junit4] 2> 2905153 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/init-core-data-001
[junit4] 2> 2905153 WARN
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 2905154 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2905155 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause
OutOfMemory when stress testing)
[junit4] 2> 2905156 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001
[junit4] 2> 2905156 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2905156 INFO (Thread-37534) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2905157 INFO (Thread-37534) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2905162 ERROR (Thread-37534) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2905257 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:41990
[junit4] 2> 2905259 INFO (zkConnectionManagerCallback-4497-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905263 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905264 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905266 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905266 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905268 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905268 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905268 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2905268 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905269 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905270 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33a83100{/solr,null,AVAILABLE}
[junit4] 2> 2905271 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905271 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905271 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905271 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2905273 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905273 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905274 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ae9a5df{/solr,null,AVAILABLE}
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3aeda0a3{HTTP/1.1,[http/1.1]}{127.0.0.1:35592}
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.e.j.s.Server Started @2907967ms
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35592}
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2905276 ERROR (jetty-launcher-4494-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@270cd9c8{/solr,null,AVAILABLE}
[junit4] 2> 2905276 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.090Z
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@647e36b4{HTTP/1.1,[http/1.1]}{127.0.0.1:35609}
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.e.j.s.Server Started @2907968ms
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35609}
[junit4] 2> 2905277 ERROR (jetty-launcher-4494-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905277 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.090Z
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2b754275{HTTP/1.1,[http/1.1]}{127.0.0.1:37608}
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.e.j.s.Server Started @2907971ms
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37608}
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2905280 ERROR (jetty-launcher-4494-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905280 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.093Z
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905281 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2905282 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59dd6e55{/solr,null,AVAILABLE}
[junit4] 2> 2905283 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17a1743e{HTTP/1.1,[http/1.1]}{127.0.0.1:56560}
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.e.j.s.Server Started @2907976ms
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56560}
[junit4] 2> 2905284 ERROR (jetty-launcher-4494-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905284 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905285 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.098Z
[junit4] 2> 2905286 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905286 INFO (zkConnectionManagerCallback-4499-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905286 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905286 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2905286 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@221e2a8d{/solr,null,AVAILABLE}
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@37b96b6a{HTTP/1.1,[http/1.1]}{127.0.0.1:58649}
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.e.j.s.Server Started @2907978ms
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58649}
[junit4] 2> 2905287 ERROR (jetty-launcher-4494-thread-7) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905287 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.100Z
[junit4] 2> 2905288 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905289 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905289 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905289 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2905289 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@773ef985{/solr,null,AVAILABLE}
[junit4] 2> 2905295 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905295 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905295 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2905296 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2905296 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2905296 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2905296 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c1f3126{/solr,null,AVAILABLE}
[junit4] 2> 2905297 INFO (zkConnectionManagerCallback-4501-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905297 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e346607{/solr,null,AVAILABLE}
[junit4] 2> 2905297 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7b6b09b0{HTTP/1.1,[http/1.1]}{127.0.0.1:54260}
[junit4] 2> 2905297 INFO (jetty-launcher-4494-thread-10) [ ]
o.e.j.s.Server Started @2907989ms
[junit4] 2> 2905297 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54260}
[junit4] 2> 2905298 ERROR (jetty-launcher-4494-thread-10) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905298 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905298 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905298 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905298 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.111Z
[junit4] 2> 2905299 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a0f1c11{/solr,null,AVAILABLE}
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19863f88{HTTP/1.1,[http/1.1]}{127.0.0.1:38433}
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.e.j.s.Server Started @2907991ms
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38433}
[junit4] 2> 2905300 ERROR (jetty-launcher-4494-thread-8) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905300 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.113Z
[junit4] 2> 2905301 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@498b7eef{/solr,null,AVAILABLE}
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@65d5bc6e{HTTP/1.1,[http/1.1]}{127.0.0.1:46899}
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.e.j.s.Server Started @2907993ms
[junit4] 2> 2905302 INFO (zkConnectionManagerCallback-4507-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46899}
[junit4] 2> 2905302 ERROR (jetty-launcher-4494-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2ce0f9ea{HTTP/1.1,[http/1.1]}{127.0.0.1:59210}
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-6) [ ]
o.e.j.s.Server Started @2907994ms
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59210}
[junit4] 2> 2905316 INFO (zkConnectionManagerCallback-4503-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905316 ERROR (jetty-launcher-4494-thread-6) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905316 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905316 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905316 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905317 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.130Z
[junit4] 2> 2905317 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905318 INFO (jetty-launcher-4494-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905303 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905302 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.115Z
[junit4] 2> 2905330 INFO (zkConnectionManagerCallback-4514-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905329 INFO (zkConnectionManagerCallback-4509-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905322 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@63d4f036{HTTP/1.1,[http/1.1]}{127.0.0.1:44602}
[junit4] 2> 2905332 INFO (jetty-launcher-4494-thread-9) [ ]
o.e.j.s.Server Started @2908023ms
[junit4] 2> 2905332 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44602}
[junit4] 2> 2905322 INFO (zkConnectionManagerCallback-4505-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905332 ERROR (jetty-launcher-4494-thread-9) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-06T09:42:19.146Z
[junit4] 2> 2905333 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905334 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905337 INFO (zkConnectionManagerCallback-4511-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905342 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905345 INFO (jetty-launcher-4494-thread-7) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905345 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e00003, likely client has closed socket
[junit4] 2> 2905352 INFO (zkConnectionManagerCallback-4517-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905362 INFO (jetty-launcher-4494-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905362 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e00008, likely client has closed socket
[junit4] 2> 2905369 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e00005, likely client has closed socket
[junit4] 2> 2905371 INFO (jetty-launcher-4494-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905373 INFO (jetty-launcher-4494-thread-6) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905375 INFO (zkConnectionManagerCallback-4540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905377 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e0000e, likely client has closed socket
[junit4] 2> 2905383 INFO (zkConnectionManagerCallback-4521-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905383 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905394 INFO (jetty-launcher-4494-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905395 INFO (zkConnectionManagerCallback-4536-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905400 INFO
(zkConnectionManagerCallback-4542-thread-1-processing-n:127.0.0.1:59210_solr)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905400 INFO (zkConnectionManagerCallback-4529-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905398 INFO (zkConnectionManagerCallback-4525-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905395 INFO (zkConnectionManagerCallback-4519-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905418 INFO (jetty-launcher-4494-thread-8) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905407 INFO (jetty-launcher-4494-thread-10) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905406 INFO
(zkConnectionManagerCallback-4533-thread-1-processing-n:127.0.0.1:35592_solr)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905406 INFO (zkConnectionManagerCallback-4545-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905402 INFO (jetty-launcher-4494-thread-9) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905419 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2905423 INFO
(zkConnectionManagerCallback-4553-thread-1-processing-n:127.0.0.1:37608_solr)
[n:127.0.0.1:37608_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905427 INFO (zkConnectionManagerCallback-4555-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905429 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e00014, likely client has closed socket
[junit4] 2> 2905451 INFO
(zkConnectionManagerCallback-4561-thread-1-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905451 INFO
(zkConnectionManagerCallback-4563-thread-1-processing-n:127.0.0.1:58649_solr)
[n:127.0.0.1:58649_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905453 INFO (jetty-launcher-4494-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41990/solr
[junit4] 2> 2905453 INFO
(zkConnectionManagerCallback-4565-thread-1-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905458 INFO (zkConnectionManagerCallback-4559-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905483 INFO (zkConnectionManagerCallback-4557-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905484 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e00019, likely client has closed socket
[junit4] 2> 2905484 INFO
(zkConnectionManagerCallback-4571-thread-1-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905490 INFO (zkConnectionManagerCallback-4574-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905492 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104cabcd2e0001b, likely client has closed socket
[junit4] 2> 2905493 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905493 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905494 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35609_solr
[junit4] 2> 2905495 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905496 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.c.Overseer Overseer
(id=73406406285328407-127.0.0.1:35609_solr-n_0000000000) starting
[junit4] 2> 2905496 INFO
(zkConnectionManagerCallback-4576-thread-1-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905496 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56560_solr
[junit4] 2> 2905497 INFO
(zkConnectionManagerCallback-4581-thread-1-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905498 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58649_solr
[junit4] 2> 2905503 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2905507 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905511 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2905512 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38433_solr
[junit4] 2> 2905521 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905527 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44602_solr
[junit4] 2> 2905550 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 2905557 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905563 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54260_solr
[junit4] 2> 2905607 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35609_solr
[junit4] 2> 2905610 INFO
(zkConnectionManagerCallback-4584-thread-1-processing-n:127.0.0.1:46899_solr)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2905640 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 2905643 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 2905643 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905646 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46899_solr
[junit4] 2> 2905646 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905655 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35592_solr
[junit4] 2> 2905667 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:58649_solr)
[n:127.0.0.1:58649_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (8)
[junit4] 2> 2905667 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2905667 INFO
(zkCallback-4564-thread-1-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (6)
[junit4] 2> 2905667 INFO
(zkCallback-4575-thread-1-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (6)
[junit4] 2> 2905667 INFO
(zkCallback-4570-thread-1-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (6)
[junit4] 2> 2905668 INFO
(zkCallback-4580-thread-1-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (6)
[junit4] 2> 2905672 INFO
(zkCallback-4570-thread-2-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905672 INFO
(zkCallback-4575-thread-3-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905672 INFO
(zkCallback-4580-thread-2-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905673 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905678 INFO
(zkCallback-4560-thread-2-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (8)
[junit4] 2> 2905684 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38433.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905705 INFO
(zkCallback-4532-thread-1-processing-n:127.0.0.1:35592_solr)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905705 INFO
(zkCallback-4583-thread-1-processing-n:127.0.0.1:46899_solr)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (8)
[junit4] 2> 2905714 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58649.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905719 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38433.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905719 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38433.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905728 INFO (jetty-launcher-4494-thread-8)
[n:127.0.0.1:38433_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node8/.
[junit4] 2> 2905755 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58649.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905755 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58649.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905756 INFO (jetty-launcher-4494-thread-7)
[n:127.0.0.1:58649_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node7/.
[junit4] 2> 2905758 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (8)
[junit4] 2> 2905758 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (8)
[junit4] 2> 2905761 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905761 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2905774 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59210_solr
[junit4] 2> 2905774 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37608_solr
[junit4] 2> 2905791 INFO
(zkCallback-4575-thread-3-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905791 INFO
(zkCallback-4570-thread-2-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (9)
[junit4] 2> 2905791 INFO
(zkCallback-4580-thread-2-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (9)
[junit4] 2> 2905809 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35609.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905814 INFO
(zkCallback-4541-thread-1-processing-n:127.0.0.1:59210_solr)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (9)
[junit4] 2> 2905837 INFO
(zkCallback-4580-thread-1-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2905841 INFO
(zkCallback-4532-thread-1-processing-n:127.0.0.1:35592_solr)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905842 INFO
(zkCallback-4562-thread-2-processing-n:127.0.0.1:58649_solr)
[n:127.0.0.1:58649_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905842 INFO
(zkCallback-4564-thread-3-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905846 INFO
(zkCallback-4552-thread-1-processing-n:127.0.0.1:37608_solr)
[n:127.0.0.1:37608_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905875 INFO
(zkCallback-4541-thread-2-processing-n:127.0.0.1:59210_solr)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2905877 INFO
(zkCallback-4560-thread-2-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905878 INFO
(zkCallback-4570-thread-1-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2905878 INFO
(zkCallback-4583-thread-1-processing-n:127.0.0.1:46899_solr)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (8) -> (10)
[junit4] 2> 2905890 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35609.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905890 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35609.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2905892 INFO (jetty-launcher-4494-thread-5)
[n:127.0.0.1:35609_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node5/.
[junit4] 2> 2905949 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35592.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906024 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59210.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906028 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35592.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906028 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35592.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906040 INFO (jetty-launcher-4494-thread-1)
[n:127.0.0.1:35592_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node1/.
[junit4] 2> 2906049 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54260.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906053 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44602.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906079 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46899.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906139 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56560.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906151 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59210.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906151 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59210.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906159 INFO (jetty-launcher-4494-thread-6)
[n:127.0.0.1:59210_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node6/.
[junit4] 2> 2906165 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37608.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906172 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54260.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906172 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54260.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906176 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44602.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906176 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44602.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906180 INFO (jetty-launcher-4494-thread-10)
[n:127.0.0.1:54260_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node10/.
[junit4] 2> 2906183 INFO (jetty-launcher-4494-thread-9)
[n:127.0.0.1:44602_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node9/.
[junit4] 2> 2906199 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46899.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906199 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46899.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906204 INFO (jetty-launcher-4494-thread-2)
[n:127.0.0.1:46899_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node2/.
[junit4] 2> 2906214 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37608.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906214 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37608.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906216 INFO (jetty-launcher-4494-thread-3)
[n:127.0.0.1:37608_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node3/.
[junit4] 2> 2906217 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56560.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906217 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56560.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2906225 INFO (jetty-launcher-4494-thread-4)
[n:127.0.0.1:56560_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node4/.
[junit4] 2> 2907232 INFO (zkConnectionManagerCallback-4599-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2907236 INFO (zkConnectionManagerCallback-4603-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2907237 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
[junit4] 2> 2907238 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[D05F9634D306ED1D]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41990/solr ready
[junit4] 2> 2907735 INFO (qtp938087225-53985) [n:127.0.0.1:44602_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=5&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2907745 INFO
(OverseerThreadFactory-7759-thread-1-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
test_col
[junit4] 2> 2907880 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"test_col_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:56560/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907883 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"test_col_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54260/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907886 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"test_col_shard2_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59210/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907889 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"test_col_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46899/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907895 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"test_col_shard3_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35609/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907899 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"test_col_shard3_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37608/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907904 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"test_col_shard4_replica_n12",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:58649/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907908 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"test_col_shard4_replica_n14",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:35592/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907912 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard5",
[junit4] 2> "core":"test_col_shard5_replica_n16",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44602/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2907915 INFO
(OverseerStateUpdate-73406406285328407-127.0.0.1:35609_solr-n_0000000000)
[n:127.0.0.1:35609_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"test_col",
[junit4] 2> "shard":"shard5",
[junit4] 2> "core":"test_col_shard5_replica_n18",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38433/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2908150 INFO (qtp369046027-53972) [n:127.0.0.1:58649_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node15&name=test_col_shard4_replica_n12&action=CREATE&numShards=5&shard=shard4&wt=javabin
[junit4] 2> 2908151 INFO (qtp369046027-53972) [n:127.0.0.1:58649_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908162 INFO (qtp1657978276-53963) [n:127.0.0.1:35609_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node11&name=test_col_shard3_replica_n8&action=CREATE&numShards=5&shard=shard3&wt=javabin
[junit4] 2> 2908162 INFO (qtp1657978276-53963) [n:127.0.0.1:35609_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908190 INFO (qtp432190936-53975) [n:127.0.0.1:59210_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n5&action=CREATE&numShards=5&shard=shard2&wt=javabin
[junit4] 2> 2908190 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node4&name=test_col_shard1_replica_n2&action=CREATE&numShards=5&shard=shard1&wt=javabin
[junit4] 2> 2908190 INFO (qtp432190936-53975) [n:127.0.0.1:59210_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908191 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908191 INFO (qtp160154824-53939) [n:127.0.0.1:46899_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node9&name=test_col_shard2_replica_n6&action=CREATE&numShards=5&shard=shard2&wt=javabin
[junit4] 2> 2908191 INFO (qtp160154824-53939) [n:127.0.0.1:46899_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908191 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node13&name=test_col_shard3_replica_n10&action=CREATE&numShards=5&shard=shard3&wt=javabin
[junit4] 2> 2908192 INFO (qtp1523083598-54008) [n:127.0.0.1:38433_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node20&name=test_col_shard5_replica_n18&action=CREATE&numShards=5&shard=shard5&wt=javabin
[junit4] 2> 2908193 INFO (qtp1523083598-54008) [n:127.0.0.1:38433_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908193 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908199 INFO (qtp895140094-53961) [n:127.0.0.1:56560_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=5&shard=shard1&wt=javabin
[junit4] 2> 2908199 INFO (qtp938087225-53991) [n:127.0.0.1:44602_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node19&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
[junit4] 2> 2908199 INFO (qtp938087225-53991) [n:127.0.0.1:44602_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908199 INFO (qtp895140094-53961) [n:127.0.0.1:56560_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908210 INFO (qtp991091621-53940) [n:127.0.0.1:35592_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node17&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
[junit4] 2> 2908211 INFO (qtp991091621-53940) [n:127.0.0.1:35592_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2908341 INFO
(zkCallback-4541-thread-1-processing-n:127.0.0.1:59210_solr)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908341 INFO
(zkCallback-4570-thread-2-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908341 INFO
(zkCallback-4562-thread-2-processing-n:127.0.0.1:58649_solr)
[n:127.0.0.1:58649_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908341 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:58649_solr)
[n:127.0.0.1:58649_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908341 INFO
(zkCallback-4541-thread-2-processing-n:127.0.0.1:59210_solr)
[n:127.0.0.1:59210_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908341 INFO
(zkCallback-4570-thread-1-processing-n:127.0.0.1:38433_solr)
[n:127.0.0.1:38433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4580-thread-1-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4580-thread-2-processing-n:127.0.0.1:54260_solr)
[n:127.0.0.1:54260_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4583-thread-1-processing-n:127.0.0.1:46899_solr)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4552-thread-1-processing-n:127.0.0.1:37608_solr)
[n:127.0.0.1:37608_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4560-thread-2-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4532-thread-1-processing-n:127.0.0.1:35592_solr)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908342 INFO
(zkCallback-4575-thread-3-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908349 INFO
(zkCallback-4564-thread-2-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908350 INFO
(zkCallback-4564-thread-3-processing-n:127.0.0.1:35609_solr)
[n:127.0.0.1:35609_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908362 INFO
(zkCallback-4583-thread-2-processing-n:127.0.0.1:46899_solr)
[n:127.0.0.1:46899_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908362 INFO
(zkCallback-4575-thread-2-processing-n:127.0.0.1:44602_solr)
[n:127.0.0.1:44602_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908370 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:56560_solr)
[n:127.0.0.1:56560_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908370 INFO
(zkCallback-4532-thread-2-processing-n:127.0.0.1:35592_solr)
[n:127.0.0.1:35592_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2908381 INFO
(zkCallback-4552-thread-2-processing-n:127.0.0.1:37608_solr)
[n:127.0.0.1:37608_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/test_col/state.json] for collection [test_col] has occurred -
updating... (live nodes size: [10])
[junit4] 2> 2909227 INFO (qtp369046027-53972) [n:127.0.0.1:58649_solr
c:test_col s:shard4 r:core_node15 x:test_col_shard4_replica_n12]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909284 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909286 INFO (qtp160154824-53939) [n:127.0.0.1:46899_solr
c:test_col s:shard2 r:core_node9 x:test_col_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909289 INFO (qtp938087225-53991) [n:127.0.0.1:44602_solr
c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909295 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
c:test_col s:shard3 r:core_node13 x:test_col_shard3_replica_n10]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909298 INFO (qtp1657978276-53963) [n:127.0.0.1:35609_solr
c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909298 INFO (qtp991091621-53940) [n:127.0.0.1:35592_solr
c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909305 INFO (qtp432190936-53975) [n:127.0.0.1:59210_solr
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n5]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909305 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2]
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema
name=minimal-atomic-stress
[junit4] 2> 2909307 INFO (qtp1523083598-54008) [n:127.0.0.1:38433_solr
c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n18]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909307 INFO (qtp895140094-53961) [n:127.0.0.1:56560_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 2909308 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 2909308 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using
configuration from collection test_col, trusted=true
[junit4] 2> 2909308 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54260.solr.core.test_col.shard1.replica_n2' (registry
'solr.core.test_col.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a738ac2
[junit4] 2> 2909309 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 2909309 INFO (qtp1097948680-54020) [n:127.0.0.1:54260_solr
c:test_col s:shard1 r:core_node4 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore
[[test_col_shard1_replica_n2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node10/test_col_shard1_replica_n2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D05F9634D306ED1D-001/tempDir-001/node10/./test_col_shard1_replica_n2/data/]
[junit4] 2> 2909341 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
c:test_col s:shard3 r:core_node13 x:test_col_shard3_replica_n10]
o.a.s.s.IndexSchema [test_col_shard3_replica_n10] Schema
name=minimal-atomic-stress
[junit4] 2> 2909342 INFO (qtp938087225-53991) [n:127.0.0.1:44602_solr
c:test_col s:shard5 r:core_node19 x:test_col_shard5_replica_n16]
o.a.s.s.IndexSchema [test_col_shard5_replica_n16] Schema
name=minimal-atomic-stress
[junit4] 2> 2909342 INFO (qtp895140094-53961) [n:127.0.0.1:56560_solr
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1]
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema
name=minimal-atomic-stress
[junit4] 2> 2909344 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
c:test_col s:shard3 r:core_node13 x:test_col_shard3_replica_n10]
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field
id
[junit4] 2> 2909344 INFO (qtp184921441-53954) [n:127.0.0.1:37608_solr
c:test_col s:shard3 r:core_node13 x:test_col_shard3_replica_n10]
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard3_replica_n10' using
configuration f
[...truncated too long message...]
orWithSafeStartup@localhost:0
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D05F9634D306ED1D-001
[junit4] 2> Mar 06, 2018 9:54:57 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 34 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{multiDefault=PostingsFormat(name=Memory), id=BlockTreeOrds(blocksize=128),
text=FST50, txt_t=FST50},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
_version_=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Lucene70),
id_i1=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Memory),
text=DocValuesFormat(name=Asserting),
intDvoDefault=DocValuesFormat(name=Memory),
range_facet_l=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Direct), txt_t=DocValuesFormat(name=Asserting)},
maxPointsInLeafNode=736, maxMBSortInHeap=5.2692627847828755,
sim=RandomSimilarity(queryNorm=true): {}, locale=lv-LV, timezone=Africa/Accra
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=2,free=288089280,total=520093696
[junit4] 2> NOTE: All tests run in this JVM: [CSVRequestHandlerTest,
TestTriggerIntegration, HLLSerializationTest, HdfsRecoveryZkTest,
HighlighterTest, TestDynamicFieldCollectionResource, TestSolrFieldCacheBean,
TestZkChroot, TestBulkSchemaConcurrent, OverseerTest, TestClusterProperties,
TestSolrIndexConfig, MoveReplicaTest, DeleteShardTest,
TestReversedWildcardFilterFactory, CdcrBootstrapTest,
DistributedFacetSimpleRefinementLongTailTest,
ClassificationUpdateProcessorIntegrationTest, TestLegacyField,
TestFileDictionaryLookup, PolyFieldTest, BadCopyFieldTest,
FieldMutatingUpdateProcessorTest, HdfsDirectoryTest, SoftAutoCommitTest,
PathHierarchyTokenizerFactoryTest, TestHdfsUpdateLog,
HdfsWriteToMultipleCollectionsTest, TestPolicyCloud, TestFunctionQuery,
DocumentBuilderTest, TestCollectionsAPIViaSolrCloudCluster,
SolrJmxReporterTest, CollectionPropsTest, FileUtilsTest,
SchemaVersionSpecificBehaviorTest, RuleEngineTest, TestReloadAndDeleteDocs,
SortByFunctionTest, HdfsBasicDistributedZk2Test,
SignatureUpdateProcessorFactoryTest, TestSolrCLIRunExample,
TestUseDocValuesAsStored, TestMaxTokenLenTokenizer, JvmMetricsTest, TestSolrJ,
TestFuzzyAnalyzedSuggestions, AtomicUpdateProcessorFactoryTest,
BlockJoinFacetSimpleTest, TestTrie, TestPartialUpdateDeduplication,
JsonLoaderTest, TestReplicaProperties, TestSegmentSorting, TestFieldCache,
SmileWriterTest, TestCoreBackup, TestInfoStreamLogging, BasicZkTest,
TestPostingsSolrHighlighter, TestChildDocTransformer, TestLegacyFieldCache,
SimplePostToolTest, TestSolrConfigHandler, DirectSolrConnectionTest,
BlockCacheTest, TestJettySolrRunner, TestOnReconnectListenerSupport,
SolrShardReporterTest, OverseerModifyCollectionTest,
TestDistributedStatsComponentCardinality, TestXIncludeConfig,
SolrMetricManagerTest, PeerSyncTest, SystemInfoHandlerTest,
ChaosMonkeySafeLeaderTest, DocExpirationUpdateProcessorFactoryTest,
TestFieldResource, TestNodeLostTrigger, UpdateLogTest, TestDirectoryFactory,
MetricTriggerTest, TestRestManager, TestEmbeddedSolrServerAdminHandler,
BadComponentTest, TestSolrCoreSnapshots, QueryElevationComponentTest,
SyncSliceTest, SuggesterFSTTest, SampleTest, TestNamedUpdateProcessors,
UUIDUpdateProcessorFallbackTest, SolrCLIZkUtilsTest,
TestSweetSpotSimilarityFactory, CollectionTooManyReplicasTest,
TestConfigOverlay, TestPerFieldSimilarityWithDefaultOverride,
TestFoldingMultitermQuery, ScriptEngineTest, TestComputePlanAction,
TestLRUCache, TestCollationFieldDocValues, TestCursorMarkWithoutUniqueKey,
ResourceLoaderTest, TestSkipOverseerOperations, RemoteQueryErrorTest,
DistribDocExpirationUpdateProcessorTest, TestCloudPseudoReturnFields,
TestClassicSimilarityFactory, QueryEqualityTest, DOMUtilTest,
TestPivotHelperCode, TestSchemaNameResource, DistributedVersionInfoTest,
StatsReloadRaceTest, SuggesterTest, TestSQLHandlerNonCloud,
TestFieldSortValues, PropertiesRequestHandlerTest, TestFieldCacheSortRandom,
TestDistributedGrouping, ShardRoutingCustomTest,
DistributedIntervalFacetingTest, SearchHandlerTest, HdfsThreadLeakTest,
SpellCheckCollatorWithCollapseTest, HttpSolrCallGetCoreTest, TestLRUStatsCache,
RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest,
TestRandomDVFaceting, TestRecovery, TestHashPartitioner,
TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload,
TestStressVersions, TestCoreContainer, TestSolr4Spatial, SolrCoreTest,
StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest,
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering,
BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher,
SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SpellCheckCollatorTest, CoreAdminHandlerTest, TestStressLucene,
SpatialFilterTest, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest,
TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest,
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest,
TestSolrDeletionPolicy1, SolrInfoBeanTest, XsltUpdateRequestHandlerTest,
CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest,
TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions,
FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest,
RequiredFieldsTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest,
LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest,
IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest,
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest,
BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, SearchHandlerTest,
TestLFUCache, CleanupOldIndexTest, CloudExitableDirectoryReaderTest,
CollectionsAPISolrJTest, CreateCollectionCleanupTest,
DeleteInactiveReplicaTest, DeleteStatusTest, DistribCursorPagingTest,
MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
OverseerTaskQueueTest, ReplaceNodeNoTargetTest, ReplicationFactorTest,
RestartWhileUpdatingTest, TestCloudDeleteByQuery, TestCloudInspectUtil,
TestCloudJSONFacetJoinDomain, TestConfigSetsAPIZkFailure, TestCryptoKeys,
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica,
TestPullReplicaErrorHandling, TestSizeLimitedDistributedMap,
TestStressLiveNodes, TlogReplayBufferedWhileIndexingTest,
ConcurrentDeleteAndCreateCollectionTest, TestHdfsCloudBackupRestore,
AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ExecutePlanActionTest,
TestClusterStateProvider, TestDistribStateManager, TestGenericDistributedQueue,
TestSimDistributedQueue, CdcrReplicationHandlerTest,
HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest,
HdfsTlogReplayBufferedWhileIndexingTest, StressHdfsTest]
[junit4] Completed [615/780 (2!)] on J1 in 87.69s, 1 test, 1 failure <<<
FAILURES!
[...truncated 1296 lines...]
[junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
[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=TestV1toV2ApiMapper
-Dtests.method=testCommands -Dtests.seed=10318A17A9D0D8C9 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=es-DO -Dtests.timezone=Iran -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.05s J0 | TestV1toV2ApiMapper.testCommands <<<
[junit4] > Throwable #1: java.lang.RuntimeException: null value is not
valid for name
[junit4] > at
__randomizedtesting.SeedInfo.seed([10318A17A9D0D8C9:310D43EFC3EA38AD]:0)
[junit4] > at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
[junit4] > at
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
[junit4] > at
org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
[junit4] > at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
[junit4] > at
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
[junit4] > at
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
[junit4] > at
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
[junit4] > at
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=false): {}, locale=es-DO, timezone=Iran
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=231669216,total=372768768
[junit4] 2> NOTE: All tests run in this JVM: [TestZkConfigManager,
AnlysisResponseBaseTest, LargeVolumeBinaryJettyTest,
HyperbolicTangentEvaluatorTest, FieldValueEvaluatorTest, ArcSineEvaluatorTest,
SchemaTest, TestXMLEscaping, FieldAnalysisResponseTest,
TestToleratedUpdateError, RawValueEvaluatorTest, JdbcTest,
SolrSchemalessExampleTest, TestSpellCheckResponse,
EmpiricalDistributionEvaluatorTest, TestPathTrie, TestClusteringResponse,
TestV1toV2ApiMapper]
[junit4] Completed [73/146 (1!)] on J0 in 0.08s, 1 test, 1 error <<<
FAILURES!
[...truncated 48839 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]