Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20937/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.test
Error Message:
Unexpected exception type, expected SolrException but got
org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected
SolrException but got org.apache.solr.client.solrj.SolrServerException:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([604A7229F6326A46:E81E4DF358CE07BE]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2660)
at
org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:252)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.SolrServerException:
java.lang.NullPointerException
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:999)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
at
org.apache.solr.cloud.AliasIntegrationTest.lambda$test$7(AliasIntegrationTest.java:255)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2655)
... 39 more
Caused by: java.lang.NullPointerException
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1062)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
... 45 more
Build Log:
[...truncated 13150 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/init-core-data-001
[junit4] 2> 1436508 WARN
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 1436508 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1436509 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1436509 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1436509 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001
[junit4] 2> 1436509 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1436510 INFO (Thread-2952) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1436510 INFO (Thread-2952) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1436510 ERROR (Thread-2952) [ ] 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> 1436610 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35983
[junit4] 2> 1436613 INFO (jetty-launcher-2143-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1436613 INFO (jetty-launcher-2143-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1436614 INFO (jetty-launcher-2143-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@67eae5f5{/solr,null,AVAILABLE}
[junit4] 2> 1436614 INFO (jetty-launcher-2143-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c705635{/solr,null,AVAILABLE}
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6467913c{SSL,[ssl,
http/1.1]}{127.0.0.1:43045}
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.e.j.s.Server Started @1438776ms
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43045}
[junit4] 2> 1436616 ERROR (jetty-launcher-2143-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1436616 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-17T22:18:07.537695Z
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@30746e39{SSL,[ssl,
http/1.1]}{127.0.0.1:35433}
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.e.j.s.Server Started @1438778ms
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35433}
[junit4] 2> 1436617 ERROR (jetty-launcher-2143-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1436617 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1436618 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-17T22:18:07.539003Z
[junit4] 2> 1436618 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1436622 INFO (jetty-launcher-2143-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35983/solr
[junit4] 2> 1436623 INFO (jetty-launcher-2143-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35983/solr
[junit4] 2> 1436678 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1436678 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35433_solr
[junit4] 2> 1436679 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.c.Overseer Overseer
(id=99022083681878021-127.0.0.1:35433_solr-n_0000000000) starting
[junit4] 2> 1436679 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1436679 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43045_solr
[junit4] 2> 1436680 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1436680 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1436701 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35433_solr
[junit4] 2> 1436701 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1436708 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1436726 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436733 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436733 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436734 INFO (jetty-launcher-2143-thread-1)
[n:127.0.0.1:43045_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/.
[junit4] 2> 1436736 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436741 WARN (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.m.r.j.JmxMetricsReporter Unable to register
gauge
[junit4] 2> javax.management.InstanceNotFoundException:
solr_35433:dom1=solr,dom2=jvm,name0=os,name=processCpuTime
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
[junit4] 2> at
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:738)
[junit4] 2> at
java.base/java.util.HashMap.forEach(HashMap.java:1341)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728)
[junit4] 2> at
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:883)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:819)
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:553)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
[junit4] 2> at
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1596)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1659)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1316)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1145)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1436744 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436745 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1436746 INFO (jetty-launcher-2143-thread-2)
[n:127.0.0.1:35433_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/.
[junit4] 2> 1436767 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1436767 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35983/solr ready
[junit4] 2> 1436773 INFO
(TEST-AliasIntegrationTest.testMetadata-seed#[604A7229F6326A46]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMetadata
[junit4] 2> 1436786 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1436789 INFO
(OverseerThreadFactory-5871-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection1meta
[junit4] 2> 1436902 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1meta",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1meta_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43045/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1436903 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1meta",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1meta_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35433/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1437107 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1437107 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1437113 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1437113 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1437218 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1437218 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1437218 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1437218 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438118 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1438125 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1438128 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1438128 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2'
using configuration from collection collection1meta, trusted=true
[junit4] 2> 1438129 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.core.collection1meta.shard2.replica_n2' (registry
'solr.core.collection1meta.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1438129 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1438129 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1438129 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/collection1meta_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
[junit4] 2> 1438134 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1438136 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1438136 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1'
using configuration from collection collection1meta, trusted=true
[junit4] 2> 1438137 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.core.collection1meta.shard1.replica_n1' (registry
'solr.core.collection1meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1438137 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1438137 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/collection1meta_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
[junit4] 2> 1438182 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1438182 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1438183 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1438183 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1438184 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@a1d0a60[collection1meta_shard1_replica_n1] main]
[junit4] 2> 1438185 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1438185 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1438185 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1438186 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353340667461632
[junit4] 2> 1438186 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1438186 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1438187 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1438187 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1438187 INFO
(searcherExecutor-5877-thread-1-processing-n:127.0.0.1:43045_solr
x:collection1meta_shard1_replica_n1 s:shard1 c:collection1meta r:core_node3)
[n:127.0.0.1:43045_solr c:collection1meta s:shard1 r:core_node3
x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] Registered new searcher
Searcher@a1d0a60[collection1meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1438188 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@385cb646[collection1meta_shard2_replica_n2] main]
[junit4] 2> 1438189 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1438189 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43045/solr/collection1meta_shard1_replica_n1/
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:43045/solr/collection1meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1438189 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1438190 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1438190 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353340671655936
[junit4] 2> 1438190 INFO
(searcherExecutor-5876-thread-1-processing-n:127.0.0.1:35433_solr
x:collection1meta_shard2_replica_n2 s:shard2 c:collection1meta r:core_node4)
[n:127.0.0.1:35433_solr c:collection1meta s:shard2 r:core_node4
x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n2] Registered new searcher
Searcher@385cb646[collection1meta_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1438191 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43045/solr/collection1meta_shard1_replica_n1/ shard1
[junit4] 2> 1438191 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35433/solr/collection1meta_shard2_replica_n2/
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:35433/solr/collection1meta_shard2_replica_n2/ has no replicas
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1438192 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35433/solr/collection1meta_shard2_replica_n2/ shard2
[junit4] 2> 1438293 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438293 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438293 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438293 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438341 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1438343 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1229
[junit4] 2> 1438343 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1438344 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1236
[junit4] 2> 1438345 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1438444 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438444 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438444 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438444 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1438790 INFO
(OverseerCollectionConfigSetProcessor-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] 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> 1439345 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2558
[junit4] 2> 1439346 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1439348 INFO
(OverseerThreadFactory-5871-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection2meta
[junit4] 2> 1439556 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2meta",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2meta_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43045/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1439758 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1439860 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1439860 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1440764 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1440767 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1440768 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1440768 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1'
using configuration from collection collection2meta, trusted=true
[junit4] 2> 1440768 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.core.collection2meta.shard1.replica_n1' (registry
'solr.core.collection2meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1440768 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1440769 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/collection2meta_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/./collection2meta_shard1_replica_n1/data/]
[junit4] 2> 1440807 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1440807 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1440808 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1440808 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1440808 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@52db57e3[collection2meta_shard1_replica_n1] main]
[junit4] 2> 1440809 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1440810 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1440810 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1440810 INFO
(searcherExecutor-5886-thread-1-processing-n:127.0.0.1:43045_solr
x:collection2meta_shard1_replica_n1 s:shard1 c:collection2meta r:core_node2)
[n:127.0.0.1:43045_solr c:collection2meta s:shard1 r:core_node2
x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection2meta_shard1_replica_n1] Registered new searcher
Searcher@52db57e3[collection2meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1440810 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353343418925056
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43045/solr/collection2meta_shard1_replica_n1/
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:43045/solr/collection2meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1440813 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1440814 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43045/solr/collection2meta_shard1_replica_n1/ shard1
[junit4] 2> 1440915 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1440915 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1440965 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1440966 INFO (qtp224970842-12478) [n:127.0.0.1:43045_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1208
[junit4] 2> 1440967 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1441066 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1441066 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1441349 INFO
(OverseerCollectionConfigSetProcessor-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] 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> 1441967 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2621
[junit4] 2> 1441976 INFO
(TEST-AliasIntegrationTest.testMetadata-seed#[604A7229F6326A46]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1441977 INFO
(TEST-AliasIntegrationTest.testMetadata-seed#[604A7229F6326A46]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMetadata
[junit4] 2> 1441983 INFO
(TEST-AliasIntegrationTest.test-seed#[604A7229F6326A46]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1441984 INFO (qtp228356017-12482) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1441984 INFO
(OverseerThreadFactory-5871-thread-3-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1442188 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35433/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1442188 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43045/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1442390 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1442391 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1442493 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1442493 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1442493 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1442493 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1443398 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1443398 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1443404 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1443404 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1443432 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1443432 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1443432 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1443432 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1443432 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1443432 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43045.solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1443432 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1443433 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1443433 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
[junit4] 2> 1443433 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/collection1_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node1/./collection1_shard2_replica_n2/data/]
[junit4] 2> 1443465 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1443465 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1443465 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1443465 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1443466 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1443466 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1443466 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1443466 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1443466 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7b763f0d[collection1_shard2_replica_n2] main]
[junit4] 2> 1443467 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5e865753[collection1_shard1_replica_n1] main]
[junit4] 2> 1443467 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1443467 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1443467 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1443467 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1443468 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1443468 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1443468 INFO
(searcherExecutor-5892-thread-1-processing-n:127.0.0.1:43045_solr
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4)
[n:127.0.0.1:43045_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[collection1_shard2_replica_n2] Registered new searcher
Searcher@7b763f0d[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1443468 INFO
(searcherExecutor-5891-thread-1-processing-n:127.0.0.1:35433_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:35433_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@5e865753[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1443468 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353346206040064
[junit4] 2> 1443468 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353346206040064
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43045/solr/collection1_shard2_replica_n2/
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35433/solr/collection1_shard1_replica_n1/
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:43045/solr/collection1_shard2_replica_n2/ has no replicas
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:35433/solr/collection1_shard1_replica_n1/ has no replicas
[junit4] 2> 1443471 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1443471 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1443472 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35433/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 1443472 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43045/solr/collection1_shard2_replica_n2/ shard2
[junit4] 2> 1443573 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1443573 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1443573 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1443573 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1443623 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1443623 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1443624 INFO (qtp228356017-12469) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1233
[junit4] 2> 1443625 INFO (qtp224970842-12480) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1234
[junit4] 2> 1443626 INFO (qtp228356017-12482) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1443725 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1443725 INFO
(zkCallback-2155-thread-2-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1443725 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] 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> 1443725 INFO
(zkCallback-2155-thread-1-processing-n:127.0.0.1:43045_solr)
[n:127.0.0.1:43045_solr ] 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> 1443986 INFO
(OverseerCollectionConfigSetProcessor-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] 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> 1444627 INFO (qtp228356017-12482) [n:127.0.0.1:35433_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2643
[junit4] 2> 1444627 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=collection2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1444628 INFO
(OverseerThreadFactory-5871-thread-4-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection2
[junit4] 2> 1444833 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35433/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1445034 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1445137 INFO
(zkCallback-2154-thread-2-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1445137 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1446042 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1446079 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1446081 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1446081 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n1' using
configuration from collection collection2, trusted=true
[junit4] 2> 1446082 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35433.solr.core.collection2.shard1.replica_n1' (registry
'solr.core.collection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d6bcef
[junit4] 2> 1446082 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1446082 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SolrCore [[collection2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/collection2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001/tempDir-001/node2/./collection2_shard1_replica_n1/data/]
[junit4] 2> 1446135 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1446135 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1446137 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1446137 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1446138 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@149769bc[collection2_shard1_replica_n1] main]
[junit4] 2> 1446139 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1446139 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1446140 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1446140 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1584353349007835136
[junit4] 2> 1446144 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1446144 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1446144 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35433/solr/collection2_shard1_replica_n1/
[junit4] 2> 1446144 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1446145 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:35433/solr/collection2_shard1_replica_n1/ has no replicas
[junit4] 2> 1446145 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1446146 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35433/solr/collection2_shard1_replica_n1/ shard1
[junit4] 2> 1446147 INFO
(searcherExecutor-5901-thread-1-processing-n:127.0.0.1:35433_solr
x:collection2_shard1_replica_n1 s:shard1 c:collection2 r:core_node2)
[n:127.0.0.1:35433_solr c:collection2 s:shard1 r:core_node2
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@149769bc[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1446249 INFO
(zkCallback-2154-thread-3-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1446249 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1446298 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1446307 INFO (qtp228356017-12479) [n:127.0.0.1:35433_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1272
[junit4] 2> 1446313 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1446314 INFO
(OverseerCollectionConfigSetProcessor-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] 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> 1446400 INFO
(zkCallback-2154-thread-3-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1446400 INFO
(zkCallback-2154-thread-1-processing-n:127.0.0.1:35433_solr)
[n:127.0.0.1:35433_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1447313 INFO (qtp228356017-12471) [n:127.0.0.1:35433_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=collection2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2686
[junit4] 2> 1447322 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[8
(1584353350240960512)]} 0 6
[junit4] 2> 1447327 INFO (qtp224970842-12476) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[6
(1584353350251446272), 7 (1584353350252494848)]} 0 1
[junit4] 2> 1447332 INFO (qtp224970842-12470) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1584353350257737728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1447332 INFO (qtp224970842-12470) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7c11d63e
commitCommandVersion:1584353350257737728
[junit4] 2> 1447332 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1584353350257737728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1447332 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4cecf752
commitCommandVersion:1584353350257737728
[junit4] 2> 1447335 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2e321f49[collection1_shard1_replica_n1] main]
[junit4] 2> 1447336 INFO (qtp228356017-12483) [n:127.0.0.1:35433_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1447337 INFO (qtp224970842-12470) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5b3f0eb6[collection1_shard2_replica_n2] main]
[junit4] 2> 1447337 INFO (qtp224970842-12470) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1447337 INFO
(searcherExecutor-5891-thread-1-processing-n:127.0.0.1:35433_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:35433_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@2e321f49[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
[junit4] 2> 1447338 INFO
(searcherExecutor-5892-thread-1-processing-n:127.0.0.1:43045_solr
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4)
[n:127.0.0.1:43045_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[collection1_shard2_replica_n2] Registered new searcher
Searcher@5b3f0eb6[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
[junit4] 2> 1447339 INFO (qtp224970842-12470) [n:127.0.0.1:43045_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:43045/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 7
[junit4] 2> 1447339 INFO (qtp228356017-12483) [n:127.0.0.1
[...truncated too long message...]
ion_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62dbfa21: rootName =
solr_35433, domain = solr.core.testErrorChecks-collection.shard2.replica_n2,
service url = null, agent id = null] for registry
solr.core.testErrorChecks-collection.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@3029090d
[junit4] 2> 1451145 INFO (coreCloseExecutor-5916-thread-4)
[n:127.0.0.1:43045_solr c:testErrorChecks-collection s:shard1 r:core_node3
x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.testErrorChecks-collection.shard1.leader,
tag=1422176131
[junit4] 2> 1451146 INFO (coreCloseExecutor-5916-thread-2)
[n:127.0.0.1:43045_solr c:collection2meta s:shard1 r:core_node2
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2meta.shard1.leader,
tag=1186022326
[junit4] 2> 1451146 INFO (coreCloseExecutor-5916-thread-3)
[n:127.0.0.1:43045_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard2.leader, tag=758173429
[junit4] 2> 1451150 INFO (coreCloseExecutor-5917-thread-1)
[n:127.0.0.1:35433_solr c:collection1meta s:shard2 r:core_node4
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard2.leader,
tag=1418999269
[junit4] 2> 1451150 INFO (coreCloseExecutor-5917-thread-4)
[n:127.0.0.1:35433_solr c:testErrorChecks-collection s:shard2 r:core_node4
x:testErrorChecks-collection_shard2_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.testErrorChecks-collection.shard2.leader, tag=595899530
[junit4] 2> 1451153 INFO (jetty-closer-2144-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=99022083681878021-127.0.0.1:35433_solr-n_0000000000) closing
[junit4] 2> 1451153 INFO
(OverseerStateUpdate-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:35433_solr
[junit4] 2> 1451153 WARN
(OverseerAutoScalingTriggerThread-99022083681878021-127.0.0.1:35433_solr-n_0000000000)
[n:127.0.0.1:35433_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1451158 INFO (jetty-closer-2144-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@67eae5f5{/solr,null,UNAVAILABLE}
[junit4] 2> 1451159 INFO (jetty-closer-2144-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5c705635{/solr,null,UNAVAILABLE}
[junit4] 2> 1451160 ERROR
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
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> 1451160 INFO
(SUITE-AliasIntegrationTest-seed#[604A7229F6326A46]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35983 35983
[junit4] 2> 1466181 INFO (Thread-2952) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35983 35983
[junit4] 2> 1466181 WARN (Thread-2952) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 21 /solr/aliases.json
[junit4] 2> 12 /solr/clusterstate.json
[junit4] 2> 12 /solr/clusterprops.json
[junit4] 2> 11
/solr/collections/testErrorChecks-collection/state.json
[junit4] 2> 11 /solr/collections/collection1/state.json
[junit4] 2> 11 /solr/collections/collection1meta/state.json
[junit4] 2> 6 /solr/collections/collection2/state.json
[junit4] 2> 6 /solr/collections/collection2meta/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 15 /solr/collections
[junit4] 2> 12 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_604A7229F6326A46-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {a_t=FST50,
id=PostingsFormat(name=Asserting)},
docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1638,
maxMBSortInHeap=5.494961926529786,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6949b9fe),
locale=mfe, timezone=VST
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=296718888,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestSortByMinMaxFunction,
DeleteStatusTest, TestZkAclsWithHadoopAuth, TestTrie, TestSystemCollAutoCreate,
TestFieldTypeCollectionResource, TestHashPartitioner, ReplaceNodeTest,
TestBlendedInfixSuggestions, TestIndexSearcher,
TestMultiValuedNumericRangeQuery, AnalysisErrorHandlingTest,
TestSQLHandlerNonCloud, DistributedExpandComponentTest,
TestDistributedGrouping, HdfsDirectoryFactoryTest, DistanceFunctionTest,
TestFiltering, DirectSolrConnectionTest, TestExpandComponent,
TestUnifiedSolrHighlighter, CollectionsAPIAsyncDistributedZkTest,
AutoAddReplicasIntegrationTest, TestTrackingShardHandlerFactory,
UniqFieldsUpdateProcessorFactoryTest, TestSearcherReuse, CopyFieldTest,
TestSerializedLuceneMatchVersion, SortByFunctionTest, TestCSVResponseWriter,
LegacyCloudClusterPropTest, TestRTimerTree, TestDistributedMissingSort,
TestSolr4Spatial2, MergeStrategyTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestStressInPlaceUpdates,
ZkNodePropsTest, TestGroupingSearch, TestManagedSchema, TestSolrXml,
BigEndianAscendingWordSerializerTest, SimplePostToolTest, TestManagedResource,
TestJsonFacets, TestMissingGroups, TestDeleteCollectionOnDownNodes,
MultiThreadedOCPTest, SearchRateTriggerTest, TestPKIAuthenticationPlugin,
TestRealTimeGet, ClassificationUpdateProcessorFactoryTest,
SimpleMLTQParserTest, HighlighterTest, ScriptEngineTest,
SuggestComponentContextFilterQueryTest, TestGeoJSONResponseWriter,
HdfsBasicDistributedZkTest, ManagedSchemaRoundRobinCloudTest, NumberUtilsTest,
TestConfigOverlay, TestScoreJoinQPScore, TestConfigSetsAPIExclusivity,
RequiredFieldsTest, TestFuzzyAnalyzedSuggestions,
TestComplexPhraseQParserPlugin, SolrCoreCheckLockOnStartupTest,
RollingRestartTest, TestMacros, TestXmlQParser, RecoveryZkTest,
TestOverriddenPrefixQueryForCustomFieldType, TestNumericTerms64, UUIDFieldTest,
PluginInfoTest, DirectSolrSpellCheckerTest, TestSSLRandomization,
ZkStateReaderTest, PeerSyncWithIndexFingerprintCachingTest,
TestSystemIdResolver, TestSolrCloudWithKerberosAlt,
ChaosMonkeyNothingIsSafeTest, LeaderElectionTest, SuggesterWFSTTest,
TestPartialUpdateDeduplication, TestSolrDeletionPolicy2,
BlockJoinFacetRandomTest, TestCollectionAPI, TestDelegationWithHadoopAuth,
TestSubQueryTransformer, ConfigSetsAPITest, DateRangeFieldTest,
TestCloudRecovery, TestPointFields, TestFilteredDocIdSet,
AlternateDirectoryTest, TestEmbeddedSolrServerConstructors,
SpellPossibilityIteratorTest, TestReload, TestZkChroot, StatsComponentTest,
ConnectionReuseTest, TestInitParams, TestManagedSynonymFilterFactory,
TestConfigReload, RuleEngineTest, UnloadDistributedZkTest,
TestSolrCoreProperties, TestFunctionQuery, TestFieldCacheWithThreads,
TestReRankQParserPlugin, TestExclusionRuleCollectionAccess, MetricsConfigTest,
BooleanFieldTest, TestTolerantUpdateProcessorCloud, HttpTriggerListenerTest,
SuggesterTest, RequestLoggingTest, TestPrepRecovery, TestLegacyFieldReuse,
TestDocTermOrds, EchoParamsTest, OpenCloseCoreStressTest, OverseerTest,
ShardRoutingTest, TestRandomFaceting, ZkCLITest, TestDistributedSearch,
DistributedSpellCheckComponentTest, ZkControllerTest, PeerSyncTest,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, CoreAdminHandlerTest, TestStressLucene, TestCSVLoader,
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields,
FieldMutatingUpdateProcessorTest, QueryEqualityTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, SolrInfoBeanTest,
XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest,
TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf,
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions,
FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest,
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest,
LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest,
TestJmxIntegration, TestCollationField, ReturnFieldsTest,
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions,
JsonLoaderTest, BinaryUpdateRequestHandlerTest,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest,
TestLFUCache, TestQuerySenderListener, BadComponentTest, TestSearchPerf,
TestElisionMultitermQuery, OutputWriterTest, TestPostingsSolrHighlighter,
TestLuceneMatchVersion, TestCharFilters, TestXIncludeConfig,
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory,
TestIBSimilarityFactory, TestFastOutputStream, URLClassifyProcessorTest,
TestSuggestSpellingConverter, DateFieldTest, ClusterStateTest, TestUtils,
SystemInfoHandlerTest, CursorPagingTest, AliasIntegrationTest]
[junit4] Completed [487/750 (1!)] on J2 in 29.68s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 41004 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]