Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1536/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
4 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.test
Error Message:
Collection not found: testalias2
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testalias2
at
__randomizedtesting.SeedInfo.seed([A1B5921476E9E81A:29E1ADCED81585E2]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:850)
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.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:267)
at
org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:261)
at
org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting
Error Message:
Should have exactly 4 documents returned expected:<4> but was:<2>
Stack Trace:
java.lang.AssertionError: Should have exactly 4 documents returned expected:<4>
but was:<2>
at
__randomizedtesting.SeedInfo.seed([A1B5921476E9E81A:BF8D9A1C0A42529A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:260)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication
Error Message:
Index: 0, Size: 0
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at
__randomizedtesting.SeedInfo.seed([A1B5921476E9E81A:B5FDC94155EE5504]:0)
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.test
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([A1B5921476E9E81A:29E1ADCED81585E2]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.assertInvariants(TimePartitionedUpdateProcessorTest.java:245)
at
org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.test(TimePartitionedUpdateProcessorTest.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11632 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/init-core-data-001
[junit4] 2> 140920 WARN
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 140920 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 140921 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 140921 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 140922 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001
[junit4] 2> 140922 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 140922 INFO (Thread-83) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 140922 INFO (Thread-83) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 140928 ERROR (Thread-83) [ ] 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> 141027 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:41757
[junit4] 2> 141086 INFO (jetty-launcher-106-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 141088 INFO (jetty-launcher-106-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4595561e{/solr,null,AVAILABLE}
[junit4] 2> 141094 INFO (jetty-launcher-106-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 141094 INFO (jetty-launcher-106-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@51944bdb{HTTP/1.1,[http/1.1]}{127.0.0.1:52261}
[junit4] 2> 141094 INFO (jetty-launcher-106-thread-2) [ ]
o.e.j.s.Server Started @143104ms
[junit4] 2> 141095 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52261}
[junit4] 2> 141095 INFO (jetty-launcher-106-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42dc2ab3{/solr,null,AVAILABLE}
[junit4] 2> 141095 ERROR (jetty-launcher-106-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 141095 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 141095 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-17T14:30:35.707Z
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2d97c95f{HTTP/1.1,[http/1.1]}{127.0.0.1:46054}
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.e.j.s.Server Started @143106ms
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46054}
[junit4] 2> 141096 ERROR (jetty-launcher-106-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 141096 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-17T14:30:35.707Z
[junit4] 2> 141129 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 141129 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 141141 INFO (jetty-launcher-106-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41757/solr
[junit4] 2> 141151 INFO (jetty-launcher-106-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41757/solr
[junit4] 2> 141238 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 141239 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46054_solr
[junit4] 2> 141240 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.c.Overseer Overseer
(id=99020245272887302-127.0.0.1:46054_solr-n_0000000000) starting
[junit4] 2> 141249 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46054_solr
[junit4] 2> 141301 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 141329 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 141335 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 141340 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52261_solr
[junit4] 2> 141345 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 141345 INFO
(zkCallback-117-thread-1-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 141474 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52261.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141502 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46054.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141502 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52261.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141502 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52261.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141504 INFO (jetty-launcher-106-thread-2)
[n:127.0.0.1:52261_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node2/.
[junit4] 2> 141513 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46054.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141513 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46054.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 141516 INFO (jetty-launcher-106-thread-1)
[n:127.0.0.1:46054_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node1/.
[junit4] 2> 141584 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 141585 INFO
(SUITE-AliasIntegrationTest-seed#[A1B5921476E9E81A]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41757/solr ready
[junit4] 2> 141819 INFO
(TEST-AliasIntegrationTest.test-seed#[A1B5921476E9E81A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 141832 INFO (qtp473442980-1443) [n:127.0.0.1:46054_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> 141836 INFO
(OverseerThreadFactory-151-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 141951 INFO
(OverseerStateUpdate-99020245272887302-127.0.0.1:46054_solr-n_0000000000)
[n:127.0.0.1:46054_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":"http://127.0.0.1:46054/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 141955 INFO
(OverseerStateUpdate-99020245272887302-127.0.0.1:46054_solr-n_0000000000)
[n:127.0.0.1:46054_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":"http://127.0.0.1:52261/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 142169 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 142178 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 142190 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 142190 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 142311 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 142313 INFO
(zkCallback-117-thread-2-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 142314 INFO
(zkCallback-118-thread-2-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 142316 INFO
(zkCallback-117-thread-1-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 143225 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143226 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143245 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143245 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143256 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143256 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143256 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46054.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 143256 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 143257 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node1/collection1_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
[junit4] 2> 143257 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143257 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143257 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_52261.solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 143257 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 143258 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node2/collection1_shard2_replica_n2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node2/./collection1_shard2_replica_n2/data/]
[junit4] 2> 143304 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143304 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143305 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 143305 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 143306 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7eb918d8[collection1_shard1_replica_n1] main]
[junit4] 2> 143311 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143311 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143311 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143311 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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 1584323926868099072
[junit4] 2> 143319 INFO
(searcherExecutor-156-thread-1-processing-n:127.0.0.1:46054_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:46054_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@7eb918d8[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/
[junit4] 2> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/
has no replicas
[junit4] 2> 143327 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143346 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 143377 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143377 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143378 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 143378 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 143381 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2a4e0aac[collection1_shard2_replica_n2] main]
[junit4] 2> 143382 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143382 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143383 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143387 INFO
(searcherExecutor-157-thread-1-processing-n:127.0.0.1:52261_solr
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4)
[n:127.0.0.1:52261_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@2a4e0aac[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 143388 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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 1584323926947790848
[junit4] 2> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/
[junit4] 2> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.SyncStrategy http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/
has no replicas
[junit4] 2> 143393 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143399 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/ shard2
[junit4] 2> 143506 INFO
(zkCallback-118-thread-2-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 143506 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 143508 INFO
(zkCallback-117-thread-1-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 143510 INFO
(zkCallback-117-thread-2-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 143510 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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> 143517 INFO (qtp390391517-1435) [n:127.0.0.1:52261_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=1327
[junit4] 2> 143549 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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> 143551 INFO (qtp473442980-1445) [n:127.0.0.1:46054_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=1382
[junit4] 2> 143568 INFO (qtp473442980-1443) [n:127.0.0.1:46054_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> 143663 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 143663 INFO
(zkCallback-118-thread-3-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 143663 INFO
(zkCallback-117-thread-1-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 143663 INFO
(zkCallback-117-thread-2-processing-n:127.0.0.1:52261_solr)
[n:127.0.0.1:52261_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> 143838 INFO
(OverseerCollectionConfigSetProcessor-99020245272887302-127.0.0.1:46054_solr-n_0000000000)
[n:127.0.0.1:46054_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> 144569 INFO (qtp473442980-1443) [n:127.0.0.1:46054_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=2737
[junit4] 2> 144571 INFO (qtp473442980-1446) [n:127.0.0.1:46054_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> 144578 INFO
(OverseerThreadFactory-151-thread-2-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection2
[junit4] 2> 144789 INFO
(OverseerStateUpdate-99020245272887302-127.0.0.1:46054_solr-n_0000000000)
[n:127.0.0.1:46054_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":"http://127.0.0.1:46054/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 144993 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 145105 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 145105 INFO
(zkCallback-118-thread-3-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 146024 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146055 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146057 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146058 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146058 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46054.solr.core.collection2.shard1.replica_n1' (registry
'solr.core.collection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@30eb3d2c
[junit4] 2> 146069 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 146069 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node1/collection2_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A1B5921476E9E81A-001/tempDir-001/node1/./collection2_shard1_replica_n1/data/]
[junit4] 2> 146114 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146114 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146115 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 146115 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 146116 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6623924d[collection2_shard1_replica_n1] main]
[junit4] 2> 146118 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146119 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146120 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146120 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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 1584323929813549056
[junit4] 2> 146123 INFO
(searcherExecutor-166-thread-1-processing-n:127.0.0.1:46054_solr
x:collection2_shard1_replica_n1 s:shard1 c:collection2 r:core_node2)
[n:127.0.0.1:46054_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@6623924d[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 146130 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146130 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146130 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/
[junit4] 2> 146131 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146131 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/
has no replicas
[junit4] 2> 146131 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146135 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/ shard1
[junit4] 2> 146239 INFO
(zkCallback-118-thread-3-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 146239 INFO
(zkCallback-118-thread-1-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 146287 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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> 146291 INFO (qtp473442980-1448) [n:127.0.0.1:46054_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=1298
[junit4] 2> 146301 INFO (qtp473442980-1446) [n:127.0.0.1:46054_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> 146393 INFO
(zkCallback-118-thread-3-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 146393 INFO
(zkCallback-118-thread-2-processing-n:127.0.0.1:46054_solr)
[n:127.0.0.1:46054_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> 146581 INFO
(OverseerCollectionConfigSetProcessor-99020245272887302-127.0.0.1:46054_solr-n_0000000000)
[n:127.0.0.1:46054_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> 147307 INFO (qtp473442980-1446) [n:127.0.0.1:46054_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=2736
[junit4] 2> 147343 INFO (qtp473442980-1447) [n:127.0.0.1:46054_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
(1584323931076034560)]} 0 21
[junit4] 2> 147362 INFO (qtp390391517-1430) [n:127.0.0.1:52261_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
(1584323931097006080), 7 (1584323931115880448)]} 0 22
[junit4] 2> 147381 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1584323931135803392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 147381 INFO (qtp390391517-1440) [n:127.0.0.1:52261_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@387ce279
commitCommandVersion:1584323931135803392
[junit4] 2> 147385 INFO (qtp473442980-1441) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1584323931139997696,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 147385 INFO (qtp473442980-1441) [n:127.0.0.1:46054_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@5b72f533
commitCommandVersion:1584323931139997696
[junit4] 2> 147426 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@32054ef6[collection1_shard2_replica_n2] main]
[junit4] 2> 147426 INFO (qtp473442980-1441) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7fda0969[collection1_shard1_replica_n1] main]
[junit4] 2> 147434 INFO (qtp473442980-1441) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 147434 INFO
(searcherExecutor-156-thread-1-processing-n:127.0.0.1:46054_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:46054_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@7fda0969[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
[junit4] 2> 147434 INFO (qtp473442980-1441) [n:127.0.0.1:46054_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={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 49
[junit4] 2> 147435 INFO
(searcherExecutor-157-thread-1-processing-n:127.0.0.1:52261_solr
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4)
[n:127.0.0.1:52261_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@32054ef6[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
[junit4] 2> 147441 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 147441 INFO (qtp390391517-1440) [n:127.0.0.1:52261_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=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 60
[junit4] 2> 147448 INFO (qtp390391517-1431) [n:127.0.0.1:52261_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&commit=true&wt=javabin&version=2}{commit=} 0 81
[junit4] 2> 147470 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection2:4&wt=javabin&version=2}{add=[9
(1584323931211300864), 10 (1584323931229126656)]} 0 20
[junit4] 2> 147472 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1584323931231223808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 147472 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@5d0eb2f4
commitCommandVersion:1584323931231223808
[junit4] 2> 147498 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@53a4d1ab[collection2_shard1_replica_n1] main]
[junit4] 2> 147500 INFO
(searcherExecutor-166-thread-1-processing-n:127.0.0.1:46054_solr
x:collection2_shard1_replica_n1 s:shard1 c:collection2 r:core_node2)
[n:127.0.0.1:46054_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@53a4d1ab[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
[junit4] 2> 147505 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 147505 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection2:4&commit=true&wt=javabin&version=2}{commit=} 0 33
[junit4] 2> 147509 INFO (qtp473442980-1443) [n:127.0.0.1:46054_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params
collections=collection1&name=testalias&action=CREATEALIAS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 147528 INFO (qtp473442980-1443) [n:127.0.0.1:46054_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collections=collection1&name=testalias&action=CREATEALIAS&wt=javabin&version=2}
status=0 QTime=19
[junit4] 2> 147531 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params
action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 147531 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 147538 INFO (qtp473442980-1446) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042144&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147541 INFO (qtp390391517-1439) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042144&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147543 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042144&ids=8&isShard=true&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147543 INFO (qtp390391517-1438) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042144&ids=6,7&isShard=true&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147547 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4&wt=javabin&version=2} hits=3 status=0
QTime=13
[junit4] 2> 147559 INFO (qtp390391517-1433) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042161&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147560 INFO (qtp473442980-1441) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042161&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147564 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042161&ids=8&isShard=true&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147564 INFO (qtp390391517-1430) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042161&ids=6,7&isShard=true&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147565 INFO (qtp390391517-1435) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4&wt=javabin&version=2} hits=3 status=0
QTime=14
[junit4] 2> 147567 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042177&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147569 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042177&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147571 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042177&ids=8&isShard=true&collection=collection1&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147572 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042177&ids=6,7&isShard=true&collection=collection1&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147573 INFO (qtp390391517-1429) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4&collection=testalias&wt=javabin&version=2}
hits=3 status=0 QTime=6
[junit4] 2> 147589 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042199&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147589 INFO (qtp473442980-1446) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042199&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147591 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042199&ids=8&isShard=true&collection=collection1&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147591 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510929042199&ids=6,7&isShard=true&collection=collection1&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147592 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4&collection=testalias&wt=javabin&version=2}
hits=3 status=0 QTime=4
[junit4] 2> 147606 INFO
(TEST-AliasIntegrationTest.test-seed#[A1B5921476E9E81A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 147607 INFO
(TEST-AliasIntegrationTest.test-seed#[A1B5921476E9E81A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41757/solr ready
[junit4] 2> 147614 INFO (qtp390391517-1433) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042221&isShard=true&wt=javabin}
hits=2 status=0 QTime=2
[junit4] 2> 147614 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042221&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147616 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042221&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147618 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042221&ids=9,10&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147619 INFO (qtp390391517-1430) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042221&ids=6,7&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147627 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042221&ids=8&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147627 INFO (qtp390391517-1440) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4|collection2:4&wt=javabin&version=2}
hits=5 status=0 QTime=17
[junit4] 2> 147636 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042245&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147638 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042245&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147639 INFO (qtp390391517-1431) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042245&isShard=true&wt=javabin}
hits=2 status=0 QTime=2
[junit4] 2> 147645 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042245&ids=9,10&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147645 INFO (qtp390391517-1439) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042245&ids=6,7&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 147646 INFO (qtp473442980-1443) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042245&ids=8&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147646 INFO (qtp473442980-1448) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4|collection2:4&wt=javabin&version=2}
hits=5 status=0 QTime=12
[junit4] 2> 147651 INFO (qtp473442980-1446) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042259&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147651 INFO (qtp390391517-1438) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042259&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147652 INFO (qtp473442980-1446) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042259&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147654 INFO (qtp390391517-1433) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042259&ids=6,7&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147655 INFO (qtp473442980-1445) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042259&ids=9,10&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147656 INFO (qtp473442980-1444) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042259&ids=8&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147656 INFO (qtp390391517-1432) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4|collection2:4&collection=testalias,collection2&wt=javabin&version=2}
hits=5 status=0 QTime=8
[junit4] 2> 147663 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1]
o.a.s.c.S.Request [collection2_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection2_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042270&isShard=true&wt=javabin}
hits=2 status=0 QTime=0
[junit4] 2> 147663 INFO (qtp473442980-1441) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510929042270&isShard=true&wt=javabin}
hits=1 status=0 QTime=0
[junit4] 2> 147664 INFO (qtp390391517-1430) [n:127.0.0.1:52261_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2]
o.a.s.c.S.Request [collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:4|collection2:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection1,collection2&shard.url=http://127.0.0.1:52261/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510929042270&isShard=true&wt=javabin}
hits=2 status=0 QTime=1
[junit4] 2> 147666 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4|collection2:4&shards.purpose=64&NOW=1510929042270&ids=8&isShard=true&collection=collection1,collection2&shard.url=http://127.0.0.1:46054/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 147667 INFO (qtp473442980-1447) [n:127.0.0.1:46054_solr
c:collection2 s:shard1 r:core_node2
[...truncated too long message...]
ove limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2> 4 /solr/configs/timeConfig
[junit4] 2> 3 /solr/configs/timeConfig/managed-schema
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections/timeConfig/state.json
[junit4] 2> 5 /solr/collections/myalias_2017-10-23/state.json
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 4 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_A1B5921476E9E81A-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1777, maxMBSortInHeap=7.313832985602777,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@16a5710a),
locale=id, timezone=America/Yellowknife
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152
(64-bit)/cpus=3,threads=1,free=234615736,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestClusterStateMutator,
AssignTest, TestSolrCloudWithDelegationTokens, HdfsSyncSliceTest,
TestDownShardTolerantSearch, DistributedFacetPivotSmallAdvancedTest,
TestFastLRUCache, AnalyticsQueryTest,
StatelessScriptUpdateProcessorFactoryTest, CurrencyFieldTypeTest,
TestQueryTypes, AliasIntegrationTest, FieldMutatingUpdateProcessorTest,
SpellCheckCollatorWithCollapseTest, TestInPlaceUpdatesStandalone,
HealthCheckHandlerTest, LargeFieldTest, TestConfigOverlay, TestNumericTerms64,
TestCloudDeleteByQuery, AddBlockUpdateTest, RollingRestartTest,
TestSearcherReuse, TestXmlQParserPlugin, TestTestInjection, TestSegmentSorting,
ConnectionManagerTest, TestClassicSimilarityFactory, TestGroupingSearch,
TestRandomRequestDistribution, TestValueSourceCache, TestManagedSchemaAPI,
TestFastOutputStream, UninvertDocValuesMergePolicyTest,
DistributedQueryComponentOptimizationTest, CollectionsAPIDistributedZkTest,
BJQParserTest, DOMUtilTest, MigrateRouteKeyTest, TestBulkSchemaConcurrent,
ExternalFileFieldSortTest, TestNestedDocsSort, TestSimpleTrackingShardHandler,
TestQueryWrapperFilter, ParsingFieldUpdateProcessorsTest,
TestSolrCloudWithSecureImpersonation, SearchRateTriggerTest, DeleteReplicaTest,
ShardRoutingCustomTest, TestSuggestSpellingConverter,
DistributedFacetPivotLargeTest, PolyFieldTest, TestAnalyzedSuggestions,
TestSolrConfigHandlerCloud, TestTrie, SolrMetricReporterTest,
TestCoreAdminApis, MoveReplicaTest, TestBadConfig,
SolrCoreCheckLockOnStartupTest, TestRandomFaceting,
DistribDocExpirationUpdateProcessorTest, SpellPossibilityIteratorTest,
TriLevelCompositeIdRoutingTest, HdfsAutoAddReplicasIntegrationTest,
SolrCLIZkUtilsTest, TestPostingsSolrHighlighter, TestConfig,
RemoteQueryErrorTest, SparseHLLTest, DistributedQueueTest, CdcrBootstrapTest,
TestElisionMultitermQuery, TestScoreJoinQPScore, ZkNodePropsTest,
TestExactStatsCache, CloudExitableDirectoryReaderTest, TestShardHandlerFactory,
SuggestComponentTest, ClassificationUpdateProcessorFactoryTest,
DocumentBuilderTest, NodeAddedTriggerTest, TestDistribIDF,
TestFieldCollectionResource, SecurityConfHandlerTest, CloudMLTQParserTest,
ComputePlanActionTest, RequestLoggingTest, JavabinLoaderTest, BlockCacheTest,
TestBinaryResponseWriter, TestPointFields, TestStressReorder,
ReplicaListTransformerTest, TestSolrCoreParser, TestUnifiedSolrHighlighter,
TestTolerantUpdateProcessorRandomCloud, ManagedSchemaRoundRobinCloudTest,
TestCollectionAPI, TestBM25SimilarityFactory, TestLegacyFieldCache,
PeerSyncReplicationTest, SynonymTokenizerTest, TestZkAclsWithHadoopAuth,
HdfsTlogReplayBufferedWhileIndexingTest, TestZkChroot, TestMissingGroups,
FileUtilsTest, TestLocalFSCloudBackupRestore, TestPKIAuthenticationPlugin,
TestEmbeddedSolrServerConstructors, PeerSyncWithIndexFingerprintCachingTest,
TestLMJelinekMercerSimilarityFactory, ZkStateWriterTest,
TestPullReplicaErrorHandling, TestDynamicFieldCollectionResource,
CoreAdminCreateDiscoverTest, CachingDirectoryFactoryTest,
SharedFSAutoReplicaFailoverTest, PluginInfoTest, CdcrVersionReplicationTest,
StatsReloadRaceTest, TestGraphMLResponseWriter, TestSubQueryTransformer,
TestHashPartitioner, TestConfigSetsAPI, DistributedIntervalFacetingTest,
CollectionsAPIAsyncDistributedZkTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestSystemIdResolver,
TestRawTransformer, TestPrepRecovery, TestCloudSearcherWarming,
TestDistributedMissingSort, TestSystemCollAutoCreate, TestFieldCacheSort,
TestMergePolicyConfig, OverseerStatusTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, CdcrReplicationHandlerTest,
TestCloudPseudoReturnFields, MetricsHandlerTest, TestStandardQParsers,
TestExpandComponent, DocValuesMultiTest, TestCorePropertiesReload,
TestExtendedDismaxParser, CheckHdfsIndexTest, SearchHandlerTest,
TestDeleteCollectionOnDownNodes, BasicZkTest, EchoParamsTest,
TestPivotHelperCode, CollectionStateFormat2Test, QueryElevationComponentTest,
TestManagedResourceStorage, SubstringBytesRefFilterTest, GraphQueryTest,
TestSearchPerf, TestPerFieldSimilarity, TestComplexPhraseLeadingWildcard,
TestDistributedGrouping, TestWordDelimiterFilterFactory,
BlobRepositoryCloudTest, TestLegacyTerms, TestManagedSynonymGraphFilterFactory,
PingRequestHandlerTest, TestConfigSetsAPIZkFailure, TestPushWriter,
TestHalfAndHalfDocValues, TestRTGBase, TestHdfsCloudBackupRestore,
ActionThrottleTest, TestBulkSchemaAPI, PKIAuthenticationIntegrationTest,
TestNRTOpen, TestCloudSchemaless, TestReload, TestSolrIndexConfig,
SoftAutoCommitTest, SolrCoreTest, TestHdfsUpdateLog, BasicDistributedZk2Test,
SyncSliceTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest,
TestDistributedSearch, TestFaceting, DistributedSpellCheckComponentTest,
TermVectorComponentDistributedTest, ZkControllerTest, TestCoreContainer,
StatsComponentTest, ConvertedLegacyTest, TestSort, TestFunctionQuery,
TestIndexSearcher, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest,
TestQueryUtils, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest,
XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest,
TermVectorComponentTest, FieldAnalysisRequestHandlerTest,
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest,
UpdateRequestProcessorFactoryTest, QueryParsingTest,
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest,
TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, SOLR749Test,
UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery,
CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CustomCollectionTest,
DeleteStatusTest, DocValuesNotIndexedTest, ForceLeaderTest,
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest,
MoveReplicaHDFSFailoverTest, NodeMutatorTest,
OverriddenZkACLAndCredentialsProvidersTest, ReplaceNodeTest,
TestCloudJSONFacetJoinDomain, TestExclusionRuleCollectionAccess,
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TestReplicaProperties,
TestSSLRandomization, TestSizeLimitedDistributedMap, TestTlogReplica,
AutoAddReplicasPlanActionTest, NodeLostTriggerTest, TestPolicyCloud,
HdfsRecoveryZkTest, RuleEngineTest, ConfigureRecoveryStrategyTest,
CoreSorterTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest,
TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams,
TestSolrConfigHandler, TestSolrXml, TestSolrCloudSnapshots, SearchHandlerTest,
TestBlobHandler, TestHdfsBackupRestoreCore, TestSQLHandler,
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest,
TestApiFramework, TestCollectionAPIs, TestConfigsApi,
DistributedExpandComponentTest, DistributedFacetExistsSmallTest,
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest,
DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest,
FacetPivotSmallTest, InfixSuggestersTest, SpatialHeatmapFacetsTest,
TestHttpShardHandlerFactory, TestTrackingShardHandlerFactory,
SolrMetricManagerTest, SolrGangliaReporterTest, SolrJmxReporterCloudTest,
SolrCloudReportersTest, TestStreamBody, TestMacroExpander, TestMacros,
SmileWriterTest, TestRawResponseWriter, TestSolrQueryResponse,
TestChildDocTransformer, TestDynamicFieldResource, TestFieldResource,
TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaNameResource,
TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource,
TestSerializedLuceneMatchVersion, TestManagedStopFilterFactory,
TestManagedSynonymFilterFactory, BadCopyFieldTest, BooleanFieldTest,
ChangedSchemaMergeTest, DateRangeFieldTest, DocValuesMissingTest,
TestCollationFieldDocValues, TestSchemaManager, TestSchemalessBufferedUpdates,
TestUseDocValuesAsStored, CursorMarkTest, RankQueryTest, SortSpecParsingTest,
TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestFilteredDocIdSet,
TestHashQParserPlugin, TestLegacyNumericRangeQueryBuilder,
TestMultiWordSynonyms, TestOverriddenPrefixQueryForCustomFieldType,
TestRandomCollapseQParserPlugin, TestReloadDeadlock, TestSimpleQParserPlugin,
TestSmileRequest, TestTrieFacet, TestXmlQParser, TestJsonFacetRefinement,
TestJsonFacets, BasicAuthStandaloneTest, TestSha256AuthenticationProvider,
TestImpersonationWithHadoopAuth, HdfsLockFactoryTest, TestDocTermOrds,
TestFieldCache, TestFieldCacheReopen, TestFieldCacheVsDocValues,
TestFieldCacheWithThreads, CdcrUpdateLogTest, DataDrivenBlockJoinTest,
TestDocBasedVersionConstraints, TestExceedMaxTermLength,
TestInPlaceUpdatesDistrib, TimePartitionedUpdateProcessorTest]
[junit4] Completed [741/750 (4!)] on J1 in 16.09s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 47319 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]