Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1258/
2 tests failed.
FAILED:
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([49607EEF4FD70C96:98856123AF41F5F0]:0)
at java.util.Arrays.copyOf(Arrays.java:3308)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:77)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:134)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:77)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:143)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4486)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3925)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2091)
at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4971)
at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5009)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5000)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1395)
at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1368)
at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:203)
at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1433)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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)
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv
Error Message:
java.lang.RuntimeException: Error from server at
http://127.0.0.1:42500/solr/test_col: Async exception during distributed
update: Error from server at
http://127.0.0.1:55012/solr/test_col_shard2_replica2: Server Error request:
http://127.0.0.1:55012/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A42500%2Fsolr%2Ftest_col_shard3_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode:
http://127.0.0.1:50853/solr/test_col_shard2_replica1/ update:
org.apache.solr.client.solrj.request.UpdateRequest@524e0599
Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from
server at http://127.0.0.1:42500/solr/test_col: Async exception during
distributed update: Error from server at
http://127.0.0.1:55012/solr/test_col_shard2_replica2: Server Error
request:
http://127.0.0.1:55012/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A42500%2Fsolr%2Ftest_col_shard3_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode:
http://127.0.0.1:50853/solr/test_col_shard2_replica1/ update:
org.apache.solr.client.solrj.request.UpdateRequest@524e0599
at
__randomizedtesting.SeedInfo.seed([DCDB68FD95F2034:3BD9D4C953021A25]:0)
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:745)
Caused by: java.lang.RuntimeException: Error from server at
http://127.0.0.1:42500/solr/test_col: Async exception during distributed
update: Error from server at
http://127.0.0.1:55012/solr/test_col_shard2_replica2: Server Error
request:
http://127.0.0.1:55012/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A42500%2Fsolr%2Ftest_col_shard3_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode:
http://127.0.0.1:50853/solr/test_col_shard2_replica1/ update:
org.apache.solr.client.solrj.request.UpdateRequest@524e0599
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:42500/solr/test_col: Async exception during
distributed update: Error from server at
http://127.0.0.1:55012/solr/test_col_shard2_replica2: Server Error
request:
http://127.0.0.1:55012/solr/test_col_shard2_replica2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A42500%2Fsolr%2Ftest_col_shard3_replica1%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode:
http://127.0.0.1:50853/solr/test_col_shard2_replica1/ update:
org.apache.solr.client.solrj.request.UpdateRequest@524e0599
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
... 6 more
Build Log:
[...truncated 7944 lines...]
[junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
[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=TestBlockJoin
-Dtests.method=testMultiChildQueriesOfDiffParentLevels
-Dtests.seed=49607EEF4FD70C96 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=lt-LT -Dtests.timezone=Europe/Vatican -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 24.6s J1 |
TestBlockJoin.testMultiChildQueriesOfDiffParentLevels <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([49607EEF4FD70C96:98856123AF41F5F0]:0)
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3308)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:77)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:134)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:126)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:77)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:143)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4486)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3925)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2091)
[junit4] > at
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4971)
[junit4] > at
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5009)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5000)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1395)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1368)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:203)
[junit4] > at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1433)
[junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=9, maxDocsPerChunk=373, blockSize=1),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=9, blockSize=1)), sim=RandomSimilarity(queryNorm=true): {country=DFR
I(F)2, bogus=IB SPL-D2, parent=DFR I(n)L3(800.0), child2=DFR I(ne)B2,
child3=DFR I(n)1, child0=DFR I(F)LZ(0.3), child1=DFR GL1, parent0=DFR I(n)B1,
qualification=DFR I(F)L1, skill=IB SPL-DZ(0.3), childText=IB SPL-DZ(0.3),
parentText=IB SPL-L3(800.0), child=DFR I(n)3(800.0)}, locale=lt-LT,
timezone=Europe/Vatican
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=291193376,total=444071936
[junit4] 2> NOTE: All tests run in this JVM: [TestBlockJoin]
[junit4] Completed [7/8 (1!)] on J1 in 48.13s, 17 tests, 1 error <<<
FAILURES!
[...truncated 4 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/join/test/temp/junit4-J1-20170309_063104_7961641641779059002755.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid5453.hprof
...
[junit4] Heap dump file created [490034820 bytes in 2.499 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 5086 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/init-core-data-001
[junit4] 2> 2763607 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 2763609 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-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> 2763609 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001
[junit4] 2> 2763609 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2763610 INFO (Thread-14347) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2763610 INFO (Thread-14347) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2763710 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:51581
[junit4] 2> 2763751 INFO (jetty-launcher-3552-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763754 INFO (jetty-launcher-3552-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763766 INFO (jetty-launcher-3552-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763767 INFO (jetty-launcher-3552-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763787 INFO (jetty-launcher-3552-thread-6) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763796 INFO (jetty-launcher-3552-thread-7) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763807 INFO (jetty-launcher-3552-thread-8) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763814 INFO (jetty-launcher-3552-thread-9) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763821 INFO (jetty-launcher-3552-thread-10) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763867 INFO (jetty-launcher-3552-thread-9) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@300d950b{/solr,null,AVAILABLE}
[junit4] 2> 2763867 INFO (jetty-launcher-3552-thread-9) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@220da6fc{HTTP/1.1,[http/1.1]}{127.0.0.1:59589}
[junit4] 2> 2763867 INFO (jetty-launcher-3552-thread-9) [ ]
o.e.j.s.Server Started @2766934ms
[junit4] 2> 2763867 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59589}
[junit4] 2> 2763868 ERROR (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763868 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763868 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763868 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763868 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.425Z
[junit4] 2> 2763913 INFO (jetty-launcher-3552-thread-8) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5e88958e{/solr,null,AVAILABLE}
[junit4] 2> 2763928 INFO (jetty-launcher-3552-thread-5) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2763929 INFO (jetty-launcher-3552-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4ec916ec{/solr,null,AVAILABLE}
[junit4] 2> 2763929 INFO (jetty-launcher-3552-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5dfb3624{HTTP/1.1,[http/1.1]}{127.0.0.1:59228}
[junit4] 2> 2763929 INFO (jetty-launcher-3552-thread-4) [ ]
o.e.j.s.Server Started @2766996ms
[junit4] 2> 2763929 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59228}
[junit4] 2> 2763930 ERROR (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763930 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763930 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763930 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763930 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.487Z
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c46952{/solr,null,AVAILABLE}
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7562a314{HTTP/1.1,[http/1.1]}{127.0.0.1:50853}
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.e.j.s.Server Started @2766998ms
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50853}
[junit4] 2> 2763932 ERROR (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763932 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.489Z
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72054c85{/solr,null,AVAILABLE}
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@84d1f78{HTTP/1.1,[http/1.1]}{127.0.0.1:42500}
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.e.j.s.Server Started @2767000ms
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42500}
[junit4] 2> 2763934 ERROR (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763934 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.491Z
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@556111e6{/solr,null,AVAILABLE}
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@64e8d148{HTTP/1.1,[http/1.1]}{127.0.0.1:55012}
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.e.j.s.Server Started @2767003ms
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55012}
[junit4] 2> 2763936 ERROR (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763936 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763937 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.494Z
[junit4] 2> 2763938 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763942 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763946 INFO (jetty-launcher-3552-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7877c1d1{/solr,null,AVAILABLE}
[junit4] 2> 2763946 INFO (jetty-launcher-3552-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@aa7191{HTTP/1.1,[http/1.1]}{127.0.0.1:42542}
[junit4] 2> 2763946 INFO (jetty-launcher-3552-thread-5) [ ]
o.e.j.s.Server Started @2767013ms
[junit4] 2> 2763946 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42542}
[junit4] 2> 2763947 ERROR (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763947 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763947 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763947 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763947 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.504Z
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@26edd139{HTTP/1.1,[http/1.1]}{127.0.0.1:51068}
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.e.j.s.Server Started @2767014ms
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51068}
[junit4] 2> 2763948 ERROR (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763948 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.505Z
[junit4] 2> 2763954 INFO (jetty-launcher-3552-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d30baef{/solr,null,AVAILABLE}
[junit4] 2> 2763954 INFO (jetty-launcher-3552-thread-6) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@13575000{HTTP/1.1,[http/1.1]}{127.0.0.1:55046}
[junit4] 2> 2763954 INFO (jetty-launcher-3552-thread-6) [ ]
o.e.j.s.Server Started @2767021ms
[junit4] 2> 2763954 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55046}
[junit4] 2> 2763954 ERROR (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763954 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763955 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763955 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763955 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.512Z
[junit4] 2> 2763956 INFO (jetty-launcher-3552-thread-7) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@29c98a43{/solr,null,AVAILABLE}
[junit4] 2> 2763956 INFO (jetty-launcher-3552-thread-7) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3ce0d184{HTTP/1.1,[http/1.1]}{127.0.0.1:45817}
[junit4] 2> 2763956 INFO (jetty-launcher-3552-thread-7) [ ]
o.e.j.s.Server Started @2767023ms
[junit4] 2> 2763957 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45817}
[junit4] 2> 2763957 ERROR (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763957 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763957 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763957 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763957 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.514Z
[junit4] 2> 2763961 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763965 INFO (jetty-launcher-3552-thread-10) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@486c04f0{/solr,null,AVAILABLE}
[junit4] 2> 2763965 INFO (jetty-launcher-3552-thread-10) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@74373e95{HTTP/1.1,[http/1.1]}{127.0.0.1:54715}
[junit4] 2> 2763965 INFO (jetty-launcher-3552-thread-10) [ ]
o.e.j.s.Server Started @2767032ms
[junit4] 2> 2763965 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54715}
[junit4] 2> 2763965 ERROR (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2763966 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2763966 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2763966 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2763966 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-09T08:12:47.523Z
[junit4] 2> 2763967 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763974 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763987 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763993 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2763996 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2764006 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2764009 INFO (jetty-launcher-3552-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764012 INFO (jetty-launcher-3552-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764020 INFO (jetty-launcher-3552-thread-8) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764025 INFO (jetty-launcher-3552-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764029 INFO (jetty-launcher-3552-thread-6) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764030 INFO (jetty-launcher-3552-thread-7) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764032 INFO (jetty-launcher-3552-thread-9) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764043 INFO (jetty-launcher-3552-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764045 INFO (jetty-launcher-3552-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764046 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2764051 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15ab220a0bf000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2764065 INFO (jetty-launcher-3552-thread-8)
[n:127.0.0.1:51068_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764066 INFO (jetty-launcher-3552-thread-8)
[n:127.0.0.1:51068_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:51068_solr
[junit4] 2> 2764066 INFO (jetty-launcher-3552-thread-8)
[n:127.0.0.1:51068_solr ] o.a.s.c.Overseer Overseer
(id=97586195147456532-127.0.0.1:51068_solr-n_0000000000) starting
[junit4] 2> 2764076 INFO (jetty-launcher-3552-thread-1)
[n:127.0.0.1:55012_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764076 INFO (jetty-launcher-3552-thread-1)
[n:127.0.0.1:55012_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55012_solr
[junit4] 2> 2764094 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2764094 INFO
(zkCallback-3590-thread-1-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2764108 INFO (jetty-launcher-3552-thread-8)
[n:127.0.0.1:51068_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51068_solr
[junit4] 2> 2764113 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2764132 INFO (jetty-launcher-3552-thread-10) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51581/solr
[junit4] 2> 2764156 INFO (jetty-launcher-3552-thread-9)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2764157 INFO (jetty-launcher-3552-thread-9)
[n:127.0.0.1:59589_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764158 INFO (jetty-launcher-3552-thread-9)
[n:127.0.0.1:59589_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59589_solr
[junit4] 2> 2764159 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2764173 INFO (jetty-launcher-3552-thread-5)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2764174 INFO (jetty-launcher-3552-thread-5)
[n:127.0.0.1:42542_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764175 INFO (jetty-launcher-3552-thread-5)
[n:127.0.0.1:42542_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42542_solr
[junit4] 2> 2764176 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 2764191 INFO
(zkCallback-3590-thread-2-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (4)
[junit4] 2> 2764203 INFO (jetty-launcher-3552-thread-2)
[n:127.0.0.1:42500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 2764204 INFO (jetty-launcher-3552-thread-2)
[n:127.0.0.1:42500_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764205 INFO (jetty-launcher-3552-thread-3)
[n:127.0.0.1:50853_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 2764206 INFO (jetty-launcher-3552-thread-2)
[n:127.0.0.1:42500_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42500_solr
[junit4] 2> 2764207 INFO (jetty-launcher-3552-thread-3)
[n:127.0.0.1:50853_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764207 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 2764211 INFO (jetty-launcher-3552-thread-8)
[n:127.0.0.1:51068_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node8/.
[junit4] 2> 2764212 INFO
(zkCallback-3590-thread-1-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 2764214 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (5)
[junit4] 2> 2764218 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (5)
[junit4] 2> 2764228 INFO (jetty-launcher-3552-thread-1)
[n:127.0.0.1:55012_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node1/.
[junit4] 2> 2764241 INFO (jetty-launcher-3552-thread-7)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (5)
[junit4] 2> 2764242 INFO (jetty-launcher-3552-thread-7)
[n:127.0.0.1:45817_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764243 INFO (jetty-launcher-3552-thread-7)
[n:127.0.0.1:45817_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45817_solr
[junit4] 2> 2764245 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 2764245 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 2764245 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 2764245 INFO
(zkCallback-3590-thread-1-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 2764250 INFO
(zkCallback-3601-thread-1-processing-n:127.0.0.1:42500_solr)
[n:127.0.0.1:42500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (6)
[junit4] 2> 2764254 INFO
(zkCallback-3593-thread-1-processing-n:127.0.0.1:50853_solr)
[n:127.0.0.1:50853_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (6)
[junit4] 2> 2764255 INFO (jetty-launcher-3552-thread-3)
[n:127.0.0.1:50853_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50853_solr
[junit4] 2> 2764256 INFO
(zkCallback-3597-thread-1-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 2764260 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764260 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764260 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764260 INFO
(zkCallback-3601-thread-1-processing-n:127.0.0.1:42500_solr)
[n:127.0.0.1:42500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764260 INFO
(zkCallback-3590-thread-1-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764262 INFO
(zkCallback-3593-thread-1-processing-n:127.0.0.1:50853_solr)
[n:127.0.0.1:50853_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764265 INFO (jetty-launcher-3552-thread-4)
[n:127.0.0.1:59228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 2764265 INFO (jetty-launcher-3552-thread-6)
[n:127.0.0.1:55046_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (7)
[junit4] 2> 2764266 INFO
(zkCallback-3597-thread-1-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (6) -> (7)
[junit4] 2> 2764266 INFO (jetty-launcher-3552-thread-6)
[n:127.0.0.1:55046_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764266 INFO (jetty-launcher-3552-thread-4)
[n:127.0.0.1:59228_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764267 INFO (jetty-launcher-3552-thread-6)
[n:127.0.0.1:55046_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55046_solr
[junit4] 2> 2764268 INFO (jetty-launcher-3552-thread-4)
[n:127.0.0.1:59228_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59228_solr
[junit4] 2> 2764274 INFO
(zkCallback-3593-thread-1-processing-n:127.0.0.1:50853_solr)
[n:127.0.0.1:50853_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764274 INFO
(zkCallback-3597-thread-1-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764274 INFO
(zkCallback-3590-thread-2-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764274 INFO
(zkCallback-3601-thread-1-processing-n:127.0.0.1:42500_solr)
[n:127.0.0.1:42500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764274 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764275 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764275 INFO
(zkCallback-3603-thread-1-processing-n:127.0.0.1:55046_solr)
[n:127.0.0.1:55046_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764275 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764275 INFO
(zkCallback-3602-thread-1-processing-n:127.0.0.1:59228_solr)
[n:127.0.0.1:59228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (7) -> (9)
[junit4] 2> 2764461 INFO (jetty-launcher-3552-thread-7)
[n:127.0.0.1:45817_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node7/.
[junit4] 2> 2764465 INFO (jetty-launcher-3552-thread-10)
[n:127.0.0.1:54715_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (9)
[junit4] 2> 2764470 INFO (jetty-launcher-3552-thread-10)
[n:127.0.0.1:54715_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2764481 INFO (jetty-launcher-3552-thread-5)
[n:127.0.0.1:42542_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node5/.
[junit4] 2> 2764481 INFO (jetty-launcher-3552-thread-3)
[n:127.0.0.1:50853_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node3/.
[junit4] 2> 2764482 INFO (jetty-launcher-3552-thread-10)
[n:127.0.0.1:54715_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54715_solr
[junit4] 2> 2764487 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3593-thread-1-processing-n:127.0.0.1:50853_solr)
[n:127.0.0.1:50853_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3601-thread-1-processing-n:127.0.0.1:42500_solr)
[n:127.0.0.1:42500_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3603-thread-1-processing-n:127.0.0.1:55046_solr)
[n:127.0.0.1:55046_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3597-thread-1-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3602-thread-1-processing-n:127.0.0.1:59228_solr)
[n:127.0.0.1:59228_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764487 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764489 INFO (jetty-launcher-3552-thread-2)
[n:127.0.0.1:42500_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node2/.
[junit4] 2> 2764496 INFO
(zkCallback-3590-thread-2-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764519 INFO (jetty-launcher-3552-thread-9)
[n:127.0.0.1:59589_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node9/.
[junit4] 2> 2764533 INFO (jetty-launcher-3552-thread-4)
[n:127.0.0.1:59228_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node4/.
[junit4] 2> 2764534 INFO
(zkCallback-3610-thread-1-processing-n:127.0.0.1:54715_solr)
[n:127.0.0.1:54715_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (9) -> (10)
[junit4] 2> 2764560 INFO (jetty-launcher-3552-thread-6)
[n:127.0.0.1:55046_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node6/.
[junit4] 2> 2764650 INFO (jetty-launcher-3552-thread-10)
[n:127.0.0.1:54715_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node10/.
[junit4] 2> 2767136 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
[junit4] 2> 2767136 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51581/solr ready
[junit4] 2> 2767372 INFO (qtp1247149416-31149) [n:127.0.0.1:59228_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&action=CREATE&numShards=5&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2767373 INFO
(OverseerThreadFactory-8538-thread-1-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_solr ] o.a.s.c.CreateCollectionCmd Create collection
test_col
[junit4] 2> 2767488 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2
[junit4] 2> 2767492 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2
[junit4] 2> 2767499 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2
[junit4] 2> 2767499 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2
[junit4] 2> 2767500 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard3_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard3&wt=javabin&version=2
[junit4] 2> 2767500 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard2&wt=javabin&version=2
[junit4] 2> 2767500 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2
[junit4] 2> 2767500 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard4_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard4&wt=javabin&version=2
[junit4] 2> 2767516 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=5&collection=test_col&shard=shard1&wt=javabin&version=2
[junit4] 2> 2767516 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
] o.a.s.h.a.CoreAdminOperation core create command
property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard5_replica1&action=CREATE&numShards=5&collection=test_col&shard=shard5&wt=javabin&version=2
[junit4] 2> 2767621 INFO
(zkCallback-3598-thread-1-processing-n:127.0.0.1:59589_solr)
[n:127.0.0.1:59589_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> 2767622 INFO
(zkCallback-3602-thread-1-processing-n:127.0.0.1:59228_solr)
[n:127.0.0.1:59228_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> 2767622 INFO
(zkCallback-3597-thread-1-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_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> 2767622 INFO
(zkCallback-3599-thread-1-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_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> 2767622 INFO
(zkCallback-3603-thread-1-processing-n:127.0.0.1:55046_solr)
[n:127.0.0.1:55046_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> 2767622 INFO
(zkCallback-3604-thread-1-processing-n:127.0.0.1:42542_solr)
[n:127.0.0.1:42542_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> 2767622 INFO
(zkCallback-3593-thread-1-processing-n:127.0.0.1:50853_solr)
[n:127.0.0.1:50853_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> 2767622 INFO
(zkCallback-3610-thread-1-processing-n:127.0.0.1:54715_solr)
[n:127.0.0.1:54715_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> 2767622 INFO
(zkCallback-3601-thread-1-processing-n:127.0.0.1:42500_solr)
[n:127.0.0.1:42500_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> 2767622 INFO
(zkCallback-3590-thread-2-processing-n:127.0.0.1:51068_solr)
[n:127.0.0.1:51068_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> 2768509 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768509 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768537 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768538 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768542 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768546 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768547 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768550 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768571 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.s.IndexSchema
[test_col_shard5_replica1] Schema name=minimal-atomic-stress
[junit4] 2> 2768572 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768573 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768574 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard5_replica1' using configuration from collection test_col
[junit4] 2> 2768575 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.SolrCore
[[test_col_shard5_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node7/test_col_shard5_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node7/./test_col_shard5_replica1/data/]
[junit4] 2> 2768575 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768576 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768579 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 2768580 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.s.IndexSchema
[test_col_shard3_replica2] Schema name=minimal-atomic-stress
[junit4] 2> 2768580 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.s.IndexSchema
[test_col_shard2_replica2] Schema name=minimal-atomic-stress
[junit4] 2> 2768582 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768582 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768583 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard3_replica2' using configuration from collection test_col
[junit4] 2> 2768584 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.SolrCore
[[test_col_shard3_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node10/test_col_shard3_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node10/./test_col_shard3_replica2/data/]
[junit4] 2> 2768584 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768584 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.s.IndexSchema
[test_col_shard5_replica2] Schema name=minimal-atomic-stress
[junit4] 2> 2768585 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard2_replica2' using configuration from collection test_col
[junit4] 2> 2768585 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.SolrCore
[[test_col_shard2_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node1/test_col_shard2_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node1/./test_col_shard2_replica2/data/]
[junit4] 2> 2768585 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768586 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768586 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.s.IndexSchema
[test_col_shard1_replica1] Schema name=minimal-atomic-stress
[junit4] 2> 2768587 INFO (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768588 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768588 INFO (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768589 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.s.IndexSchema
[test_col_shard4_replica1] Schema name=minimal-atomic-stress
[junit4] 2> 2768589 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.s.IndexSchema
[test_col_shard2_replica1] Schema name=minimal-atomic-stress
[junit4] 2> 2768591 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768591 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768592 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.s.IndexSchema
[test_col_shard4_replica2] Schema name=minimal-atomic-stress
[junit4] 2> 2768592 WARN (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768592 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard1_replica1' using configuration from collection test_col
[junit4] 2> 2768593 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.SolrCore
[[test_col_shard1_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node8/test_col_shard1_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node8/./test_col_shard1_replica1/data/]
[junit4] 2> 2768593 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768594 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.s.IndexSchema
[test_col_shard1_replica2] Schema name=minimal-atomic-stress
[junit4] 2> 2768596 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768596 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard2_replica1' using configuration from collection test_col
[junit4] 2> 2768597 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.SolrCore
[[test_col_shard2_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node3/test_col_shard2_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node3/./test_col_shard2_replica1/data/]
[junit4] 2> 2768597 WARN (qtp2040018289-31228) [n:127.0.0.1:54715_solr
c:test_col s:shard3 x:test_col_shard3_replica2] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768597 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard1_replica2' using configuration from collection test_col
[junit4] 2> 2768598 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.SolrCore
[[test_col_shard1_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node9/test_col_shard1_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node9/./test_col_shard1_replica2/data/]
[junit4] 2> 2768598 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768599 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard5_replica2' using configuration from collection test_col
[junit4] 2> 2768599 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.SolrCore
[[test_col_shard5_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node4/test_col_shard5_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node4/./test_col_shard5_replica2/data/]
[junit4] 2> 2768599 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768599 INFO (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768600 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768601 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768601 INFO (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768601 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.s.IndexSchema
[test_col_shard3_replica1] Schema name=minimal-atomic-stress
[junit4] 2> 2768604 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard4_replica1' using configuration from collection test_col
[junit4] 2> 2768604 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.SolrCore
[[test_col_shard4_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node5/test_col_shard4_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node5/./test_col_shard4_replica1/data/]
[junit4] 2> 2768617 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.s.IndexSchema Loaded
schema minimal-atomic-stress/1.6 with uniqueid field id
[junit4] 2> 2768616 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard4_replica2' using configuration from collection test_col
[junit4] 2> 2768617 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.SolrCore
[[test_col_shard4_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node6/test_col_shard4_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node6/./test_col_shard4_replica2/data/]
[junit4] 2> 2768618 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768619 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'test_col_shard3_replica1' using configuration from collection test_col
[junit4] 2> 2768619 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.SolrCore
[[test_col_shard3_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node2/test_col_shard3_replica1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001/tempDir-001/node2/./test_col_shard3_replica1/data/]
[junit4] 2> 2768619 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768620 INFO (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768620 INFO (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768621 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768621 WARN (qtp140699549-31126) [n:127.0.0.1:59589_solr
c:test_col s:shard1 x:test_col_shard1_replica2] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768624 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@360cb7f3
[junit4] 2> 2768625 WARN (qtp957321104-31182) [n:127.0.0.1:55012_solr
c:test_col s:shard2 x:test_col_shard2_replica2] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768632 INFO (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768633 INFO (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6714276615740344]
[junit4] 2> 2768634 WARN (qtp1584871927-31137) [n:127.0.0.1:51068_solr
c:test_col s:shard1 x:test_col_shard1_replica1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768643 WARN (qtp1463655564-31195) [n:127.0.0.1:42542_solr
c:test_col s:shard4 x:test_col_shard4_replica1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768648 WARN (qtp1573103489-31207) [n:127.0.0.1:55046_solr
c:test_col s:shard4 x:test_col_shard4_replica2] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768650 WARN (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768654 WARN (qtp1247149416-31151) [n:127.0.0.1:59228_solr
c:test_col s:shard5 x:test_col_shard5_replica2] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768688 WARN (qtp756294747-31160) [n:127.0.0.1:50853_solr
c:test_col s:shard2 x:test_col_shard2_replica1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 2768703 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2768703 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2768704 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2768704 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2768704 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@7116b6d2
[junit4] 2> 2768705 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@40386994[test_col_shard5_replica1] main]
[junit4] 2> 2768705 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2768705 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2768705 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 2768706 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 2768706 INFO (qtp1001127301-31216) [n:127.0.0.1:45817_solr
c:test_col s:shard5 x:test_col_shard5_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 2768706 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 2768706 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 2768707 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@75944bbe
[junit4] 2> 2768707 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@4b939213[test_col_shard3_replica1] main]
[junit4] 2> 2768708 INFO (qtp307314337-31171) [n:127.0.0.1:42500_solr
c:test_col s:shard3 x:test_col_shard3_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase:
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[j
[...truncated too long message...]
t talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3151466 INFO (jetty-closer-3553-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5e88958e{/solr,null,UNAVAILABLE}
[junit4] 2> 3151475 WARN
(zkCallback-3599-thread-2-processing-n:127.0.0.1:55012_solr)
[n:127.0.0.1:55012_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3151475 INFO (jetty-closer-3553-thread-9) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@556111e6{/solr,null,UNAVAILABLE}
[junit4] 2> 3151486 WARN
(zkCallback-3597-thread-2-processing-n:127.0.0.1:45817_solr)
[n:127.0.0.1:45817_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3151486 INFO (jetty-closer-3553-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@29c98a43{/solr,null,UNAVAILABLE}
[junit4] 2> 3151494 WARN
(zkCallback-3602-thread-4-processing-n:127.0.0.1:59228_solr)
[n:127.0.0.1:59228_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3151494 INFO (jetty-closer-3553-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4ec916ec{/solr,null,UNAVAILABLE}
[junit4] 2> 3151495 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51581 51581
[junit4] 2> 3151582 INFO (Thread-14347) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:51581 51581
[junit4] 2> 3151584 WARN (Thread-14347) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/aliases.json
[junit4] 2> 11 /solr/clusterprops.json
[junit4] 2> 10
/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
[junit4] 2> 10 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/clusterstate.json
[junit4] 2> 10 /solr/collections/test_col/state.json
[junit4] 2> 2
/solr/overseer_elect/election/97586195147456539-127.0.0.1:45817_solr-n_0000000005
[junit4] 2> 2
/solr/overseer_elect/election/97586195147456536-127.0.0.1:42542_solr-n_0000000003
[junit4] 2> 2
/solr/overseer_elect/election/97586195147456533-127.0.0.1:55012_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 383 /solr/overseer/collection-queue-work
[junit4] 2> 44 /solr/overseer/queue
[junit4] 2> 11 /solr/live_nodes
[junit4] 2> 11 /solr/collections
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 3151584 INFO
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[DCDB68FD95F2034]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_DCDB68FD95F2034-001
[junit4] 2> Mar 09, 2017 8:19:15 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{long_stored_idx=PostingsFormat(name=LuceneVarGapDocFreqInterval),
long_dv_idx=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128),
long_dv_stored_idx=BlockTreeOrds(blocksize=128)},
docValues:{long_stored_idx=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Lucene70),
long_dv_idx=DocValuesFormat(name=Memory),
long_dv_stored=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory),
long_dv=DocValuesFormat(name=Lucene70),
long_dv_stored_idx=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1317,
maxMBSortInHeap=6.800340744522295, sim=RandomSimilarity(queryNorm=true): {},
locale=sr, timezone=Etc/GMT+11
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=321614600,total=534249472
[junit4] 2> NOTE: All tests run in this JVM: [TestAddFieldRealTimeGet,
SolrTestCaseJ4Test, TestSolrDynamicMBean, TestFilteredDocIdSet,
CurrencyFieldXmlFileTest, TestTolerantSearch,
SharedFSAutoReplicaFailoverUtilsTest, CoreAdminHandlerTest, DebugComponentTest,
StatelessScriptUpdateProcessorFactoryTest, LeaderElectionTest,
TolerantUpdateProcessorTest, SolrIndexMetricsTest,
ConcurrentDeleteAndCreateCollectionTest, FieldMutatingUpdateProcessorTest,
BlockCacheTest, TestIndexingPerformance, HttpPartitionTest,
PrimitiveFieldTypeTest, TestSolrJ, SmileWriterTest, HardAutoCommitTest,
TestMissingGroups, TestSearcherReuse,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
HdfsChaosMonkeyNothingIsSafeTest, UpdateParamsTest, TestManagedResource,
VMParamsZkACLAndCredentialsProvidersTest, TestConfigReload,
DistributedFacetPivotWhiteBoxTest, SolrIndexConfigTest, TestCloudDeleteByQuery,
RulesTest, TestPhraseSuggestions, RecoveryZkTest, AnalyticsMergeStrategyTest,
ReplicaListTransformerTest, TestWriterPerf, LukeRequestHandlerTest,
TestMergePolicyConfig, TestDefaultSearchFieldResource, SolrPluginUtilsTest,
TestJsonFacets, DeleteShardTest, TestBulkSchemaAPI, TestFieldTypeResource,
TestInfoStreamLogging, TestScoreJoinQPNoScore, SolrCoreCheckLockOnStartupTest,
RestartWhileUpdatingTest, TestSha256AuthenticationProvider,
TestRebalanceLeaders, TestUninvertingReader, CollectionTooManyReplicasTest,
TestConfig, SolrSlf4jReporterTest, MetricsHandlerTest, TestRawTransformer,
CloudExitableDirectoryReaderTest, HighlighterConfigTest,
DistributedExpandComponentTest, TestConfigsApi, RAMDirectoryFactoryTest,
ExternalFileFieldSortTest, TestSolrDeletionPolicy1, TestCollectionAPI,
TestLuceneMatchVersion, ExplicitHLLTest, RemoteQueryErrorTest,
BigEndianAscendingWordDeserializerTest, StressHdfsTest,
ShowFileRequestHandlerTest, TestBackupRepositoryFactory, TestExpandComponent,
TestConfigSetsAPIZkFailure, TestExportWriter, TestDFISimilarityFactory,
CircularListTest, OverseerTest, AutoCommitTest, CdcrVersionReplicationTest,
TestIBSimilarityFactory, TestSolrQueryParserDefaultOperatorResource,
TestCSVResponseWriter, TestComponentsName, TestReloadAndDeleteDocs,
TestSchemalessBufferedUpdates, TestLMDirichletSimilarityFactory,
TestTolerantUpdateProcessorRandomCloud, NoCacheHeaderTest, TestGroupingSearch,
ResourceLoaderTest, SuggesterWFSTTest, PrimUtilsTest, TestReRankQParserPlugin,
TestDistribDocBasedVersion, OutOfBoxZkACLAndCredentialsProvidersTest,
TestHdfsUpdateLog, TestCustomStream, TermVectorComponentDistributedTest,
HdfsTlogReplayBufferedWhileIndexingTest, SolrGangliaReporterTest,
BooleanFieldTest, TestCloudManagedSchema, TestSlowCompositeReaderWrapper,
TestPHPSerializedResponseWriter, TestLeaderInitiatedRecoveryThread,
SolrMetricManagerTest, RequestHandlersTest, TestSort,
FieldAnalysisRequestHandlerTest, TestCloudPseudoReturnFields, OutputWriterTest,
BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
SyncSliceTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest,
TestRandomFaceting, TestDistributedGrouping, TestFaceting, TestRecovery,
DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder,
TestReload, TestCoreContainer, StatsComponentTest, TestFiltering,
TestBadConfig, HighlighterTest, CurrencyFieldOpenExchangeTest,
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery,
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
TestExtendedDismaxParser, SuggesterFSTTest, SolrRequestParserTest,
DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie,
SpatialFilterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
TestRemoteStreaming, DistanceFunctionTest, DisMaxRequestHandlerTest,
TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest,
XmlUpdateRequestHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest,
TestCollationField, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions,
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestLFUCache,
AsyncCallRequestStatusResponseTest, CollectionsAPIAsyncDistributedZkTest,
ConfigSetsAPITest, CreateCollectionCleanupTest, DistribCursorPagingTest,
DistributedVersionInfoTest, LeaderFailureAfterFreshStartTest,
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest,
OverseerModifyCollectionTest, OverseerTaskQueueTest, ReplaceNodeTest,
SSLMigrationTest, SaslZkACLProviderTest, SolrCLIZkUtilsTest,
SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework,
TestCloudInspectUtil, TestCloudPivotFacet, TestCloudRecovery,
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore,
TestLeaderElectionWithEmptyReplica, TestLockTree, TestMiniSolrCloudCluster,
TestRequestStatusCollectionAPI, TestShortCircuitedRequests,
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates]
[junit4] Completed [536/695 (1!)] on J2 in 389.01s, 5 tests, 1 error <<<
FAILURES!
[...truncated 12187 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:783:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:727:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid5453.hprof
Total time: 256 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]