Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1073/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.update.AutoCommitTest.testMaxTime
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([549881C1BFE39111:CE6CFC2321790D2D]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
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><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
... 40 more
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([549881C1BFE39111:DCCCBE1B111FFCE9]: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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11120 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_549881C1BFE39111-001/init-core-data-001
[junit4] 2> 696124 INFO
(SUITE-PeerSyncReplicationTest-seed#[549881C1BFE39111]-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> 696125 INFO
(SUITE-PeerSyncReplicationTest-seed#[549881C1BFE39111]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 696127 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 696128 INFO (Thread-2900) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 696128 INFO (Thread-2900) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 696228 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35392
[junit4] 2> 696262 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696269 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696275 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696283 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696286 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696289 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696293 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696297 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696300 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696306 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696334 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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> 696516 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/control-001/cores/collection1
[junit4] 2> 696518 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 696519 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5aa9400b{/,null,AVAILABLE}
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5afb5ebf{HTTP/1.1,[http/1.1]}{127.0.0.1:48477}
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server Started @699562ms
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/tempDir-001/control/data,
hostContext=/, hostPort=48477,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_549881C1BFE39111-001/control-001/cores}
[junit4] 2> 696520 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 696520 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-11T23:37:52.692Z
[junit4] 2> 696538 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 696538 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/control-001/solr.xml
[junit4] 2> 696546 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35392/solr
[junit4] 2> 696604 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:48477_
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:48477_
[junit4] 2> 696607 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:48477_
] o.a.s.c.Overseer Overseer
(id=97267081039511556-127.0.0.1:48477_-n_0000000000) starting
[junit4] 2> 696628 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:48477_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48477_
[junit4] 2> 696633 INFO
(OverseerStateUpdate-97267081039511556-127.0.0.1:48477_-n_0000000000)
[n:127.0.0.1:48477_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 696932 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:48477_
] 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_549881C1BFE39111-001/control-001/cores
[junit4] 2> 696933 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:48477_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 696944 INFO
(OverseerStateUpdate-97267081039511556-127.0.0.1:48477_-n_0000000000)
[n:127.0.0.1:48477_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 697963 WARN
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 697968 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 697998 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 698179 WARN
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ 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> 698182 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 698208 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 698209 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ 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_549881C1BFE39111-001/control-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_549881C1BFE39111-001/control-001/cores/collection1/data/]
[junit4] 2> 698209 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ 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@799d98e6
[junit4] 2> 698212 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4629450671598083]
[junit4] 2> 698224 WARN
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ 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> 698240 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 698241 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 698242 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 698242 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 698242 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 698244 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c28c97c[collection1] main]
[junit4] 2> 698245 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 698246 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 698246 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 698247 INFO
(coreLoadExecutor-2546-thread-1-processing-n:127.0.0.1:48477_)
[n:127.0.0.1:48477_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1556273298846777344
[junit4] 2> 698253 INFO
(searcherExecutor-2547-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2c28c97c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 698268 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 698268 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ 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> 698268 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:48477/collection1/
[junit4] 2> 698268 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 698268 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:48477/collection1/ has no replicas
[junit4] 2> 698276 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ 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:48477/collection1/ shard1
[junit4] 2> 698429 INFO
(coreZkRegister-2539-thread-1-processing-n:127.0.0.1:48477_ x:collection1
c:control_collection) [n:127.0.0.1:48477_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 698458 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 698460 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35392/solr ready
[junit4] 2> 698460 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 698698 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-1-001/cores/collection1
[junit4] 2> 698700 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-1-001
[junit4] 2> 698700 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 698703 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35d15f85{/,null,AVAILABLE}
[junit4] 2> 698704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@794e6df3{HTTP/1.1,[http/1.1]}{127.0.0.1:49775}
[junit4] 2> 698704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server Started @701746ms
[junit4] 2> 698708 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=49775,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_549881C1BFE39111-001/shard-1-001/cores}
[junit4] 2> 698708 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 698713 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 698713 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 698713 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 698713 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-11T23:37:54.885Z
[junit4] 2> 698720 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 698720 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-1-001/solr.xml
[junit4] 2> 698728 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35392/solr
[junit4] 2> 698760 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:49775_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 698776 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:49775_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:49775_
[junit4] 2> 698781 INFO (zkCallback-853-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 698782 INFO
(zkCallback-858-thread-1-processing-n:127.0.0.1:49775_) [n:127.0.0.1:49775_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 698781 INFO
(zkCallback-849-thread-2-processing-n:127.0.0.1:48477_) [n:127.0.0.1:48477_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 698899 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:49775_
] 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_549881C1BFE39111-001/shard-1-001/cores
[junit4] 2> 698899 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:49775_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 698903 INFO
(OverseerStateUpdate-97267081039511556-127.0.0.1:48477_-n_0000000000)
[n:127.0.0.1:48477_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 699924 WARN
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 699925 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 699952 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 700106 WARN
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ 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> 700116 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 700149 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 700149 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ 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_549881C1BFE39111-001/shard-1-001/cores/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_549881C1BFE39111-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 700150 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@799d98e6
[junit4] 2> 700153 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4629450671598083]
[junit4] 2> 700178 WARN
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ 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> 700199 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 700200 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 700201 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 700201 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 700206 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 700207 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@47e4b53d[collection1] main]
[junit4] 2> 700210 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 700211 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 700211 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 700212 INFO
(coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:49775_)
[n:127.0.0.1:49775_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556273300907229184
[junit4] 2> 700214 INFO
(searcherExecutor-2558-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@47e4b53d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 700229 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 700229 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ 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> 700229 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:49775/collection1/
[junit4] 2> 700229 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 700229 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49775/collection1/ has no
replicas
[junit4] 2> 700238 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:49775/collection1/ shard1
[junit4] 2> 700393 INFO
(coreZkRegister-2552-thread-1-processing-n:127.0.0.1:49775_ x:collection1
c:collection1) [n:127.0.0.1:49775_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 700554 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-2-001/cores/collection1
[junit4] 2> 700555 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-2-001
[junit4] 2> 700556 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 700557 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4535efcc{/,null,AVAILABLE}
[junit4] 2> 700558 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1b2e8bb4{HTTP/1.1,[http/1.1]}{127.0.0.1:50664}
[junit4] 2> 700558 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server Started @703602ms
[junit4] 2> 700558 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=50664,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_549881C1BFE39111-001/shard-2-001/cores}
[junit4] 2> 700562 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 700563 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 700563 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 700563 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 700563 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-11T23:37:56.735Z
[junit4] 2> 700569 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 700569 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-2-001/solr.xml
[junit4] 2> 700579 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35392/solr
[junit4] 2> 700603 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:50664_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 700662 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:50664_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50664_
[junit4] 2> 700702 INFO
(zkCallback-849-thread-3-processing-n:127.0.0.1:48477_) [n:127.0.0.1:48477_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 700703 INFO (zkCallback-853-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 700704 INFO
(zkCallback-858-thread-1-processing-n:127.0.0.1:49775_) [n:127.0.0.1:49775_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 700733 INFO
(zkCallback-864-thread-1-processing-n:127.0.0.1:50664_) [n:127.0.0.1:50664_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 700901 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:50664_
] 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_549881C1BFE39111-001/shard-2-001/cores
[junit4] 2> 700901 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:50664_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 700904 INFO
(OverseerStateUpdate-97267081039511556-127.0.0.1:48477_-n_0000000000)
[n:127.0.0.1:48477_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 701925 WARN
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 701925 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 701947 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 702439 WARN
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ 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> 702441 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 702459 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 702459 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ 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_549881C1BFE39111-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_549881C1BFE39111-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 702459 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@799d98e6
[junit4] 2> 702462 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4629450671598083]
[junit4] 2> 702485 WARN
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ 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> 702503 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 702503 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 702504 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 702504 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 702506 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 702507 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@a2017[collection1] main]
[junit4] 2> 702509 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 702510 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 702510 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 702511 INFO
(searcherExecutor-2569-thread-1-processing-n:127.0.0.1:50664_ x:collection1
c:collection1) [n:127.0.0.1:50664_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@a2017[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 702512 INFO
(coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:50664_)
[n:127.0.0.1:50664_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556273303318953984
[junit4] 2> 702518 INFO
(coreZkRegister-2563-thread-1-processing-n:127.0.0.1:50664_ x:collection1
c:collection1) [n:127.0.0.1:50664_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 702519 INFO
(updateExecutor-861-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 702520 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 702520 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 702521 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 702521 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ 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> 702521 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ 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:49775/collection1/]
and I am [http://127.0.0.1:50664/collection1/]
[junit4] 2> 702530 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:49775]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:50664_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 702536 INFO (qtp1944508512-6761) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 702537 INFO (qtp1944508512-6761) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 702537 INFO (qtp1944508512-6761) [n:127.0.0.1:49775_ ]
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:50664_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:50664","node_name":"127.0.0.1:50664_","state":"recovering"}
[junit4] 2> 702537 INFO (qtp1944508512-6761) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 702537 INFO (qtp1944508512-6761) [n:127.0.0.1:49775_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:50664_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 702761 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-3-001/cores/collection1
[junit4] 2> 702762 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-3-001
[junit4] 2> 702763 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 702765 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32115d84{/,null,AVAILABLE}
[junit4] 2> 702766 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4844f9f3{HTTP/1.1,[http/1.1]}{127.0.0.1:57305}
[junit4] 2> 702766 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.e.j.s.Server Started @705811ms
[junit4] 2> 702766 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57305,
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_549881C1BFE39111-001/shard-3-001/cores}
[junit4] 2> 702767 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 702767 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 702768 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 702768 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 702768 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-01-11T23:37:58.940Z
[junit4] 2> 702774 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 702775 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
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_549881C1BFE39111-001/shard-3-001/solr.xml
[junit4] 2> 702799 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35392/solr
[junit4] 2> 702821 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:57305_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 702829 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:57305_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57305_
[junit4] 2> 702834 INFO
(zkCallback-858-thread-1-processing-n:127.0.0.1:49775_) [n:127.0.0.1:49775_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 702834 INFO
(zkCallback-849-thread-2-processing-n:127.0.0.1:48477_) [n:127.0.0.1:48477_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 702834 INFO
(zkCallback-864-thread-1-processing-n:127.0.0.1:50664_) [n:127.0.0.1:50664_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 702836 INFO (zkCallback-853-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 702867 INFO
(zkCallback-871-thread-1-processing-n:127.0.0.1:57305_) [n:127.0.0.1:57305_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 702941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:57305_
] 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_549881C1BFE39111-001/shard-3-001/cores
[junit4] 2> 702941 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [n:127.0.0.1:57305_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 702944 INFO
(OverseerStateUpdate-97267081039511556-127.0.0.1:48477_-n_0000000000)
[n:127.0.0.1:48477_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 703969 WARN
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 703969 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 703991 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 704212 WARN
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ 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> 704216 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 704233 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 704236 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ 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_549881C1BFE39111-001/shard-3-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_549881C1BFE39111-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 704236 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@799d98e6
[junit4] 2> 704238 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4629450671598083]
[junit4] 2> 704245 WARN
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ 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> 704263 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 704263 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 704264 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 704264 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 704264 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 704265 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@283a8719[collection1] main]
[junit4] 2> 704267 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 704268 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 704268 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 704269 INFO
(coreLoadExecutor-2579-thread-1-processing-n:127.0.0.1:57305_)
[n:127.0.0.1:57305_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1556273305161302016
[junit4] 2> 704273 INFO
(searcherExecutor-2580-thread-1-processing-n:127.0.0.1:57305_ x:collection1
c:collection1) [n:127.0.0.1:57305_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@283a8719[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 704282 INFO
(coreZkRegister-2574-thread-1-processing-n:127.0.0.1:57305_ x:collection1
c:collection1) [n:127.0.0.1:57305_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 704283 INFO
(updateExecutor-868-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 704284 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 704284 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 704284 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 704285 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ 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> 704285 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ 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:49775/collection1/]
and I am [http://127.0.0.1:57305/collection1/]
[junit4] 2> 704293 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:49775]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57305_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 704295 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 704297 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 704297 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
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:57305_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57305","node_name":"127.0.0.1:57305_","state":"down"}
[junit4] 2> 704459 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 704459 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30
for each attempt
[junit4] 2> 704459 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 705298 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
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:57305_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57305","node_name":"127.0.0.1:57305_","state":"recovering"}
[junit4] 2> 705298 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 705298 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:57305_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1003
[junit4] 2> 709539 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:49775/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 709539 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:50664 START replicas=[http://127.0.0.1:49775/collection1/]
nUpdates=1000
[junit4] 2> 709543 INFO (qtp1944508512-6762) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 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> 709543 INFO (qtp1944508512-6762) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 709544 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ 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> 709544 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ 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> 709544 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ 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> 709544 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 709582 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 709582 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery
was successful.
[junit4] 2> 709582 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered
during PeerSync.
[junit4] 2> 709582 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 709582 INFO
(recoveryExecutor-862-thread-1-processing-n:127.0.0.1:50664_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:50664_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active
after recovery.
[junit4] 2> 712299 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:49775/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 712299 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:57305 START replicas=[http://127.0.0.1:49775/collection1/]
nUpdates=1000
[junit4] 2> 712301 INFO (qtp1944508512-6764) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 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> 712309 INFO (qtp1944508512-6764) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=8
[junit4] 2> 712311 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 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> 712311 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to
do a PeerSync
[junit4] 2> 712311 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 712311 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 712312 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 712312 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery
was successful.
[junit4] 2> 712312 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered
during PeerSync.
[junit4] 2> 712312 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 712312 INFO
(recoveryExecutor-869-thread-1-processing-n:127.0.0.1:57305_ x:collection1
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:57305_ c:collection1 s:shard1
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active
after recovery.
[junit4] 2> 712501 INFO
(TEST-PeerSyncReplicationTest.test-seed#[549881C1BFE39111]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 712505 INFO (qtp583719182-6724) [n:127.0.0.1:48477_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 712505 INFO (qtp583719182-6724) [n:127.0.0.1:48477_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 712506 INFO (qtp583719182-6724) [n:127.0.0.1:48477_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 712506 INFO (qtp583719182-6724) [n:127.0.0.1:48477_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 1
[junit4] 2> 712511 INFO (qtp1944508512-6760) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 712511 INFO (qtp1944508512-6760) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 712512 INFO (qtp1039394538-6788) [n:127.0.0.1:50664_
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> 712512 INFO (qtp1039394538-6788) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 712512 INFO (qtp1039394538-6788) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 712512 INFO (qtp1039394538-6788) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:49775/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 712514 INFO (qtp1944508512-6760) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 712514 INFO (qtp1944508512-6760) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:49775/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 3
[junit4] 2> 712515 INFO (qtp823077105-6827) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 712515 INFO (qtp823077105-6827) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 712515 INFO (qtp823077105-6827) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 712515 INFO (qtp823077105-6827) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:49775/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 712516 INFO (qtp1944508512-6759) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 8
[junit4] 2> 712518 INFO (qtp1944508512-6766) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 712522 INFO (qtp1039394538-6787) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 712526 INFO (qtp823077105-6829) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 714534 INFO (qtp583719182-6726) [n:127.0.0.1:48477_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1556273315918643200)} 0 6
[junit4] 2> 714547 INFO (qtp1039394538-6794) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&_version_=-1556273315925983232&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1556273315925983232)} 0 5
[junit4] 2> 714547 INFO (qtp823077105-6830) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&_version_=-1556273315925983232&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1556273315925983232)} 0 5
[junit4] 2> 714548 INFO (qtp1944508512-6762) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{deleteByQuery=*:* (-1556273315925983232)} 0 12
[junit4] 2> 714555 INFO (qtp823077105-6831) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[0
(1556273315941711872)]} 0 1
[junit4] 2> 714559 INFO (qtp1039394538-6792) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[0
(1556273315941711872)]} 0 1
[junit4] 2> 714560 INFO (qtp1944508512-6764) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[0 (1556273315941711872)]} 0 10
[junit4] 2> 714567 INFO (qtp823077105-6831) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[1
(1556273315955343360)]} 0 0
[junit4] 2> 714567 INFO (qtp1039394538-6797) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[1
(1556273315955343360)]} 0 1
[junit4] 2> 714568 INFO (qtp1944508512-6763) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[1 (1556273315955343360)]} 0 5
[junit4] 2> 714571 INFO (qtp1039394538-6796) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[2
(1556273315961634816)]} 0 1
[junit4] 2> 714571 INFO (qtp823077105-6825) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[2
(1556273315961634816)]} 0 1
[junit4] 2> 714572 INFO (qtp1944508512-6760) [n:127.0.0.1:49775_
c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[2 (1556273315961634816)]} 0 3
[junit4] 2> 714574 INFO (qtp823077105-6825) [n:127.0.0.1:57305_
c:collection1 s:shard1 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[3
(1556273315964780544)]} 0 0
[junit4] 2> 714575 INFO (qtp1039394538-6796) [n:127.0.0.1:50664_
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:49775/collection1/&wt=javabin&version=2}{add=[3
(
[...truncated too long message...]
T-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4
(1556274790520586243)]} 0 2
[junit4] 2> 2120880 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5
(1556274790521634816)]} 0 2
[junit4] 2> 2120880 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6
(1556274790521634817)]} 0 2
[junit4] 2> 2120881 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7
(1556274790522683392)]} 0 3
[junit4] 2> 2120881 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8
(1556274790522683393)]} 0 3
[junit4] 2> 2120881 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9
(1556274790522683394)]} 0 3
[junit4] 2> 2120881 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10
(1556274790522683395)]} 0 3
[junit4] 2> 2120882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11
(1556274790523731968)]} 0 3
[junit4] 2> 2120882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12
(1556274790523731969)]} 0 4
[junit4] 2> 2120882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13
(1556274790523731970)]} 0 4
[junit4] 2> 2120882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 2120883 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14
(1556274790523731971)]} 0 4
[junit4] 2> 2120884 INFO (commitScheduler-6523-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 2120895 INFO (commitScheduler-6523-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6b0558ea[collection1] main]
[junit4] 2> 2120895 INFO (commitScheduler-6523-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 2120897 INFO
(searcherExecutor-6520-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6b0558ea[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C15)))}
[junit4] 2> 2121134 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15
(1556274790787973120)]} 0 256
[junit4] 2> 2121135 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 2121136 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 2121136 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[549881C1BFE39111]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 2121137 INFO
(SUITE-AutoCommitTest-seed#[549881C1BFE39111]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2121137 INFO
(SUITE-AutoCommitTest-seed#[549881C1BFE39111]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1997165922
[junit4] 2> 2121138 INFO
(coreCloseExecutor-6524-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@16bf0533
[junit4] 2> 2121138 INFO
(coreCloseExecutor-6524-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 2121138 INFO
(coreCloseExecutor-6524-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@26f48aff
[junit4] 2> 2121206 INFO
(coreCloseExecutor-6524-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 2121206 INFO
(SUITE-AutoCommitTest-seed#[549881C1BFE39111]-worker) [ x:collection1]
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.update.AutoCommitTest_549881C1BFE39111-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=ja,
timezone=Asia/Srednekolymsk
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112
(64-bit)/cpus=3,threads=1,free=223680432,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[DistribDocExpirationUpdateProcessorTest, ZkControllerTest,
FastVectorHighlighterTest, DateFieldTest, DOMUtilTest, SolrXmlInZkTest,
TestLeaderElectionWithEmptyReplica, TlogReplayBufferedWhileIndexingTest,
TestSolrCloudWithKerberosAlt, SoftAutoCommitTest, HLLSerializationTest,
TestNamedUpdateProcessors, CdcrUpdateLogTest, TestSizeLimitedDistributedMap,
ResponseHeaderTest, BlockJoinFacetDistribTest, ReplicaListTransformerTest,
TestCustomDocTransformer, TestMissingGroups, HdfsNNFailoverTest,
OutputWriterTest, TestLazyCores, TestCSVResponseWriter, TestFastOutputStream,
MBeansHandlerTest, TestMergePolicyConfig, SpatialFilterTest,
DocValuesMissingTest, LeaderInitiatedRecoveryOnCommitTest,
BasicDistributedZkTest, SmileWriterTest, MergeStrategyTest, TestGroupingSearch,
TestExactSharedStatsCache, AddBlockUpdateTest, TestBackupRepositoryFactory,
SuggestComponentTest, MigrateRouteKeyTest, TestBulkSchemaAPI,
TestStressReorder, QueryElevationComponentTest, TestJmxIntegration,
BaseCdcrDistributedZkTest, DeleteStatusTest, RecoveryZkTest,
HighlighterMaxOffsetTest, TestHashQParserPlugin, RequiredFieldsTest,
DocExpirationUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
DistributedFacetPivotLongTailTest, SolrMetricsIntegrationTest,
TestSortByMinMaxFunction, OverseerTest, TestHashPartitioner, MultiTermTest,
TestSolrCloudWithHadoopAuthPlugin, DocumentAnalysisRequestHandlerTest,
TestSerializedLuceneMatchVersion, TestCryptoKeys,
TestComplexPhraseLeadingWildcard, AddSchemaFieldsUpdateProcessorFactoryTest,
ChangedSchemaMergeTest, HttpPartitionTest, TestDelegationWithHadoopAuth,
HardAutoCommitTest, TestXmlQParser, SparseHLLTest, TestQuerySenderNoQuery,
BlockJoinFacetSimpleTest, TestFieldCacheVsDocValues,
OpenExchangeRatesOrgProviderTest, TestHdfsBackupRestoreCore, HdfsDirectoryTest,
DistributedDebugComponentTest, UUIDUpdateProcessorFallbackTest,
TestReqParamsAPI, TestManagedSchema, TestSweetSpotSimilarityFactory,
DistributedQueryComponentCustomSortTest, CopyFieldTest,
TestSubQueryTransformer, TestCustomSort, ActionThrottleTest,
TestDefaultStatsCache, MetricsHandlerTest, TestWordDelimiterFilterFactory,
CachingDirectoryFactoryTest, TestObjectReleaseTracker, SynonymTokenizerTest,
TestRemoteStreaming, SpatialHeatmapFacetsTest, SegmentsInfoRequestHandlerTest,
TestLockTree, TestCloudManagedSchema, CustomCollectionTest,
TestSolrQueryParserResource, ZkStateWriterTest, TestSolrQueryResponse,
SimpleFacetsTest, TestManagedSchemaThreadSafety,
TestTrackingShardHandlerFactory, TestJavabinTupleStreamParser,
ChaosMonkeyNothingIsSafeTest, TestCloudSchemaless, CheckHdfsIndexTest,
TestFaceting, DocValuesTest, TestRawResponseWriter,
TestFieldTypeCollectionResource, TestMinMaxOnMultiValuedField,
TestImplicitCoreProperties, BlockDirectoryTest,
TestPerFieldSimilarityWithDefaultOverride, TestLegacyNumericRangeQueryBuilder,
TestTolerantUpdateProcessorCloud, OverseerTaskQueueTest, SOLR749Test,
TestHighFrequencyDictionaryFactory, PeerSyncTest, RuleEngineTest,
ClusterStateUpdateTest, TestFunctionQuery, SolrMetricManagerTest,
HdfsSyncSliceTest, TestExpandComponent, TestExtendedDismaxParser,
TestBM25SimilarityFactory, TimeZoneUtilsTest, SimplePostToolTest,
DisMaxRequestHandlerTest, TestDocTermOrds, SolrCLIZkUtilsTest,
StatelessScriptUpdateProcessorFactoryTest, TestFieldCacheSort,
NumericFieldsTest, TestCursorMarkWithoutUniqueKey, BadCopyFieldTest,
ParsingFieldUpdateProcessorsTest, BasicAuthStandaloneTest,
UniqFieldsUpdateProcessorFactoryTest, SampleTest, DirectUpdateHandlerTest,
SolrGraphiteReporterTest, PolyFieldTest, SystemInfoHandlerTest,
TestClusterStateMutator, OverseerRolesTest, DirectSolrSpellCheckerTest,
ZkNodePropsTest, PeerSyncWithIndexFingerprintCachingTest, TestStressLucene,
TestSolrJ, TestCustomStream, CdcrReplicationDistributedZkTest,
XsltUpdateRequestHandlerTest, TestBinaryField, TestFastLRUCache,
TestDistribDocBasedVersion, TestStressCloudBlindAtomicUpdates, ShardSplitTest,
HighlighterTest, TestCopyFieldCollectionResource, UnloadDistributedZkTest,
ShardRoutingTest, BasicZkTest, TestRandomFaceting, LeaderElectionTest,
TestRandomDVFaceting, ZkCLITest, AutoCommitTest]
[junit4] Completed [350/678 (2!)] on J0 in 9.08s, 3 tests, 1 error <<<
FAILURES!
[...truncated 63489 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]