Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/374/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 1)
Thread[id=18258, name=jetty-launcher-3889-thread-1-EventThread,
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:
1) Thread[id=18258, name=jetty-launcher-3889-thread-1-EventThread,
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
at __randomizedtesting.SeedInfo.seed([DD468C3A9B500EE0]:0)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([DD468C3A9B500EE0:56615FEBDA56A564]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:436)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12505 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/init-core-data-001
[junit4] 2> 1140005 WARN
(SUITE-ShardSplitTest-seed#[DD468C3A9B500EE0]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1140005 INFO
(SUITE-ShardSplitTest-seed#[DD468C3A9B500EE0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1140007 INFO
(SUITE-ShardSplitTest-seed#[DD468C3A9B500EE0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 1140007 INFO
(SUITE-ShardSplitTest-seed#[DD468C3A9B500EE0]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xupk/
[junit4] 2> 1140009 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1140009 INFO (Thread-2372) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1140009 INFO (Thread-2372) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1140010 ERROR (Thread-2372) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1140109 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkTestServer start zk server on port:37425
[junit4] 2> 1140124 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1140126 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1140128 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1140129 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1140130 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1140131 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1140132 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1140133 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1140134 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1140136 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1140137 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1140138 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless
explicitly asked otherwise
[junit4] 2> 1140227 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1140228 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@ffc12a{/xupk,null,AVAILABLE}
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1bcae89{HTTP/1.1,[http/1.1]}{127.0.0.1:40861}
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server Started @1141988ms
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/tempDir-001/control/data,
hostContext=/xupk, hostPort=40861,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/control-001/cores}
[junit4] 2> 1140230 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 1140230 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-17T12:36:56.838Z
[junit4] 2> 1140233 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1140233 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/control-001/solr.xml
[junit4] 2> 1140238 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1140241 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37425/solr
[junit4] 2> 1140281 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1140281 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40861_xupk
[junit4] 2> 1140282 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.c.Overseer Overseer
(id=98674397453877252-127.0.0.1:40861_xupk-n_0000000000) starting
[junit4] 2> 1140285 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40861_xupk
[junit4] 2> 1140286 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1140428 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1140438 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1140438 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1140439 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40861_xupk ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/control-001/cores
[junit4] 2> 1140457 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1140458 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37425/solr
ready
[junit4] 2> 1140460 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40861_xupk&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1140462 INFO
(OverseerThreadFactory-3742-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1140567 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1140567 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1140675 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1141595 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1141617 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1141683 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1141694 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1141695 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1141695 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1141695 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1141698 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.228515625,
floorSegmentMB=1.7578125, forceMergeDeletesPctAllowed=9.57325717494573,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8007724867161244
[junit4] 2> 1142176 WARN (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1142238 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1142238 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1142240 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1142240 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1142241 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.966796875,
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=8.35481114552294,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1142242 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@10c450d[control_collection_shard1_replica_n1] main]
[junit4] 2> 1142243 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1142243 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1142244 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1142246 INFO
(searcherExecutor-3745-thread-1-processing-n:127.0.0.1:40861_xupk
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:40861_xupk c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@10c450d[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1142247 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1578790361607700480
[junit4] 2> 1142251 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1142251 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1142251 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:40861/xupk/control_collection_shard1_replica_n1/
[junit4] 2> 1142251 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1142252 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:40861/xupk/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 1142252 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1142254 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40861/xupk/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1142356 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1142404 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1142406 INFO (qtp6558529-9223) [n:127.0.0.1:40861_xupk
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1839
[junit4] 2> 1142408 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1142463 INFO
(OverseerCollectionConfigSetProcessor-98674397453877252-127.0.0.1:40861_xupk-n_0000000000)
[n:127.0.0.1:40861_xupk ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1142509 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1143409 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40861_xupk&wt=javabin&version=2}
status=0 QTime=2949
[junit4] 2> 1143419 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1143422 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37425/solr
ready
[junit4] 2> 1143422 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1143424 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1143427 INFO
(OverseerThreadFactory-3742-thread-2-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1143429 WARN
(OverseerThreadFactory-3742-thread-2-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1143637 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1143638 INFO (qtp6558529-9221) [n:127.0.0.1:40861_xupk ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=213
[junit4] 2> 1143734 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001
of type TLOG
[junit4] 2> 1143734 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1143735 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@175907{/xupk,null,AVAILABLE}
[junit4] 2> 1143736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1fbded0{HTTP/1.1,[http/1.1]}{127.0.0.1:32989}
[junit4] 2> 1143736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server Started @1145494ms
[junit4] 2> 1143736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xupk,
hostPort=32989,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001/cores}
[junit4] 2> 1143736 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1143736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 1143736 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1143737 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 1143737 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-17T12:37:00.345Z
[junit4] 2> 1143739 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1143739 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001/solr.xml
[junit4] 2> 1143744 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1143746 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37425/solr
[junit4] 2> 1143752 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1143753 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1143754 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32989_xupk
[junit4] 2> 1143755 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1143755 INFO (zkCallback-1306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1143755 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1143881 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1143893 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1143893 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1143895 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:32989_xupk ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001/cores
[junit4] 2> 1143920 INFO (qtp19711181-9262) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:32989_xupk&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1143922 INFO
(OverseerCollectionConfigSetProcessor-98674397453877252-127.0.0.1:40861_xupk-n_0000000000)
[n:127.0.0.1:40861_xupk ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1143923 INFO
(OverseerThreadFactory-3742-thread-3-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:32989_xupk for creating new replica
[junit4] 2> 1143924 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1143925 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1144028 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1144947 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1144965 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
[collection1_shard2_replica_t0] Schema name=test
[junit4] 2> 1145042 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1145054 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1145055 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t0' (registry
'solr.core.collection1.shard2.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1145055 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1145055 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[[collection1_shard2_replica_t0] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001/cores/collection1_shard2_replica_t0],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
[junit4] 2> 1145059 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.228515625,
floorSegmentMB=1.7578125, forceMergeDeletesPctAllowed=9.57325717494573,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8007724867161244
[junit4] 2> 1145084 WARN (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1145141 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1145142 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1145143 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1145143 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1145145 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.966796875,
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=8.35481114552294,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1145145 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5676d1[collection1_shard2_replica_t0] main]
[junit4] 2> 1145146 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1145147 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1145148 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1145150 INFO
(searcherExecutor-3756-thread-1-processing-n:127.0.0.1:32989_xupk
x:collection1_shard2_replica_t0 s:shard2 c:collection1) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[collection1_shard2_replica_t0] Registered new searcher
Searcher@5676d1[collection1_shard2_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1145150 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1578790364651716608
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:32989/xupk/collection1_shard2_replica_t0/
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:32989/xupk/collection1_shard2_replica_t0/ has no replicas
[junit4] 2> 1145155 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1145156 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController
collection1_shard2_replica_t0 stopping background replication from leader
[junit4] 2> 1145158 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:32989/xupk/collection1_shard2_replica_t0/ shard2
[junit4] 2> 1145260 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1145308 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1145310 INFO (qtp19711181-9264) [n:127.0.0.1:32989_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1385
[junit4] 2> 1145312 INFO (qtp19711181-9262) [n:127.0.0.1:32989_xupk ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:32989_xupk&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1392
[junit4] 2> 1145387 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001
of type TLOG
[junit4] 2> 1145388 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1145389 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c34a3{/xupk,null,AVAILABLE}
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@9506f4{HTTP/1.1,[http/1.1]}{127.0.0.1:33543}
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server Started @1147148ms
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xupk,
hostPort=33543,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001/cores}
[junit4] 2> 1145390 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 1145390 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-17T12:37:01.998Z
[junit4] 2> 1145392 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1145393 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001/solr.xml
[junit4] 2> 1145396 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1145399 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37425/solr
[junit4] 2> 1145406 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1145407 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1145408 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33543_xupk
[junit4] 2> 1145409 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1145409 INFO (zkCallback-1306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1145409 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1145409 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1145510 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1145536 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1145548 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1145549 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1145550 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:33543_xupk ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001/cores
[junit4] 2> 1145584 INFO (qtp19711181-9263) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:33543_xupk&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1145586 INFO
(OverseerCollectionConfigSetProcessor-98674397453877252-127.0.0.1:40861_xupk-n_0000000000)
[n:127.0.0.1:40861_xupk ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1145586 INFO
(OverseerThreadFactory-3742-thread-4-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:33543_xupk for creating new replica
[junit4] 2> 1145588 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1145588 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1145692 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1145692 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1146603 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1146629 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
[collection1_shard1_replica_t0] Schema name=test
[junit4] 2> 1146700 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1146714 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1146714 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t0' (registry
'solr.core.collection1.shard1.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1146714 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1146714 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[[collection1_shard1_replica_t0] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001/cores/collection1_shard1_replica_t0],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
[junit4] 2> 1146718 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.228515625,
floorSegmentMB=1.7578125, forceMergeDeletesPctAllowed=9.57325717494573,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8007724867161244
[junit4] 2> 1146741 WARN (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1146789 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1146789 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1146790 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1146790 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1146792 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.966796875,
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=8.35481114552294,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1146792 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@95fccf[collection1_shard1_replica_t0] main]
[junit4] 2> 1146793 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1146793 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1146794 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1146795 INFO
(searcherExecutor-3767-thread-1-processing-n:127.0.0.1:33543_xupk
x:collection1_shard1_replica_t0 s:shard1 c:collection1) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[collection1_shard1_replica_t0] Registered new searcher
Searcher@95fccf[collection1_shard1_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1146796 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1578790366377672704
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:33543/xupk/collection1_shard1_replica_t0/
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:33543/xupk/collection1_shard1_replica_t0/ has no replicas
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1146803 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController
collection1_shard1_replica_t0 stopping background replication from leader
[junit4] 2> 1146806 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33543/xupk/collection1_shard1_replica_t0/ shard1
[junit4] 2> 1146908 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1146908 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1146957 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1146958 INFO (qtp6079373-9292) [n:127.0.0.1:33543_xupk
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1370
[junit4] 2> 1146961 INFO (qtp19711181-9263) [n:127.0.0.1:32989_xupk ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:33543_xupk&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1377
[junit4] 2> 1147045 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001
of type TLOG
[junit4] 2> 1147046 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1147047 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@dbac61{/xupk,null,AVAILABLE}
[junit4] 2> 1147048 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1d49059{HTTP/1.1,[http/1.1]}{127.0.0.1:40175}
[junit4] 2> 1147048 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server Started @1148806ms
[junit4] 2> 1147048 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xupk,
hostPort=40175,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001/cores}
[junit4] 2> 1147049 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1147049 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 1147049 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1147049 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 1147049 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-17T12:37:03.657Z
[junit4] 2> 1147052 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1147052 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001/solr.xml
[junit4] 2> 1147068 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1147068 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1147070 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1147077 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37425/solr
[junit4] 2> 1147091 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1147094 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1147095 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40175_xupk
[junit4] 2> 1147096 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1147096 INFO
(zkCallback-1299-thread-1-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1147096 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1147097 INFO (zkCallback-1306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1147103 INFO
(zkCallback-1323-thread-1-processing-n:127.0.0.1:40175_xupk)
[n:127.0.0.1:40175_xupk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1147343 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1147355 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1147355 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1147357 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0])
[n:127.0.0.1:40175_xupk ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001/cores
[junit4] 2> 1147406 INFO (qtp19711181-9258) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:40175_xupk&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1147408 INFO
(OverseerCollectionConfigSetProcessor-98674397453877252-127.0.0.1:40861_xupk-n_0000000000)
[n:127.0.0.1:40861_xupk ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1147409 INFO
(OverseerThreadFactory-3742-thread-5-processing-n:127.0.0.1:40861_xupk)
[n:127.0.0.1:40861_xupk ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:40175_xupk for creating new replica
[junit4] 2> 1147412 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1147413 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1147518 INFO
(zkCallback-1311-thread-1-processing-n:127.0.0.1:32989_xupk)
[n:127.0.0.1:32989_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1147518 INFO
(zkCallback-1317-thread-1-processing-n:127.0.0.1:33543_xupk)
[n:127.0.0.1:33543_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1147518 INFO
(zkCallback-1323-thread-1-processing-n:127.0.0.1:40175_xupk)
[n:127.0.0.1:40175_xupk ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1148456 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1148470 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
[collection1_shard2_replica_t1] Schema name=test
[junit4] 2> 1148532 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1148544 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1148545 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t1' (registry
'solr.core.collection1.shard2.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@180334d
[junit4] 2> 1148545 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1148545 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[[collection1_shard2_replica_t1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001/cores/collection1_shard2_replica_t1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-3-001/cores/collection1_shard2_replica_t1/data/]
[junit4] 2> 1148548 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=13.228515625,
floorSegmentMB=1.7578125, forceMergeDeletesPctAllowed=9.57325717494573,
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8007724867161244
[junit4] 2> 1149163 WARN (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1149219 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1149219 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1149220 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1149220 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1149222 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.966796875,
floorSegmentMB=0.8427734375, forceMergeDeletesPctAllowed=8.35481114552294,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1149223 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1d73947[collection1_shard2_replica_t1] main]
[junit4] 2> 1149223 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1149224 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1149225 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1149226 INFO
(searcherExecutor-3778-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[collection1_shard2_replica_t1] Registered new searcher
Searcher@1d73947[collection1_shard2_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1149226 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1578790368925712384
[junit4] 2> 1149229 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t1
[junit4] 2> 1149229 INFO
(updateExecutor-1320-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1149229 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1149230 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1149230 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.ZkController
collection1_shard2_replica_t1 stopping background replication from leader
[junit4] 2> 1149230 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_t1]
[junit4] 2> 1149230 INFO (qtp9240327-9321) [n:127.0.0.1:40175_xupk
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1817
[junit4] 2> 1149230 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1149230 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_t1] as recovering, leader is
[http://127.0.0.1:32989/xupk/collection1_shard2_replica_t0/] and I am
[http://127.0.0.1:40175/xupk/collection1_shard2_replica_t1/]
[junit4] 2> 1149234 INFO (qtp19711181-9258) [n:127.0.0.1:32989_xupk ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:40175_xupk&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1828
[junit4] 2> 1149234 INFO
(recoveryExecutor-1321-thread-1-processing-n:127.0.0.1:40175_xupk
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:40175_xupk c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:32989/xupk]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_t0&nodeName=127.0.0.1:40175_xupk&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1149235 INFO (qtp19711181-9259) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 1149236 INFO (qtp19711181-9259) [n:127.0.0.1:32989_xupk ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_t0,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:40175_xupk,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:40175/xupk","node_name":"127.0.0.1:40175_xupk","state":"down","type":"TLOG"}
[junit4] 2> 1149308 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-4-001
of type TLOG
[junit4] 2> 1149309 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1149309 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@71a573{/xupk,null,AVAILABLE}
[junit4] 2> 1149310 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1442c50{HTTP/1.1,[http/1.1]}{127.0.0.1:40331}
[junit4] 2> 1149310 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.e.j.s.Server Started @1151068ms
[junit4] 2> 1149310 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/tempDir-001/jetty4,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/xupk,
hostPort=40331,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_DD468C3A9B500EE0-001/shard-4-001/cores}
[junit4] 2> 1149311 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1149311 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 1149311 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1149311 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 1149311 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-17T12:37:05.919Z
[junit4] 2> 1149314 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[DD468C3A9B500EE0]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1149314 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplicatio
[...truncated too long message...]
dValue.readValue(SharedValue.java:244)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] 2> at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] 2> Sep 17, 2017 1:01:06 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=18258,
name=jetty-launcher-3889-thread-1-EventThread, state=TIMED_WAITING,
group=TGRP-TestImpersonationWithHadoopAuth]
[junit4] 2> 2590106 ERROR (jetty-launcher-3889-thread-1-EventThread)
[n:127.0.0.1:38715_solr ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
[junit4] 2> at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
[junit4] 2> at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
[junit4] 2> at
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] 2> at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] 2> Sep 17, 2017 1:01:06 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {}, locale=uk-UA,
timezone=Asia/Novokuznetsk
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=142070032,total=448208896
[junit4] 2> NOTE: All tests run in this JVM: [TestZkChroot,
SearchHandlerTest, MoveReplicaHDFSTest, TestDelegationWithHadoopAuth,
TestSuggestSpellingConverter, DocValuesMissingTest, HLLUtilTest,
TestJettySolrRunner, DistribCursorPagingTest, DateMathParserTest,
TestRestoreCore, SolrXmlInZkTest, TestFastWriter, ResponseLogComponentTest,
ExplicitHLLTest, BasicDistributedZk2Test, TestScoreJoinQPScore,
PingRequestHandlerTest, QueryEqualityTest, JSONWriterTest,
TriLevelCompositeIdRoutingTest, TestReload, DeleteReplicaTest,
TestCorePropertiesReload, RulesTest, TestStressReorder, ForceLeaderTest,
TestSolrCloudWithKerberosAlt, NumericFieldsTest, SimpleMLTQParserTest,
MultiTermTest, InfixSuggestersTest, TestFieldCacheWithThreads,
TestTestInjection, FullSolrCloudDistribCmdsTest,
HdfsChaosMonkeyNothingIsSafeTest, TestSurroundQueryParser, ReplaceNodeTest,
SearchHandlerTest, TestHdfsCloudBackupRestore, SuggesterTest,
TestCloudInspectUtil, TestUseDocValuesAsStored, MultiThreadedOCPTest,
HdfsRestartWhileUpdatingTest, TestZkAclsWithHadoopAuth, SortByFunctionTest,
TestRawResponseWriter, DistributedQueueTest, TestQueryUtils,
HighlighterMaxOffsetTest, TestSchemaSimilarityResource, QueryResultKeyTest,
TestSearcherReuse, SpellPossibilityIteratorTest, TestExactStatsCache,
AddSchemaFieldsUpdateProcessorFactoryTest, RequiredFieldsTest,
TestCloudPseudoReturnFields, TestStandardQParsers, CopyFieldTest,
URLClassifyProcessorTest, SegmentsInfoRequestHandlerTest,
ConnectionManagerTest, SolrJmxReporterTest, TestAddFieldRealTimeGet,
TestSolrCloudSnapshots, TestPKIAuthenticationPlugin, DocumentBuilderTest,
BasicAuthStandaloneTest, SuggesterFSTTest, SolrGangliaReporterTest,
AutoCommitTest, TestNRTOpen, SolrMetricManagerTest, TestTolerantSearch,
LeaderElectionTest, TestSimpleTextCodec, MetricsHandlerTest, StressHdfsTest,
TestDFRSimilarityFactory, TestImplicitCoreProperties, PolyFieldTest,
PeerSyncReplicationTest, TestOverriddenPrefixQueryForCustomFieldType,
TestGraphMLResponseWriter, TermsComponentTest, TestQuerySenderListener,
PeerSyncWithIndexFingerprintCachingTest, XsltUpdateRequestHandlerTest,
UniqFieldsUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory,
BufferStoreTest, TestManagedSynonymGraphFilterFactory, SimpleFacetsTest,
AnalyticsQueryTest, TestNonDefinedSimilarityFactory,
TestSubQueryTransformerDistrib, CollectionsAPISolrJTest, BadIndexSchemaTest,
TestConfigSetsAPIZkFailure, DateFieldTest, RecoveryZkTest,
RegexBoostProcessorTest, TestSolrDeletionPolicy2,
TestCopyFieldCollectionResource, TestPullReplicaErrorHandling,
TestChildDocTransformer, FastVectorHighlighterTest, ShardSplitTest,
DistributedDebugComponentTest, HdfsNNFailoverTest,
SimpleCollectionCreateDeleteTest, TestLeaderInitiatedRecoveryThread,
BlockJoinFacetRandomTest, OverriddenZkACLAndCredentialsProvidersTest,
TestCustomDocTransformer, TestComplexPhraseQParserPlugin,
TestCloudNestedDocsSort, SharedFSAutoReplicaFailoverTest,
SharedFSAutoReplicaFailoverUtilsTest, TestAuthenticationFramework,
TestClusterProperties, TestCollectionAPI, TestDistribDocBasedVersion,
TestPrepRecovery, TestSolrCloudWithDelegationTokens, TestStressInPlaceUpdates,
HdfsThreadLeakTest, CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest,
CoreSorterTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigSets,
TestDynamicLoading, TestReqParamsAPI, TestSQLHandler,
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest,
SecurityConfHandlerTest, TestCollectionAPIs, TestCoreAdminApis,
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallTest,
TestDistributedStatsComponentCardinality, SolrShardReporterTest,
TestBulkSchemaConcurrent, TestManagedSchemaThreadSafety, TestSchemaManager,
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2, CursorMarkTest,
MergeStrategyTest, TestCollapseQParserPlugin, TestComplexPhraseLeadingWildcard,
TestCustomSort, TestFieldSortValues, TestFilteredDocIdSet,
TestGraphTermsQParserPlugin, TestHashQParserPlugin, TestInitQParser,
TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestMissingGroups,
TestNoOpRegenerator, TestPayloadCheckQParserPlugin, TestQueryWrapperFilter,
TestRandomCollapseQParserPlugin, TestLRUStatsCache,
TestImpersonationWithHadoopAuth]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=DD468C3A9B500EE0
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk-UA
-Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestImpersonationWithHadoopAuth (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:
[junit4] > 1) Thread[id=18258,
name=jetty-launcher-3889-thread-1-EventThread, state=TIMED_WAITING,
group=TGRP-TestImpersonationWithHadoopAuth]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
[junit4] > at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
[junit4] > at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
[junit4] > at
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] > at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] > at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] > at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] > at
__randomizedtesting.SeedInfo.seed([DD468C3A9B500EE0]:0)
[junit4] Completed [706/729 (2!)] on J2 in 38.67s, 10 tests, 1 error, 1
skipped <<< FAILURES!
[...truncated 39473 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]