Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1936/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.CdcrVersionReplicationTest.testCdcrDocVersions
Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:40627/solr within 10000 ms
Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException:
Could not connect to ZooKeeper 127.0.0.1:40627/solr within 10000 ms
at
__randomizedtesting.SeedInfo.seed([D1BB79DE3251762C:292D727CC0379930]:0)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:567)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:494)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:596)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:346)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper 127.0.0.1:40627/solr within 10000 ms
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
... 48 more
Build Log:
[...truncated 11679 lines...]
[junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/init-core-data-001
[junit4] 2> 853837 INFO
(SUITE-CdcrVersionReplicationTest-seed#[D1BB79DE3251762C]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 853839 INFO
(SUITE-CdcrVersionReplicationTest-seed#[D1BB79DE3251762C]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /f/o
[junit4] 2> 853841 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 853841 INFO (Thread-1892) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 853841 INFO (Thread-1892) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 853941 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkTestServer start zk server on port:40627
[junit4] 2> 853955 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 853957 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 853959 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 853961 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 853962 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 853964 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 853966 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 853967 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 853969 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 853971 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 853972 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 853980 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
[junit4] 2> 854068 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/cores/collection1
[junit4] 2> 854071 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 854072 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@12c6f62{/f/o,null,AVAILABLE}
[junit4] 2> 854083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.ServerConnector Started ServerConnector@296f13{SSL,[ssl,
http/1.1]}{127.0.0.1:34404}
[junit4] 2> 854083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server Started @855518ms
[junit4] 2> 854083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/f/o, hostPort=34404,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/cores}
[junit4] 2> 854083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.3.0
[junit4] 2> 854083 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 854084 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 854084 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-13T02:26:44.411Z
[junit4] 2> 854088 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 854088 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/solr.xml
[junit4] 2> 854100 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 854102 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40627/solr
[junit4] 2> 854123 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34404_f%2Fo
[junit4] 2> 854124 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.Overseer Overseer
(id=96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000) starting
[junit4] 2> 854130 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34404_f%2Fo
[junit4] 2> 854132 INFO
(zkCallback-1209-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 854187 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/cores
[junit4] 2> 854187 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 854189 INFO
(OverseerStateUpdate-96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 855191 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection x:collection1] o.a.s.c.ZkController
Only one config set found in zk - using it:conf1
[junit4] 2> 855207 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 855229 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 855319 WARN
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_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> 855321 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 855347 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection tmp_collection
[junit4] 2> 855347 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-001/cores/collection1/data/]
[junit4] 2> 855348 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11c0960
[junit4] 2> 855350 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2101543815876281]
[junit4] 2> 855406 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 855406 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 855407 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 855407 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 855408 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=84.630859375,
floorSegmentMB=1.3232421875, forceMergeDeletesPctAllowed=0.9033755224743001,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6441983161024518
[junit4] 2> 855408 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1564af0[collection1] main]
[junit4] 2> 855410 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 855410 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 855410 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 855415 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.h.CdcrBufferStateManager Created znode
/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 855420 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.h.CdcrProcessStateManager Created znode
/collections/tmp_collection/cdcr/state/process
[junit4] 2> 855436 INFO
(searcherExecutor-3917-thread-1-processing-n:127.0.0.1:34404_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@1564af0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 855436 INFO
(coreLoadExecutor-3916-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1548039598388543488
[junit4] 2> 855442 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 855442 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 855442 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync
replicas to https://127.0.0.1:34404/f/o/collection1/
[junit4] 2> 855442 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 855443 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
https://127.0.0.1:34404/f/o/collection1/ has no replicas
[junit4] 2> 855446 INFO
(zkCallback-1209-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.h.CdcrLeaderStateManager Received new
leader state @ tmp_collection:shard2
[junit4] 2> 855447 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:34404/f/o/collection1/ shard2
[junit4] 2> 855598 INFO
(coreZkRegister-3909-thread-1-processing-n:127.0.0.1:34404_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node1) [n:127.0.0.1:34404_f%2Fo
c:tmp_collection s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 855764 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/cores/collection1
[junit4] 2> 855767 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 855768 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42764c{/f/o,null,AVAILABLE}
[junit4] 2> 855772 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.ServerConnector Started ServerConnector@e06517{SSL,[ssl,
http/1.1]}{127.0.0.1:45783}
[junit4] 2> 855772 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server Started @857207ms
[junit4] 2> 855772 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/f/o, hostPort=45783,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/cores}
[junit4] 2> 855773 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.3.0
[junit4] 2> 855773 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 855773 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 855773 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-13T02:26:46.100Z
[junit4] 2> 855776 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 855776 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/solr.xml
[junit4] 2> 855784 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 855784 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40627/solr
[junit4] 2> 855793 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 855796 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45783_f%2Fo
[junit4] 2> 855798 INFO
(zkCallback-1215-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 855798 INFO
(zkCallback-1209-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 855821 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/cores
[junit4] 2> 855821 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 855823 INFO
(OverseerStateUpdate-96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 856834 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 856850 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 856931 WARN
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_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> 856933 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 856955 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection tmp_collection
[junit4] 2> 856956 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-002/cores/collection1/data/]
[junit4] 2> 856956 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11c0960
[junit4] 2> 856957 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2101543815876281]
[junit4] 2> 856982 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 856982 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 856983 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 856983 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 856984 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=84.630859375,
floorSegmentMB=1.3232421875, forceMergeDeletesPctAllowed=0.9033755224743001,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6441983161024518
[junit4] 2> 856984 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@bcc179[collection1] main]
[junit4] 2> 856985 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 856986 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 856986 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 856988 INFO
(searcherExecutor-3929-thread-1-processing-n:127.0.0.1:45783_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@bcc179[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 856988 INFO
(coreLoadExecutor-3928-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1548039600015933440
[junit4] 2> 856995 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 856995 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 856995 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync
replicas to https://127.0.0.1:45783/f/o/collection1/
[junit4] 2> 856995 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync
Success - now sync replicas to me
[junit4] 2> 856995 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy
https://127.0.0.1:45783/f/o/collection1/ has no replicas
[junit4] 2> 856997 INFO
(zkCallback-1215-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo ] o.a.s.h.CdcrLeaderStateManager Received new
leader state @ tmp_collection:shard1
[junit4] 2> 856999 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45783/f/o/collection1/ shard1
[junit4] 2> 857149 INFO
(coreZkRegister-3923-thread-1-processing-n:127.0.0.1:45783_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node2) [n:127.0.0.1:45783_f%2Fo
c:tmp_collection s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am
the leader, no recovery necessary
[junit4] 2> 857436 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/cores/collection1
[junit4] 2> 857438 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 857440 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@770ead{/f/o,null,AVAILABLE}
[junit4] 2> 857443 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.ServerConnector Started ServerConnector@1998878{SSL,[ssl,
http/1.1]}{127.0.0.1:46478}
[junit4] 2> 857444 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server Started @858878ms
[junit4] 2> 857444 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3,
hostContext=/f/o, hostPort=46478,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/cores}
[junit4] 2> 857444 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.3.0
[junit4] 2> 857444 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 857444 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 857445 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-13T02:26:47.771Z
[junit4] 2> 857458 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 857459 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/solr.xml
[junit4] 2> 857470 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 857474 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40627/solr
[junit4] 2> 857486 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 857491 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46478_f%2Fo
[junit4] 2> 857493 INFO
(zkCallback-1215-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 857493 INFO
(zkCallback-1209-thread-3-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 857494 INFO
(zkCallback-1221-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 857540 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/cores
[junit4] 2> 857541 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 857543 INFO
(OverseerStateUpdate-96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 858559 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 858571 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 858665 WARN
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_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> 858667 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 858687 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection tmp_collection
[junit4] 2> 858687 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-003/cores/collection1/data/]
[junit4] 2> 858687 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11c0960
[junit4] 2> 858689 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2101543815876281]
[junit4] 2> 858714 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 858715 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 858715 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 858715 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 858716 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=84.630859375,
floorSegmentMB=1.3232421875, forceMergeDeletesPctAllowed=0.9033755224743001,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6441983161024518
[junit4] 2> 858717 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@63b152[collection1] main]
[junit4] 2> 858718 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 858718 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 858719 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 858720 INFO
(searcherExecutor-3941-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@63b152[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 858721 INFO
(coreLoadExecutor-3940-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1548039601833115648
[junit4] 2> 858725 INFO
(coreZkRegister-3935-thread-1-processing-n:127.0.0.1:46478_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core
needs to recover:collection1
[junit4] 2> 858725 INFO
(updateExecutor-1218-thread-1-processing-n:127.0.0.1:46478_f%2Fo x:collection1
s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 858725 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 858726 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 858726 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 858726 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog
Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 858726 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[https://127.0.0.1:34404/f/o/collection1/] and I am
[https://127.0.0.1:46478/f/o/collection1/]
[junit4] 2> 858728 INFO
(recoveryExecutor-1219-thread-1-processing-n:127.0.0.1:46478_f%2Fo
x:collection1 s:shard2 c:tmp_collection r:core_node3) [n:127.0.0.1:46478_f%2Fo
c:tmp_collection s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [https://127.0.0.1:34404/f/o]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46478_f%252Fo&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 858831 INFO (qtp28811348-6879) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 858831 INFO (qtp28811348-6879) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of tmp_collection) have state: recovering
[junit4] 2> 858831 INFO (qtp28811348-6879) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=tmp_collection, shard=shard2, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:46478_f%2Fo,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:46478/f/o","node_name":"127.0.0.1:46478_f%2Fo","state":"recovering"}
[junit4] 2> 858831 INFO (qtp28811348-6879) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 858832 INFO (qtp28811348-6879) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:46478_f%252Fo&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 859167 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/cores/collection1
[junit4] 2> 859170 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 859171 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e616cf{/f/o,null,AVAILABLE}
[junit4] 2> 859175 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.ServerConnector Started ServerConnector@103532c{SSL,[ssl,
http/1.1]}{127.0.0.1:35657}
[junit4] 2> 859175 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.Server Started @860610ms
[junit4] 2> 859176 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4,
hostContext=/f/o, hostPort=35657,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/cores}
[junit4] 2> 859176 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 6.3.0
[junit4] 2> 859176 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 859176 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 859176 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-13T02:26:49.503Z
[junit4] 2> 859180 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 859180 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/solr.xml
[junit4] 2> 859191 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 859191 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40627/solr
[junit4] 2> 859201 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:35657_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 859204 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:35657_f%2Fo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35657_f%2Fo
[junit4] 2> 859206 INFO
(zkCallback-1228-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 859206 INFO
(zkCallback-1221-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 859206 INFO
(zkCallback-1215-thread-1-processing-n:127.0.0.1:45783_f%2Fo)
[n:127.0.0.1:45783_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 859206 INFO
(zkCallback-1209-thread-2-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 859228 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:35657_f%2Fo ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/cores
[junit4] 2> 859228 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C])
[n:127.0.0.1:35657_f%2Fo ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 859230 INFO
(OverseerStateUpdate-96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 860245 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 860267 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 860365 WARN
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_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> 860367 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 860387 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection tmp_collection
[junit4] 2> 860388 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001/jetty-004/cores/collection1/data/]
[junit4] 2> 860388 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11c0960
[junit4] 2> 860389 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2101543815876281]
[junit4] 2> 860413 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 860413 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 860414 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 860414 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 860414 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=84.630859375,
floorSegmentMB=1.3232421875, forceMergeDeletesPctAllowed=0.9033755224743001,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6441983161024518
[junit4] 2> 860415 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1365cfc[collection1] main]
[junit4] 2> 860416 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 860416 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 860416 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 860418 INFO
(searcherExecutor-3952-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@1365cfc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 860419 INFO
(coreLoadExecutor-3951-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1548039603613597696
[junit4] 2> 860423 INFO
(coreZkRegister-3946-thread-1-processing-n:127.0.0.1:35657_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core
needs to recover:collection1
[junit4] 2> 860423 INFO
(updateExecutor-1225-thread-1-processing-n:127.0.0.1:35657_f%2Fo x:collection1
s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 860423 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 860424 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 860424 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 860424 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog
Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 860424 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[https://127.0.0.1:45783/f/o/collection1/] and I am
[https://127.0.0.1:35657/f/o/collection1/]
[junit4] 2> 860426 INFO
(recoveryExecutor-1226-thread-1-processing-n:127.0.0.1:35657_f%2Fo
x:collection1 s:shard1 c:tmp_collection r:core_node4) [n:127.0.0.1:35657_f%2Fo
c:tmp_collection s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [https://127.0.0.1:45783/f/o]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35657_f%252Fo&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 860547 INFO (qtp11401844-6912) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 860547 INFO (qtp11401844-6912) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of tmp_collection) have state: recovering
[junit4] 2> 860548 INFO (qtp11401844-6912) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=tmp_collection, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:35657_f%2Fo,
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"https://127.0.0.1:35657/f/o","node_name":"127.0.0.1:35657_f%2Fo","state":"recovering"}
[junit4] 2> 860548 INFO (qtp11401844-6912) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 860548 INFO (qtp11401844-6912) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:35657_f%252Fo&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1
[junit4] 1> / (2)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /zookeeper (1)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr (9)
[junit4] 1> /solr/configs (1)
[junit4] 1> /solr/configs/conf1 (11)
[junit4] 1> /solr/configs/conf1/currency.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/enumsConfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/protwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/old_synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/solrconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/stopwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/schema.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1>
/solr/configs/conf1/solrconfig.snippet.randomindexconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/open-exchange-rates.json (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "disclaimer": "This data is not real, it was
synthetically created to match currency.xml. It is modeled after the data
format available from openexchangerates.org. See
https://openexchangerates.org/documentation for details
[junit4] 1>
[junit4] 1>
[junit4] 1> IMPORTANT NOTE: In order for tests to work, this
data must be kept in sync with ./currency.xml",
[junit4] 1>
[junit4] 1>
[junit4] 1> "license":
"http://www.apache.org/licenses/LICENSE-2.0",
[junit4] 1> "timestamp": 1332070464,
[junit4] 1> "base": "USD",
[junit4] 1> "rates": {
[junit4] 1> "USD": 1,
[junit4] 1> "JPY": 81.29,
[junit4] 1> "EUR": 2.5,
[junit4] 1> "GBP": 0.5,
[junit4] 1> "MXN": 2.0
[junit4] 1> }
[junit4] 1> }
[junit4] 1>
[junit4] 1> /solr/overseer (6)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr/overseer/collection-queue-work (0)
[junit4] 1> /solr/overseer/queue-work (0)
[junit4] 1> /solr/overseer/collection-map-failure (0)
[junit4] 1> /solr/overseer/collection-map-completed (0)
[junit4] 1> /solr/overseer/queue (0)
[junit4] 1> /solr/overseer/collection-map-running (0)
[junit4] 1> /solr/aliases.json (0)
[junit4] 1> /solr/collections (3)
[junit4] 1> /solr/collections/collection1 (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/collection1/shards (0)
[junit4] 1> /solr/collections/tmp_collection (3)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/tmp_collection/leaders (2)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard2 (1)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard2/leader
(0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "core_node_name":"core_node1",
[junit4] 1> "base_url":"https://127.0.0.1:34404/f/o",
[junit4] 1> "node_name":"127.0.0.1:34404_f%2Fo"}
[junit4] 1> /solr/collections/tmp_collection/leaders/shard1 (1)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard1/leader
(0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "core_node_name":"core_node2",
[junit4] 1> "base_url":"https://127.0.0.1:45783/f/o",
[junit4] 1> "node_name":"127.0.0.1:45783_f%2Fo"}
[junit4] 1> /solr/collections/tmp_collection/cdcr (1)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state (2)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/process (0)
[junit4] 1> DATA:
[junit4] 1> stopped
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/buffer (0)
[junit4] 1> DATA:
[junit4] 1> enabled
[junit4] 1> /solr/collections/tmp_collection/leader_elect (2)
[junit4] 1> /solr/collections/tmp_collection/leader_elect/shard2 (1)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election (2)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election/96752474794819589-core_node1-n_0000000000
(0)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election/96752474794819595-core_node3-n_0000000001
(0)
[junit4] 1> /solr/collections/tmp_collection/leader_elect/shard1 (1)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election (2)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/96752474794819592-core_node2-n_0000000000
(0)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/96752474794819598-core_node4-n_0000000001
(0)
[junit4] 1> /solr/collections/control_collection (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/control_collection/shards (0)
[junit4] 1> /solr/live_nodes (4)
[junit4] 1> /solr/live_nodes/127.0.0.1:34404_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:45783_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:46478_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:35657_f%2Fo (0)
[junit4] 1> /solr/overseer_elect (2)
[junit4] 1> /solr/overseer_elect/leader (0)
[junit4] 1> DATA:
[junit4] 1>
{"id":"96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000"}
[junit4] 1> /solr/overseer_elect/election (4)
[junit4] 1>
/solr/overseer_elect/election/96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819592-127.0.0.1:45783_f%2Fo-n_0000000001
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819598-127.0.0.1:35657_f%2Fo-n_0000000003
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819595-127.0.0.1:46478_f%2Fo-n_0000000002
(0)
[junit4] 1> /solr/security.json (0)
[junit4] 1> DATA:
[junit4] 1> {}
[junit4] 1> /solr/clusterstate.json (0)
[junit4] 1> DATA:
[junit4] 1> {"tmp_collection":{
[junit4] 1> "replicationFactor":"1",
[junit4] 1> "router":{"name":"compositeId"},
[junit4] 1> "maxShardsPerNode":"1",
[junit4] 1> "autoAddReplicas":"false",
[junit4] 1> "autoCreated":"true",
[junit4] 1> "shards":{
[junit4] 1> "shard1":{
[junit4] 1> "range":"80000000-ffffffff",
[junit4] 1> "state":"active",
[junit4] 1> "replicas":{
[junit4] 1> "core_node2":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:45783/f/o",
[junit4] 1> "node_name":"127.0.0.1:45783_f%2Fo",
[junit4] 1> "state":"active",
[junit4] 1> "leader":"true"},
[junit4] 1> "core_node4":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:35657/f/o",
[junit4] 1> "node_name":"127.0.0.1:35657_f%2Fo",
[junit4] 1> "state":"recovering"}}},
[junit4] 1> "shard2":{
[junit4] 1> "range":"0-7fffffff",
[junit4] 1> "state":"active",
[junit4] 1> "replicas":{
[junit4] 1> "core_node1":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:34404/f/o",
[junit4] 1> "node_name":"127.0.0.1:34404_f%2Fo",
[junit4] 1> "state":"active",
[junit4] 1> "leader":"true"},
[junit4] 1> "core_node3":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:46478/f/o",
[junit4] 1> "node_name":"127.0.0.1:46478_f%2Fo",
[junit4] 1> "state":"recovering"}}}}}}
[junit4] 1> /solr/clusterprops.json (0)
[junit4] 1> DATA:
[junit4] 1> {"urlScheme":"https"}
[junit4] 1>
[junit4] 1> / (2)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /zookeeper (1)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr (9)
[junit4] 1> /solr/configs (1)
[junit4] 1> /solr/configs/conf1 (11)
[junit4] 1> /solr/configs/conf1/currency.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/enumsConfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/protwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/old_synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/solrconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/stopwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/schema.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1>
/solr/configs/conf1/solrconfig.snippet.randomindexconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/open-exchange-rates.json (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "disclaimer": "This data is not real, it was
synthetically created to match currency.xml. It is modeled after the data
format available from openexchangerates.org. See
https://openexchangerates.org/documentation for details
[junit4] 1>
[junit4] 1>
[junit4] 1> IMPORTANT NOTE: In order for tests to work, this
data must be kept in sync with ./currency.xml",
[junit4] 1>
[junit4] 1>
[junit4] 1> "license":
"http://www.apache.org/licenses/LICENSE-2.0",
[junit4] 1> "timestamp": 1332070464,
[junit4] 1> "base": "USD",
[junit4] 1> "rates": {
[junit4] 1> "USD": 1,
[junit4] 1> "JPY": 81.29,
[junit4] 1> "EUR": 2.5,
[junit4] 1> "GBP": 0.5,
[junit4] 1> "MXN": 2.0
[junit4] 1> }
[junit4] 1> }
[junit4] 1>
[junit4] 1> /solr/overseer (6)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr/overseer/collection-queue-work (0)
[junit4] 1> /solr/overseer/queue-work (0)
[junit4] 1> /solr/overseer/collection-map-failure (0)
[junit4] 1> /solr/overseer/collection-map-completed (0)
[junit4] 1> /solr/overseer/queue (0)
[junit4] 1> /solr/overseer/collection-map-running (0)
[junit4] 1> /solr/aliases.json (0)
[junit4] 1> /solr/collections (3)
[junit4] 1> /solr/collections/collection1 (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/collection1/shards (0)
[junit4] 1> /solr/collections/tmp_collection (3)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/tmp_collection/leaders (2)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard2 (1)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard2/leader
(0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "core_node_name":"core_node1",
[junit4] 1> "base_url":"https://127.0.0.1:34404/f/o",
[junit4] 1> "node_name":"127.0.0.1:34404_f%2Fo"}
[junit4] 1> /solr/collections/tmp_collection/leaders/shard1 (1)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard1/leader
(0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "core_node_name":"core_node2",
[junit4] 1> "base_url":"https://127.0.0.1:45783/f/o",
[junit4] 1> "node_name":"127.0.0.1:45783_f%2Fo"}
[junit4] 1> /solr/collections/tmp_collection/cdcr (1)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state (2)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/process (0)
[junit4] 1> DATA:
[junit4] 1> stopped
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/buffer (0)
[junit4] 1> DATA:
[junit4] 1> enabled
[junit4] 1> /solr/collections/tmp_collection/leader_elect (2)
[junit4] 1> /solr/collections/tmp_collection/leader_elect/shard2 (1)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election (2)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election/96752474794819589-core_node1-n_0000000000
(0)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard2/election/96752474794819595-core_node3-n_0000000001
(0)
[junit4] 1> /solr/collections/tmp_collection/leader_elect/shard1 (1)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election (2)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/96752474794819592-core_node2-n_0000000000
(0)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/96752474794819598-core_node4-n_0000000001
(0)
[junit4] 1> /solr/collections/control_collection (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/control_collection/shards (0)
[junit4] 1> /solr/live_nodes (4)
[junit4] 1> /solr/live_nodes/127.0.0.1:34404_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:45783_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:46478_f%2Fo (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:35657_f%2Fo (0)
[junit4] 1> /solr/overseer_elect (2)
[junit4] 1> /solr/overseer_elect/leader (0)
[junit4] 1> DATA:
[junit4] 1>
{"id":"96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000"}
[junit4] 1> /solr/overseer_elect/election (4)
[junit4] 1>
/solr/overseer_elect/election/96752474794819589-127.0.0.1:34404_f%2Fo-n_0000000000
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819592-127.0.0.1:45783_f%2Fo-n_0000000001
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819598-127.0.0.1:35657_f%2Fo-n_0000000003
(0)
[junit4] 1>
/solr/overseer_elect/election/96752474794819595-127.0.0.1:46478_f%2Fo-n_0000000002
(0)
[junit4] 1> /solr/security.json (0)
[junit4] 1> DATA:
[junit4] 1> {}
[junit4] 1> /solr/clusterstate.json (0)
[junit4] 1> DATA:
[junit4] 1> {"tmp_collection":{
[junit4] 1> "replicationFactor":"1",
[junit4] 1> "router":{"name":"compositeId"},
[junit4] 1> "maxShardsPerNode":"1",
[junit4] 1> "autoAddReplicas":"false",
[junit4] 1> "autoCreated":"true",
[junit4] 1> "shards":{
[junit4] 1> "shard1":{
[junit4] 1> "range":"80000000-ffffffff",
[junit4] 1> "state":"active",
[junit4] 1> "replicas":{
[junit4] 1> "core_node2":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:45783/f/o",
[junit4] 1> "node_name":"127.0.0.1:45783_f%2Fo",
[junit4] 1> "state":"active",
[junit4] 1> "leader":"true"},
[junit4] 1> "core_node4":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:35657/f/o",
[junit4] 1> "node_name":"127.0.0.1:35657_f%2Fo",
[junit4] 1> "state":"recovering"}}},
[junit4] 1> "shard2":{
[junit4] 1> "range":"0-7fffffff",
[junit4] 1> "state":"active",
[junit4] 1> "replicas":{
[junit4] 1> "core_node1":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:34404/f/o",
[junit4] 1> "node_name":"127.0.0.1:34404_f%2Fo",
[junit4] 1> "state":"active",
[junit4] 1> "leader":"true"},
[junit4] 1> "core_node3":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"https://127.0.0.1:46478/f/o",
[junit4] 1> "node_name":"127.0.0.1:46478_f%2Fo",
[junit4] 1> "state":"recovering"}}}}}}
[junit4] 1> /solr/clusterprops.json (0)
[junit4] 1> DATA:
[junit4] 1> {"urlScheme":"https"}
[junit4] 1>
[junit4] 2> 860774 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 860781 INFO (qtp28811348-6880) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=tmp_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 860784 INFO
(OverseerThreadFactory-3914-thread-1-processing-n:127.0.0.1:34404_f%2Fo)
[n:127.0.0.1:34404_f%2Fo ] o.a.s.c.OverseerCollectionMessageHandler
Executing Collection Cmd :
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 860792 INFO (qtp11401844-6913) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1f0ae04
[junit4] 2> 860792 INFO (qtp11401844-6913) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR
handler @ tmp_collection:shard1
[junit4] 2> 860795 INFO (qtp28811348-6884) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7f9808
[junit4] 2> 860795 INFO (qtp28811348-6884) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR
handler @ tmp_collection:shard2
[junit4] 2> 860827 INFO
(zkCallback-1228-thread-2-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo ] o.a.s.h.CdcrLeaderStateManager Received new
leader state @ tmp_collection:shard1
[junit4] 2> 860827 INFO (qtp11401844-6913) [n:127.0.0.1:45783_f%2Fo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=36
[junit4] 2> 860828 INFO
(zkCallback-1228-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.ShardLeaderElectionContext There may be a better leader candidate than
us - going back into recovery
[junit4] 2> 860830 INFO
(zkCallback-1228-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 860831 INFO
(zkCallback-1228-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.ActionThrottle The last leader attempt started 4ms ago.
[junit4] 2> 860831 INFO
(zkCallback-1228-thread-1-processing-n:127.0.0.1:35657_f%2Fo)
[n:127.0.0.1:35657_f%2Fo c:tmp_collection s:shard1 r:core_node4 x:collection1]
o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 4995ms
[junit4] 2> 860831 INFO
(zkCallback-1221-thread-2-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo ] o.a.s.h.CdcrLeaderStateManager Received new
leader state @ tmp_collection:shard2
[junit4] 2> 860831 INFO (qtp28811348-6884) [n:127.0.0.1:34404_f%2Fo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=36
[junit4] 2> 860832 INFO
(zkCallback-1221-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.c.ShardLeaderElectionContext There may be a better leader candidate than
us - going back into recovery
[junit4] 2> 860832 INFO
(zkCallback-1221-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 860833 INFO
(zkCallback-1221-thread-1-processing-n:127.0.0.1:46478_f%2Fo)
[n:127.0.0.1:46478_f%2Fo c:tmp_collection s:shard2 r:core_node3 x:collection1]
o.a.s.c.ActionThrottle The last leader attempt started 2ms ago.
[junit4] 2> 860833
[...truncated too long message...]
6)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1634528 WARN
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkController Could not publish node as down:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /overseer
[junit4] 2> 1635090 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.ServerConnector Stopped ServerConnector@103532c{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1635090 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1e616cf{/f/o,null,UNAVAILABLE}
[junit4] 2> 1635111 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
[junit4] 2> 1635111 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[D1BB79DE3251762C]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40627 40627
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions
-Dtests.seed=D1BB79DE3251762C -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sr-CS -Dtests.timezone=America/Denver -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 781s J0 | CdcrVersionReplicationTest.testCdcrDocVersions
<<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:40627/solr within 10000 ms
[junit4] > at
__randomizedtesting.SeedInfo.seed([D1BB79DE3251762C:292D727CC0379930]:0)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:567)
[junit4] > at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:494)
[junit4] > at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:596)
[junit4] > at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:346)
[junit4] > at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:168)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.util.concurrent.TimeoutException: Could not
connect to ZooKeeper 127.0.0.1:40627/solr within 10000 ms
[junit4] > at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
[junit4] > ... 48 more
[junit4] 2> 1635235 INFO
(SUITE-CdcrVersionReplicationTest-seed#[D1BB79DE3251762C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrVersionReplicationTest_D1BB79DE3251762C-001
[junit4] 2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity,
locale=sr-CS, timezone=America/Denver
[junit4] 2> NOTE: Linux 4.4.0-36-generic i386/Oracle Corporation 1.8.0_102
(32-bit)/cpus=12,threads=1,free=273308256,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[TestComplexPhraseQParserPlugin, TestRestManager, HdfsBasicDistributedZkTest,
TestAddFieldRealTimeGet, SegmentsInfoRequestHandlerTest, CursorPagingTest,
TestCSVLoader, TestSubQueryTransformerDistrib,
ClassificationUpdateProcessorFactoryTest, AnalysisErrorHandlingTest,
TestDefaultStatsCache, TestCloudDeleteByQuery, TestLazyCores,
TestPerFieldSimilarityClassic, TestSolrCloudWithKerberosAlt,
TestAtomicUpdateErrorCases, DistribDocExpirationUpdateProcessorTest,
ConjunctionSolrSpellCheckerTest, TestNumericTerms64, TestReplicationHandler,
BlockCacheTest, TestDocumentBuilder, TestBadConfig,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, HighlighterConfigTest,
TestFaceting, ZkStateReaderTest, TestRandomRequestDistribution,
TestJmxIntegration, TestChildDocTransformer, VersionInfoTest,
TestCrossCoreJoin, LeaderInitiatedRecoveryOnShardRestartTest,
TestSolrDeletionPolicy2, HdfsCollectionsAPIDistributedZkTest,
TestExactStatsCache, DistributedFacetPivotLongTailTest, PolyFieldTest,
TestDistribDocBasedVersion, FullHLLTest, DirectoryFactoryTest,
TestRawTransformer, TestRemoteStreaming, ChaosMonkeyNothingIsSafeTest,
JavabinLoaderTest, SyncSliceTest, TestFastLRUCache, PeerSyncTest,
AlternateDirectoryTest, ClusterStateTest,
DistributedQueryElevationComponentTest, TestSolrFieldCacheMBean,
RegexBoostProcessorTest, TestCodecSupport, CdcrReplicationDistributedZkTest,
TestOrdValues, SolrRequestParserTest, TestFieldTypeCollectionResource,
TestCloudPseudoReturnFields, CloudExitableDirectoryReaderTest,
TestDocBasedVersionConstraints, TestRandomDVFaceting, MergeStrategyTest,
TestBlobHandler, DistributedVersionInfoTest, NotRequiredUniqueKeyTest,
RequiredFieldsTest, TestManagedSchema, SharedFSAutoReplicaFailoverUtilsTest,
TestDistributedSearch, TestShardHandlerFactory, TestReplicationHandlerBackup,
OverseerModifyCollectionTest, TestRealTimeGet, NumericFieldsTest,
TestBinaryResponseWriter, TestSQLHandler, TestSolrCLIRunExample,
MBeansHandlerTest, DefaultValueUpdateProcessorTest, FileBasedSpellCheckerTest,
OutputWriterTest, GraphQueryTest, ActionThrottleTest, TestNoOpRegenerator,
DeleteLastCustomShardedReplicaTest, TestGeoJSONResponseWriter,
WrapperMergePolicyFactoryTest, DistributedSpellCheckComponentTest,
AnalyticsMergeStrategyTest, RestartWhileUpdatingTest, BasicZkTest,
CacheHeaderTest, CoreMergeIndexesAdminHandlerTest, DateRangeFieldTest,
TestFileDictionaryLookup, PathHierarchyTokenizerFactoryTest,
CdcrVersionReplicationTest]
[junit4] Completed [312/639 (1!)] on J0 in 781.44s, 1 test, 1 error <<<
FAILURES!
[...truncated 1049 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20161013_021228_854.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/heapdumps/java_pid24964.hprof ...
[junit4] Heap dump file created [560677783 bytes in 3.995 secs]
[junit4] <<< JVM J0: EOF ----
[junit4] JVM J0: stderr was not empty, see:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20161013_021228_854.syserr
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4]
[junit4] Exception: java.lang.OutOfMemoryError thrown from the
UncaughtExceptionHandler in thread "NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0"
[junit4] <<< JVM J0: EOF ----
[...truncated 11059 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:717: Some of the tests
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError?
Dumps created:
* java_pid24964.hprof
Total time: 83 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]