Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1109/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
timeout waiting to see all nodes active
Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
at
__randomizedtesting.SeedInfo.seed([C9E5AF64279550E3:41B190BE89693D1B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
at
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
at
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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)
FAILED: org.apache.solr.core.TestLazyCores.testNoCommit
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([C9E5AF64279550E3:16850EB5ECB23346]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
at
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
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: REQUEST FAILED:
xpath=//result[@numFound='10']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>
request was:q=*:*
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
... 41 more
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 1)
Thread[id=7106, name=searcherExecutor-3197-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
1) Thread[id=7106, name=searcherExecutor-3197-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([C9E5AF64279550E3]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=7106, name=searcherExecutor-3197-thread-1, state=WAITING,
group=TGRP-TestLazyCores] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=7106, name=searcherExecutor-3197-thread-1, state=WAITING,
group=TGRP-TestLazyCores]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([C9E5AF64279550E3]:0)
Build Log:
[...truncated 11082 lines...]
[junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/init-core-data-001
[junit4] 2> 637685 INFO
(SUITE-PeerSyncReplicationTest-seed#[C9E5AF64279550E3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 637694 INFO
(SUITE-PeerSyncReplicationTest-seed#[C9E5AF64279550E3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 637694 INFO
(SUITE-PeerSyncReplicationTest-seed#[C9E5AF64279550E3]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_hoe/u
[junit4] 2> 637696 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 637696 INFO (Thread-3197) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 637696 INFO (Thread-3197) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 637796 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkTestServer start zk server on port:54049
[junit4] 2> 637817 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 637821 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 637824 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 637828 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 637831 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 637833 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 637837 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 637840 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 637843 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 637845 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 637848 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 638054 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/cores/collection1
[junit4] 2> 638057 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 638059 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@57f1f99a{/_hoe/u,null,AVAILABLE}
[junit4] 2> 638059 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3831e657{HTTP/1.1,[http/1.1]}{127.0.0.1:37108}
[junit4] 2> 638059 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server Started @641476ms
[junit4] 2> 638059 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/tempDir-001/control/data,
hostContext=/_hoe/u, hostPort=37108,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/cores}
[junit4] 2> 638060 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 638060 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 638060 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 638060 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 638060 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-01T00:19:02.453Z
[junit4] 2> 638064 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 638064 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/solr.xml
[junit4] 2> 638073 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54049/solr
[junit4] 2> 638112 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:37108__hoe%2Fu
[junit4] 2> 638114 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.Overseer Overseer
(id=97380489107275780-127.0.0.1:37108__hoe%2Fu-n_0000000000) starting
[junit4] 2> 638126 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37108__hoe%2Fu
[junit4] 2> 638130 INFO
(zkCallback-1561-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 638188 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/cores
[junit4] 2> 638188 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 638191 INFO
(OverseerStateUpdate-97380489107275780-127.0.0.1:37108__hoe%2Fu-n_0000000000)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 639224 WARN
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 639225 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 639240 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 639324 WARN
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 639327 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 639343 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 639350 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/control-001/cores/collection1/data/]
[junit4] 2> 639350 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@695c53b9
[junit4] 2> 639352 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 639397 WARN
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
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> 639441 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 639441 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 639442 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 639442 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 639442 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7184834743525046]
[junit4] 2> 639443 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@76ad7dc9[collection1] main]
[junit4] 2> 639444 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 639445 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 639445 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 639446 INFO
(searcherExecutor-2699-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@76ad7dc9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 639447 INFO
(coreLoadExecutor-2698-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1558087827550371840
[junit4] 2> 639457 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 639457 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 639457 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37108/_hoe/u/collection1/
[junit4] 2> 639457 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 639457 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:37108/_hoe/u/collection1/ has no replicas
[junit4] 2> 639463 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37108/_hoe/u/collection1/ shard1
[junit4] 2> 639614 INFO
(coreZkRegister-2691-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu
x:collection1 c:control_collection) [n:127.0.0.1:37108__hoe%2Fu
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 639785 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 639787 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54049/solr ready
[junit4] 2> 639787 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 639787 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 639937 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/cores/collection1
[junit4] 2> 639938 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001
[junit4] 2> 639939 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 639940 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@276253c8{/_hoe/u,null,AVAILABLE}
[junit4] 2> 639940 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@73decd3a{HTTP/1.1,[http/1.1]}{127.0.0.1:53173}
[junit4] 2> 639940 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server Started @643358ms
[junit4] 2> 639940 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/_hoe/u, hostPort=53173,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/cores}
[junit4] 2> 639940 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 639940 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 639941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 639941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 639941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-01T00:19:04.334Z
[junit4] 2> 639956 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 639956 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/solr.xml
[junit4] 2> 639963 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54049/solr
[junit4] 2> 639980 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 639987 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53173__hoe%2Fu
[junit4] 2> 639990 INFO (zkCallback-1565-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 639991 INFO
(zkCallback-1561-thread-4-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 640014 INFO
(zkCallback-1571-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 640089 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/cores
[junit4] 2> 640090 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 640095 INFO
(OverseerStateUpdate-97380489107275780-127.0.0.1:37108__hoe%2Fu-n_0000000000)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 640201 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 641113 WARN
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 641114 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 641127 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 641212 WARN
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 641214 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 641236 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 641237 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 641238 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@695c53b9
[junit4] 2> 641241 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 641250 WARN
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
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> 641296 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 641296 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 641297 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 641297 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 641298 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7184834743525046]
[junit4] 2> 641299 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d9e6ab8[collection1] main]
[junit4] 2> 641301 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 641301 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 641301 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 641303 INFO
(searcherExecutor-2710-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4d9e6ab8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 641304 INFO
(coreLoadExecutor-2709-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558087829497577472
[junit4] 2> 641315 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 641316 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 641316 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53173/_hoe/u/collection1/
[junit4] 2> 641316 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 641316 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:53173/_hoe/u/collection1/ has no replicas
[junit4] 2> 641323 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:53173/_hoe/u/collection1/ shard1
[junit4] 2> 641429 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 641485 INFO
(coreZkRegister-2704-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:53173__hoe%2Fu c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 641593 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 641920 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/cores/collection1
[junit4] 2> 641922 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001
[junit4] 2> 641923 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 641924 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6fa0689b{/_hoe/u,null,AVAILABLE}
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@50470561{HTTP/1.1,[http/1.1]}{127.0.0.1:61596}
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server Started @645344ms
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/_hoe/u, hostPort=61596,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/cores}
[junit4] 2> 641925 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 641925 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-01T00:19:06.318Z
[junit4] 2> 641932 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 641932 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/solr.xml
[junit4] 2> 641951 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54049/solr
[junit4] 2> 641969 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 641978 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61596__hoe%2Fu
[junit4] 2> 641980 INFO (zkCallback-1565-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 641980 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 641981 INFO
(zkCallback-1561-thread-1-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 642007 INFO
(zkCallback-1577-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 642107 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 642941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/cores
[junit4] 2> 642941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 642946 INFO
(OverseerStateUpdate-97380489107275780-127.0.0.1:37108__hoe%2Fu-n_0000000000)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 643051 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 643051 INFO
(zkCallback-1577-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 643982 WARN
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 643983 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 644005 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 644094 WARN
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 644096 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 644115 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 644115 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 644116 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@695c53b9
[junit4] 2> 644117 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 644124 WARN
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
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> 644172 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 644172 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 644172 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 644173 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 644174 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7184834743525046]
[junit4] 2> 644175 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@705b56bd[collection1] main]
[junit4] 2> 644177 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 644178 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 644178 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 644179 INFO
(searcherExecutor-2721-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:61596__hoe%2Fu c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@705b56bd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 644179 INFO
(coreLoadExecutor-2720-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558087832512233472
[junit4] 2> 644185 INFO
(coreZkRegister-2715-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:61596__hoe%2Fu c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 644186 INFO
(updateExecutor-1574-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState
Running recovery
[junit4] 2> 644186 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 644187 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 644187 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 644187 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 644188 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[http://127.0.0.1:53173/_hoe/u/collection1/] and I am
[http://127.0.0.1:61596/_hoe/u/collection1/]
[junit4] 2> 644193 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [http://127.0.0.1:53173/_hoe/u];
[WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:61596__hoe%252Fu&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 644196 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 644197 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 644197 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:61596__hoe%2Fu,
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:61596/_hoe/u","node_name":"127.0.0.1:61596__hoe%2Fu","state":"down"}
[junit4] 2> 644294 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 644294 INFO
(zkCallback-1577-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 644790 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/cores/collection1
[junit4] 2> 644791 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001
[junit4] 2> 644792 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 644793 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42618e52{/_hoe/u,null,AVAILABLE}
[junit4] 2> 644794 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4e82b1d1{HTTP/1.1,[http/1.1]}{127.0.0.1:63239}
[junit4] 2> 644794 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.e.j.s.Server Started @648214ms
[junit4] 2> 644794 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/_hoe/u, hostPort=63239,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/cores}
[junit4] 2> 644794 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 644795 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 644795 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 644795 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 644795 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-01T00:19:09.188Z
[junit4] 2> 644800 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 644800 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/solr.xml
[junit4] 2> 644807 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54049/solr
[junit4] 2> 644824 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 644832 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63239__hoe%2Fu
[junit4] 2> 644835 INFO (zkCallback-1565-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644836 INFO
(zkCallback-1561-thread-4-processing-n:127.0.0.1:37108__hoe%2Fu)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 644836 INFO
(zkCallback-1577-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 644836 INFO
(zkCallback-1571-thread-2-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 644839 INFO
(zkCallback-1584-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 644938 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/cores
[junit4] 2> 644939 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3])
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 644942 INFO
(OverseerStateUpdate-97380489107275780-127.0.0.1:37108__hoe%2Fu-n_0000000000)
[n:127.0.0.1:37108__hoe%2Fu ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 645046 INFO
(zkCallback-1577-thread-2-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 645046 INFO
(zkCallback-1571-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 645046 INFO
(zkCallback-1584-thread-2-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 645198 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:61596__hoe%2Fu,
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:61596/_hoe/u","node_name":"127.0.0.1:61596__hoe%2Fu","state":"recovering"}
[junit4] 2> 645198 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 645198 INFO (qtp1010960629-8776) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:61596__hoe%252Fu&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1002
[junit4] 2> 645964 WARN
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 645965 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 645984 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 646092 WARN
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 646094 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 646124 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 646124 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_C9E5AF64279550E3-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 646125 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@695c53b9
[junit4] 2> 646126 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 646133 WARN
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
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> 646192 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 646192 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 646193 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 646193 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 646194 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7184834743525046]
[junit4] 2> 646195 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d54d476[collection1] main]
[junit4] 2> 646197 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 646197 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 646197 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 646201 INFO
(searcherExecutor-2732-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:63239__hoe%2Fu c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d54d476[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 646201 INFO
(coreLoadExecutor-2731-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558087834632454144
[junit4] 2> 646209 INFO
(coreZkRegister-2726-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 c:collection1) [n:127.0.0.1:63239__hoe%2Fu c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 646209 INFO
(updateExecutor-1581-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState
Running recovery
[junit4] 2> 646210 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 646211 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 646211 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 646211 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 646211 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[http://127.0.0.1:53173/_hoe/u/collection1/] and I am
[http://127.0.0.1:63239/_hoe/u/collection1/]
[junit4] 2> 646216 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [http://127.0.0.1:53173/_hoe/u];
[WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:63239__hoe%252Fu&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 646218 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 646219 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 646219 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:63239__hoe%2Fu,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:63239/_hoe/u","node_name":"127.0.0.1:63239__hoe%2Fu","state":"down"}
[junit4] 2> 646324 INFO
(zkCallback-1571-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 646324 INFO
(zkCallback-1584-thread-2-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 646325 INFO
(zkCallback-1577-thread-2-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 646543 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 646543 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30
for each attempt
[junit4] 2> 646543 INFO
(TEST-PeerSyncReplicationTest.test-seed#[C9E5AF64279550E3]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 647222 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:63239__hoe%2Fu,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:63239/_hoe/u","node_name":"127.0.0.1:63239__hoe%2Fu","state":"recovering"}
[junit4] 2> 647222 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 647222 INFO (qtp1010960629-8765) [n:127.0.0.1:53173__hoe%2Fu
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:63239__hoe%252Fu&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1004
[junit4] 2> 652202 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Attempting to PeerSync from [http://127.0.0.1:53173/_hoe/u/collection1/] -
recoveringAfterStartup=[true]
[junit4] 2> 652202 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync:
core=collection1 url=http://127.0.0.1:61596/_hoe/u START
replicas=[http://127.0.0.1:53173/_hoe/u/collection1/] nUpdates=1000
[junit4] 2> 652207 INFO (qtp1010960629-8766) [n:127.0.0.1:53173__hoe%2Fu
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 652207 INFO (qtp1010960629-8766) [n:127.0.0.1:53173__hoe%2Fu
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/_hoe/u path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 652209 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 652209 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are
already in sync. No need to do a PeerSync
[junit4] 2> 652209 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 652209 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 652210 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 652210 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
PeerSync stage of recovery was successful.
[junit4] 2> 652210 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Replaying updates buffered during PeerSync.
[junit4] 2> 652210 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No
replay needed.
[junit4] 2> 652210 INFO
(recoveryExecutor-1575-thread-1-processing-n:127.0.0.1:61596__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61596__hoe%2Fu
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy
Registering as Active after recovery.
[junit4] 2> 652215 INFO
(zkCallback-1571-thread-1-processing-n:127.0.0.1:53173__hoe%2Fu)
[n:127.0.0.1:53173__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 652215 INFO
(zkCallback-1584-thread-2-processing-n:127.0.0.1:63239__hoe%2Fu)
[n:127.0.0.1:63239__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 652215 INFO
(zkCallback-1577-thread-2-processing-n:127.0.0.1:61596__hoe%2Fu)
[n:127.0.0.1:61596__hoe%2Fu ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 654226 INFO
(recoveryExecutor-1582-thread-1-processing-n:127.0.0.1:63239__hoe%2Fu
x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63239__hoe%2Fu
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Attempting
[...truncated too long message...]
eporters for: solr.core.collection5
[junit4] 2> 1007607 INFO
(coreCloseExecutor-3441-thread-5-processing-x:badConfig1) [ x:collection7]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
[junit4] 2> 1007607 INFO
(coreCloseExecutor-3441-thread-4-processing-x:badConfig1) [ x:collection6]
o.a.s.c.SolrCore [collection6] CLOSING SolrCore
org.apache.solr.core.SolrCore@4c0e1d8f
[junit4] 2> 1007608 INFO
(coreCloseExecutor-3441-thread-7-processing-x:badConfig1) [ x:collection9]
o.a.s.c.SolrCore [collection9] CLOSING SolrCore
org.apache.solr.core.SolrCore@2866a1f1
[junit4] 2> 1007608 INFO
(coreCloseExecutor-3441-thread-6-processing-x:badConfig1) [ x:collection8]
o.a.s.c.SolrCore [collection8] CLOSING SolrCore
org.apache.solr.core.SolrCore@614ac458
[junit4] 2> 1007608 INFO
(coreCloseExecutor-3441-thread-7-processing-x:badConfig1) [ x:collection9]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
[junit4] 2> 1007608 INFO
(coreCloseExecutor-3441-thread-4-processing-x:badConfig1) [ x:collection6]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
[junit4] 2> 1007609 INFO
(coreCloseExecutor-3441-thread-6-processing-x:badConfig1) [ x:collection8]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
[junit4] 2> 1007612 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[C9E5AF64279550E3]) [
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1007614 INFO
(TEST-TestLazyCores.testCachingLimit-seed#[C9E5AF64279550E3]) [
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
[junit4] 2> 1007615 INFO
(SUITE-TestLazyCores-seed#[C9E5AF64279550E3]-worker) [ x:badConfig1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1007615 INFO
(SUITE-TestLazyCores-seed#[C9E5AF64279550E3]-worker) [ x:badConfig1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=206659173
[junit4] 2> 1007615 INFO
(SUITE-TestLazyCores-seed#[C9E5AF64279550E3]-worker) [ x:badConfig1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C9E5AF64279550E3-001
[junit4] 2> Feb 01, 2017 12:25:11 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 01, 2017 12:25:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.core.TestLazyCores:
[junit4] 2> 1) Thread[id=7106, name=searcherExecutor-3197-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Feb 01, 2017 12:25:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=7106, name=searcherExecutor-3197-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> Feb 01, 2017 12:25:34 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=7106, name=searcherExecutor-3197-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-AE,
timezone=America/Cambridge_Bay
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=2,free=6188984,total=480247808
[junit4] 2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib,
HttpSolrCallGetCoreTest, TestCopyFieldCollectionResource, TestInitQParser,
MetricUtilsTest, TestPartialUpdateDeduplication, ZkNodePropsTest,
TestSurroundQueryParser, StressHdfsTest, OverseerTaskQueueTest,
TestClassicSimilarityFactory, BigEndianAscendingWordDeserializerTest,
TestCloudRecovery, TestFieldCacheSanityChecker,
DistributedQueryElevationComponentTest, SolrTestCaseJ4Test,
PKIAuthenticationIntegrationTest, TestLockTree, RecoveryAfterSoftCommitTest,
TestSizeLimitedDistributedMap, BasicAuthIntegrationTest, TestIntervalFaceting,
FastVectorHighlighterTest, TestRandomRequestDistribution,
AnalysisErrorHandlingTest, MissingSegmentRecoveryTest,
CreateCollectionCleanupTest, HdfsRecoverLeaseTest,
ClassificationUpdateProcessorTest, DeleteNodeTest, TestMacros,
StandardRequestHandlerTest, TestComplexPhraseQParserPlugin,
SystemInfoHandlerTest, TestLeaderElectionWithEmptyReplica,
TestSolrDynamicMBean, GraphQueryTest, SimplePostToolTest, NumericFieldsTest,
CoreSorterTest, RequiredFieldsTest, HdfsRestartWhileUpdatingTest,
SimpleFacetsTest, TestRawResponseWriter, TestConfigSetsAPIExclusivity,
TestRandomDVFaceting, PluginInfoTest, SpatialFilterTest, BJQParserTest,
TestConfigsApi, TestReplicationHandler, TestSolrCoreParser,
TestTrackingShardHandlerFactory, SpatialHeatmapFacetsTest, TestFieldSortValues,
ZkStateReaderTest, TestXIncludeConfig, QueryElevationComponentTest, TestUpdate,
CollectionTooManyReplicasTest, ExitableDirectoryReaderTest,
SolrMetricManagerTest, SOLR749Test, TestStressReorder, CleanupOldIndexTest,
TestFastLRUCache, TestSQLHandlerNonCloud, TestSerializedLuceneMatchVersion,
TestPostingsSolrHighlighter, PingRequestHandlerTest, DataDrivenBlockJoinTest,
TriLevelCompositeIdRoutingTest, TestGraphTermsQParserPlugin,
XsltUpdateRequestHandlerTest, SolrXmlInZkTest, BasicDistributedZkTest,
SearchHandlerTest, CoreMergeIndexesAdminHandlerTest, TestLazyCores]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLazyCores
-Dtests.seed=C9E5AF64279550E3 -Dtests.slow=true -Dtests.locale=ar-AE
-Dtests.timezone=America/Cambridge_Bay -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J0 | TestLazyCores (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.core.TestLazyCores:
[junit4] > 1) Thread[id=7106, name=searcherExecutor-3197-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([C9E5AF64279550E3]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=7106, name=searcherExecutor-3197-thread-1,
state=WAITING, group=TGRP-TestLazyCores]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([C9E5AF64279550E3]:0)
[junit4] Completed [173/691 (2!)] on J0 in 29.96s, 9 tests, 3 errors <<<
FAILURES!
[...truncated 64109 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]