Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4229/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --illegal-access=deny
1 tests failed.
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias
Error Message:
Fetching cluster properties not supported using the HttpClusterStateProvider.
ZkClientClusterStateProvider can be used for this.
Stack Trace:
java.lang.UnsupportedOperationException: Fetching cluster properties not
supported using the HttpClusterStateProvider. ZkClientClusterStateProvider can
be used for this.
at
__randomizedtesting.SeedInfo.seed([296BCAC92311E821:39168D00D6F2E8B6]:0)
at
org.apache.solr.client.solrj.impl.HttpClusterStateProvider.getClusterProperties(HttpClusterStateProvider.java:254)
at
org.apache.solr.client.solrj.impl.ClusterStateProvider.getClusterProperty(ClusterStateProvider.java:65)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1019)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 14493 lines...]
[junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
[junit4] 2> 45577 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/init-core-data-001
[junit4] 2> 45578 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 45578 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
[junit4] 2> 45579 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001
[junit4] 2> 45579 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 45579 INFO (Thread-110) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 45580 INFO (Thread-110) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 45582 ERROR (Thread-110) [ ] 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> 45689 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:57024
[junit4] 2> 45732 INFO (jetty-launcher-183-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 45735 INFO (jetty-launcher-183-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 45737 INFO (jetty-launcher-183-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 45742 INFO (jetty-launcher-183-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ebe4a3d{/solr,null,AVAILABLE}
[junit4] 2> 45751 INFO (jetty-launcher-183-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18aa2c15{/solr,null,AVAILABLE}
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@610a87d6{HTTP/1.1,[http/1.1]}{127.0.0.1:۵۷۰۲۶}
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@78294f8e{HTTP/1.1,[http/1.1]}{127.0.0.1:۵۷۰۲۷}
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-1) [ ]
o.e.j.s.Server Started @۴۸۰۴۴ms
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-3) [ ]
o.e.j.s.Server Started @۴۸۰۴۴ms
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57027}
[junit4] 2> 45753 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57026}
[junit4] 2> 45753 ERROR (jetty-launcher-183-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 45753 ERROR (jetty-launcher-183-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-16T01:10:01.319267Z
[junit4] 2> 45754 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-16T01:10:01.319252Z
[junit4] 2> 45756 INFO (jetty-launcher-183-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@545d4a08{/solr,null,AVAILABLE}
[junit4] 2> 45756 INFO (jetty-launcher-183-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1e8c596d{HTTP/1.1,[http/1.1]}{127.0.0.1:۵۷۰۲۸}
[junit4] 2> 45756 INFO (jetty-launcher-183-thread-2) [ ]
o.e.j.s.Server Started @۴۸۰۴۷ms
[junit4] 2> 45756 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57028}
[junit4] 2> 45757 ERROR (jetty-launcher-183-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 45757 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 45757 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 45757 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 45757 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-16T01:10:01.322721Z
[junit4] 2> 45762 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 45765 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 45765 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 45778 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57024/solr
[junit4] 2> 45786 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f22bafebb0004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 45787 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57024/solr
[junit4] 2> 45791 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57024/solr
[junit4] 2> 45798 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f22bafebb0007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 45872 WARN (jetty-launcher-183-thread-2) [ ]
o.a.s.c.ZkController The _default configset could not be uploaded. Please
provide 'solr.default.confdir' parameter that points to a configset intended to
be the default. Current 'solr.default.confdir' value: null
[junit4] 2> 45872 WARN (jetty-launcher-183-thread-3) [ ]
o.a.s.c.ZkController The _default configset could not be uploaded. Please
provide 'solr.default.confdir' parameter that points to a configset intended to
be the default. Current 'solr.default.confdir' value: null
[junit4] 2> 45874 WARN (jetty-launcher-183-thread-1) [ ]
o.a.s.c.ZkController The _default configset could not be uploaded. Please
provide 'solr.default.confdir' parameter that points to a configset intended to
be the default. Current 'solr.default.confdir' value: null
[junit4] 2> 45887 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 45887 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 45887 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 45888 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57028_solr
[junit4] 2> 45890 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57027_solr
[junit4] 2> 45890 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57026_solr
[junit4] 2> 45891 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98835903358369801-127.0.0.1:57028_solr-n_0000000000) starting
[junit4] 2> 45895 INFO (zkCallback-193-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 45896 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 45897 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 45931 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57028_solr
[junit4] 2> 45932 INFO (zkCallback-193-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 45933 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 45933 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 46033 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57027.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46047 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57027.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46048 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57027.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46049 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57026.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46050 INFO (jetty-launcher-183-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node1/.
[junit4] 2> 46112 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57028.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46128 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57026.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46128 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57026.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46132 INFO (jetty-launcher-183-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/.
[junit4] 2> 46140 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57028.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46140 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57028.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 46142 INFO (jetty-launcher-183-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/.
[junit4] 2> 46261 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 46264 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57024/solr ready
[junit4] 2> 46281 INFO (qtp269372082-765) [ ]
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> 46286 INFO (OverseerThreadFactory-236-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection collection1
[junit4] 2> 46411 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] 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:57028/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 46417 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] 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:57026/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 46643 INFO (qtp1606609478-774) [ ]
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> 46643 INFO (qtp502309386-755) [ ]
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> 46643 INFO (qtp1606609478-774) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 46644 INFO (qtp502309386-755) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 46756 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 46756 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 46757 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 46757 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 47683 INFO (qtp502309386-755) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 47683 INFO (qtp1606609478-774) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 47701 INFO (qtp502309386-755) [ ] o.a.s.s.IndexSchema
[collection1_shard2_replica_n2] Schema name=test
[junit4] 2> 47706 INFO (qtp1606609478-774) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=test
[junit4] 2> 47801 WARN (qtp1606609478-774) [ ] o.a.s.s.IndexSchema
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields
(2)
[junit4] 2> 47801 WARN (qtp1606609478-774) [ ] o.a.s.s.IndexSchema
Field text is not multivalued and destination for multiple copyFields (3)
[junit4] 2> 47801 WARN (qtp502309386-755) [ ] o.a.s.s.IndexSchema
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields
(2)
[junit4] 2> 47801 WARN (qtp502309386-755) [ ] o.a.s.s.IndexSchema
Field text is not multivalued and destination for multiple copyFields (3)
[junit4] 2> 47801 INFO (qtp1606609478-774) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 47802 INFO (qtp502309386-755) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 47802 INFO (qtp1606609478-774) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 47802 INFO (qtp502309386-755) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n2' using configuration from
collection collection1, trusted=true
[junit4] 2> 47803 INFO (qtp502309386-755) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57026.solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 47803 INFO (qtp1606609478-774) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57028.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 47803 INFO (qtp502309386-755) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 47803 INFO (qtp1606609478-774) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 47803 INFO (qtp502309386-755) [ ] o.a.s.c.SolrCore
[[collection1_shard2_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/collection1_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/./collection1_shard2_replica_n2/data/]
[junit4] 2> 47803 INFO (qtp1606609478-774) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/collection1_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
[junit4] 2> 47876 INFO (qtp502309386-755) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 47876 INFO (qtp502309386-755) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 47876 INFO (qtp1606609478-774) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 47876 INFO (qtp1606609478-774) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 47878 INFO (qtp1606609478-774) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 47878 INFO (qtp1606609478-774) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 47878 INFO (qtp502309386-755) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 47881 INFO (qtp502309386-755) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 47885 INFO (qtp1606609478-774) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6707fa56[collection1_shard1_replica_n1] main]
[junit4] 2> 47886 INFO (qtp502309386-755) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4dd27c9e[collection1_shard2_replica_n2] main]
[junit4] 2> 47887 INFO (qtp1606609478-774) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 47888 INFO (qtp1606609478-774) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 47888 INFO (qtp502309386-755) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 47889 INFO (qtp502309386-755) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 47889 INFO (qtp1606609478-774) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 47890 INFO (qtp502309386-755) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 47890 INFO (searcherExecutor-243-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher
Searcher@6707fa56[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47891 INFO (qtp1606609478-774) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1581374456155078656
[junit4] 2> 47892 INFO (searcherExecutor-244-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher
Searcher@4dd27c9e[collection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 47892 INFO (qtp502309386-755) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1581374456156127232
[junit4] 2> 47899 INFO (qtp1606609478-774) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 47899 INFO (qtp1606609478-774) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 47900 INFO (qtp1606609478-774) [ ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/
[junit4] 2> 47900 INFO (qtp1606609478-774) [ ] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 47900 INFO (qtp1606609478-774) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/ has no replicas
[junit4] 2> 47900 INFO (qtp1606609478-774) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 47900 INFO (qtp502309386-755) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 47900 INFO (qtp502309386-755) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 47900 INFO (qtp502309386-755) [ ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/
[junit4] 2> 47900 INFO (qtp502309386-755) [ ] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 47900 INFO (qtp502309386-755) [ ] o.a.s.c.SyncStrategy
http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/ has no replicas
[junit4] 2> 47900 INFO (qtp502309386-755) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 47907 INFO (qtp502309386-755) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/ shard2
[junit4] 2> 47907 INFO (qtp1606609478-774) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 48018 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48018 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48018 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48019 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48069 INFO (qtp502309386-755) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 48069 INFO (qtp1606609478-774) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 48072 INFO (qtp1606609478-774) [ ] 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=1429
[junit4] 2> 48073 INFO (qtp502309386-755) [ ] 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=1430
[junit4] 2> 48081 INFO (qtp269372082-765) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 48175 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48175 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48175 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48175 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 48291 INFO
(OverseerCollectionConfigSetProcessor-98835903358369801-127.0.0.1:57028_solr-n_0000000000)
[ ] 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> 49090 INFO (qtp269372082-765) [ ] 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=2808
[junit4] 2> 49091 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 49092 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 49104 INFO (qtp269372082-766) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 49110 INFO (qtp269372082-766) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
[junit4] 2> 49148 INFO
(TEST-CloudSolrClientTest.stateVersionParamTest-seed#[296BCAC92311E821]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting stateVersionParamTest
[junit4] 2> 49179 INFO (qtp1606609478-775) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
(-1581374457492013056)} 0 13
[junit4] 2> 49187 INFO (qtp1606609478-776) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374457514033152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49187 INFO (qtp502309386-758) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374457514033152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49190 INFO (qtp1606609478-776) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 49191 INFO (qtp502309386-758) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 49192 INFO (qtp1606609478-776) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49193 INFO (qtp1606609478-776) [ ]
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:57026/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 6
[junit4] 2> 49194 INFO (qtp502309386-758) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49195 INFO (qtp502309386-758) [ ]
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:57026/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 8
[junit4] 2> 49197 INFO (qtp502309386-757) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]
webapp=/solr path=/update
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
(-1581374457486770176),commit=} 0 39
[junit4] 2> 49216 INFO (qtp502309386-759) [ ] o.a.s.c.S.Request
[collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1508116204767&isShard=true&wt=javabin}
hits=0 status=0 QTime=9
[junit4] 2> 49216 INFO (qtp1606609478-778) [ ] o.a.s.c.S.Request
[collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1508116204767&isShard=true&wt=javabin}
hits=0 status=0 QTime=9
[junit4] 2> 49223 INFO (qtp1606609478-773) [ ] o.a.s.c.S.Request
[collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=20
[junit4] 2> 49224 INFO
(TEST-CloudSolrClientTest.stateVersionParamTest-seed#[296BCAC92311E821]) [ ]
o.a.s.c.s.i.CloudSolrClientTest should work query, result
{responseHeader={zkConnected=true,status=0,QTime=20},response={numFound=0,start=0,maxScore=0.0,docs=[]}}
[junit4] 2> 49228 INFO (qtp502309386-760) [ ] 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:57026/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1508116204790&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 49229 INFO (qtp1606609478-774) [ ] 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:57028/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1508116204790&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 49230 INFO (qtp1606609478-762) [ ] o.a.s.c.S.Request
[collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:4&wt=javabin&version=2} hits=0 status=0
QTime=5
[junit4] 2> 49231 INFO
(TEST-CloudSolrClientTest.stateVersionParamTest-seed#[296BCAC92311E821]) [ ]
o.a.s.c.s.i.CloudSolrClientTest 2nd query , result
{responseHeader={zkConnected=true,status=0,QTime=5},response={numFound=0,start=0,maxScore=0.0,docs=[]}}
[junit4] 2> 49234 INFO (qtp502309386-760) [ ] o.a.s.c.S.Request
[collection1_shard2_replica_n2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:3&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57026/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1508116204797&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 49235 INFO (qtp1606609478-776) [ ] o.a.s.c.S.Request
[collection1_shard1_replica_n1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:3&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1508116204797&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 49237 INFO (qtp1606609478-774) [ ] o.a.s.c.S.Request
[collection1_shard1_replica_n1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:3&wt=javabin&version=2} hits=0 status=0
QTime=5
[junit4] 2> 49239 INFO
(TEST-CloudSolrClientTest.stateVersionParamTest-seed#[296BCAC92311E821]) [ ]
o.a.s.c.s.i.CloudSolrClientTest the node which does not serve this
collectionhttp://127.0.0.1:57027/solr
[junit4] 2> 49242 INFO (qtp269372082-767) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 49246 INFO
(TEST-CloudSolrClientTest.stateVersionParamTest-seed#[296BCAC92311E821]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending stateVersionParamTest
[junit4] 2> 49278 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.SolrTestCaseJ4 ###Starting checkCollectionParameters
[junit4] 2> 49296 INFO (qtp502309386-760) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]
webapp=/solr path=/update
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:57028/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1581374457620987904)} 0 8
[junit4] 2> 49301 INFO (qtp502309386-756) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374457633570816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49303 INFO (qtp1606609478-773) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374457635667968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 49303 INFO (qtp502309386-756) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 49304 INFO (qtp1606609478-773) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 49305 INFO (qtp502309386-756) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49305 INFO (qtp1606609478-773) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 49305 INFO (qtp502309386-756) [ ]
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:57028/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 4
[junit4] 2> 49305 INFO (qtp1606609478-773) [ ]
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:57028/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 3
[junit4] 2> 49307 INFO (qtp1606609478-776) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
(-1581374457613647872),commit=} 0 26
[junit4] 2> 49315 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 49317 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57024/solr
ready
[junit4] 2> 49320 INFO (qtp269372082-769) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=d32e5d80-76b9-4beb-b29f-2f31a22e9919&replicationFactor=1&collection.configName=conf&name=multicollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 49325 INFO (qtp269372082-769) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={async=d32e5d80-76b9-4beb-b29f-2f31a22e9919&replicationFactor=1&collection.configName=conf&name=multicollection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 49327 INFO (qtp269372082-763) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&replicationFactor=1&collection.configName=conf&name=multicollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 49330 INFO (OverseerThreadFactory-236-thread-2) [ ]
o.a.s.c.CreateCollectionCmd Create collection multicollection1
[junit4] 2> 49335 INFO (qtp269372082-763) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&replicationFactor=1&collection.configName=conf&name=multicollection2&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=8
[junit4] 2> 49338 INFO (qtp269372082-765) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 49342 INFO (qtp269372082-765) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 49346 INFO (OverseerThreadFactory-236-thread-3) [ ]
o.a.s.c.CreateCollectionCmd Create collection multicollection2
[junit4] 2> 49577 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"multicollection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"multicollection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57026/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 49582 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"multicollection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"multicollection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57028/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 49590 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"multicollection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"multicollection1_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57028/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 49593 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"multicollection2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"multicollection2_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:57026/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 49811 INFO (qtp1606609478-775) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573&coreNodeName=core_node3&name=multicollection2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=1
[junit4] 2> 49811 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573&coreNodeName=core_node3&name=multicollection2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 49812 INFO (qtp502309386-758) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718828171890&coreNodeName=core_node3&name=multicollection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=2
[junit4] 2> 49816 INFO (qtp1606609478-777) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401&coreNodeName=core_node4&name=multicollection1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=4
[junit4] 2> 49817 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401&coreNodeName=core_node4&name=multicollection1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 49818 INFO (qtp502309386-757) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718839733019&coreNodeName=core_node4&name=multicollection2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=5
[junit4] 2> 49818 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection1&version=2&replicaType=NRT&async=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718828171890&coreNodeName=core_node3&name=multicollection1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 49819 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=multicollection2&version=2&replicaType=NRT&async=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718839733019&coreNodeName=core_node4&name=multicollection2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 49821 INFO (qtp1606609478-775) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401
[junit4] 2> 49821 INFO (qtp1606609478-775) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 49821 INFO (qtp1606609478-778) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573
[junit4] 2> 49821 INFO (qtp1606609478-778) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 49936 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49936 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49936 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49936 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49939 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49939 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49939 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 49939 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 50347 INFO (qtp269372082-766) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 50349 INFO (qtp269372082-766) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 50828 INFO (qtp1606609478-775) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573
[junit4] 2> 50828 INFO (qtp1606609478-775) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 50828 INFO (qtp1606609478-776) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401
[junit4] 2> 50828 INFO (qtp1606609478-776) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 50847 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 50847 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 50870 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 50875 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 50903 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.s.IndexSchema [multicollection2_shard2_replica_n2] Schema name=test
[junit4] 2> 50905 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.s.IndexSchema [multicollection2_shard1_replica_n1] Schema name=test
[junit4] 2> 50911 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.s.IndexSchema [multicollection1_shard1_replica_n1] Schema name=test
[junit4] 2> 51023 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.s.IndexSchema [multicollection1_shard2_replica_n2] Schema name=test
[junit4] 2> 51135 WARN (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 51135 WARN (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 51135 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 51136 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'multicollection1_shard1_replica_n1'
using configuration from collection multicollection1, trusted=true
[junit4] 2> 51136 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57026.solr.core.multicollection1.shard1.replica_n1' (registry
'solr.core.multicollection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 51136 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 51136 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SolrCore [[multicollection1_shard1_replica_n1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/multicollection1_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/./multicollection1_shard1_replica_n1/data/]
[junit4] 2> 51142 WARN (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 51143 WARN (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 51143 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 51143 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'multicollection2_shard2_replica_n2'
using configuration from collection multicollection2, trusted=true
[junit4] 2> 51143 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57026.solr.core.multicollection2.shard2.replica_n2' (registry
'solr.core.multicollection2.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 51143 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 51143 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SolrCore [[multicollection2_shard2_replica_n2] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/multicollection2_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node3/./multicollection2_shard2_replica_n2/data/]
[junit4] 2> 51192 WARN (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 51193 WARN (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 51193 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 51193 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'multicollection2_shard1_replica_n1'
using configuration from collection multicollection2, trusted=true
[junit4] 2> 51193 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57028.solr.core.multicollection2.shard1.replica_n1' (registry
'solr.core.multicollection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 51193 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 51193 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SolrCore [[multicollection2_shard1_replica_n1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/multicollection2_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/./multicollection2_shard1_replica_n1/data/]
[junit4] 2> 51224 WARN (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for
multiple copyFields (2)
[junit4] 2> 51224 WARN (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple
copyFields (3)
[junit4] 2> 51224 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 51225 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'multicollection1_shard2_replica_n2'
using configuration from collection multicollection1, trusted=true
[junit4] 2> 51225 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_57028.solr.core.multicollection1.shard2.replica_n2' (registry
'solr.core.multicollection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39ac320d
[junit4] 2> 51225 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 51226 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SolrCore [[multicollection1_shard2_replica_n2] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/multicollection1_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001/tempDir-001/node2/./multicollection1_shard2_replica_n2/data/]
[junit4] 2> 51270 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 51270 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 51272 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 51272 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 51288 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 51288 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 51291 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 51291 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 51292 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@56a5b675[multicollection2_shard2_replica_n2] main]
[junit4] 2> 51294 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 51295 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 51295 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 51297 INFO (searcherExecutor-254-thread-1) [ ]
o.a.s.c.SolrCore [multicollection2_shard2_replica_n2] Registered new searcher
Searcher@56a5b675[multicollection2_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 51297 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581374459726528512
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57026/solr/multicollection2_shard2_replica_n2/
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.SyncStrategy
http://127.0.0.1:57026/solr/multicollection2_shard2_replica_n2/ has no replicas
[junit4] 2> 51303 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 51308 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57026/solr/multicollection2_shard2_replica_n2/ shard2
[junit4] 2> 51318 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@31dfad66[multicollection1_shard1_replica_n1] main]
[junit4] 2> 51320 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 51321 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 51321 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 51322 INFO (searcherExecutor-253-thread-1) [ ]
o.a.s.c.SolrCore [multicollection1_shard1_replica_n1] Registered new searcher
Searcher@31dfad66[multicollection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 51322 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581374459752742912
[junit4] 2> 51334 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 51334 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57026/solr/multicollection1_shard1_replica_n1/
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.SyncStrategy
http://127.0.0.1:57026/solr/multicollection1_shard1_replica_n1/ has no replicas
[junit4] 2> 51335 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 51337 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 51337 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 51341 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57026/solr/multicollection1_shard1_replica_n1/ shard1
[junit4] 2> 51351 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2da5f4e[multicollection2_shard1_replica_n1] main]
[junit4] 2> 51353 INFO (qtp269372082-768) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 51354 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 51354 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 51355 INFO (qtp269372082-768) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 51355 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 51356 INFO (searcherExecutor-255-thread-1) [ ]
o.a.s.c.SolrCore [multicollection2_shard1_replica_n1] Registered new searcher
Searcher@2da5f4e[multicollection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 51356 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581374459788394496
[junit4] 2> 51361 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 51361 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 51361 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57028/solr/multicollection2_shard1_replica_n1/
[junit4] 2> 51361 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 51361 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.SyncStrategy
http://127.0.0.1:57028/solr/multicollection2_shard1_replica_n1/ has no replicas
[junit4] 2> 51362 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 51363 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 51363 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 51365 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 51365 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 51367 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7253638b[multicollection1_shard2_replica_n2] main]
[junit4] 2> 51368 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57028/solr/multicollection2_shard1_replica_n1/ shard1
[junit4] 2> 51369 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 51370 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 51370 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 51372 INFO (searcherExecutor-256-thread-1) [ ]
o.a.s.c.SolrCore [multicollection1_shard2_replica_n2] Registered new searcher
Searcher@7253638b[multicollection1_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 51372 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581374459805171712
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57028/solr/multicollection1_shard2_replica_n2/
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.SyncStrategy
http://127.0.0.1:57028/solr/multicollection1_shard2_replica_n2/ has no replicas
[junit4] 2> 51409 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 51416 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57028/solr/multicollection1_shard2_replica_n2/ shard2
[junit4] 2> 51521 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51521 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51521 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51521 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51524 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51524 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51524 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51524 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51535 INFO (parallelCoreAdminExecutor-238-thread-2) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 51535 INFO (parallelCoreAdminExecutor-239-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 51536 INFO (parallelCoreAdminExecutor-239-thread-2) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 51560 INFO (parallelCoreAdminExecutor-238-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 51675 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51675 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51675 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51675 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection1/state.json] for collection
[multicollection1] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51677 INFO (zkCallback-200-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51677 INFO (zkCallback-199-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51677 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51677 INFO (zkCallback-200-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/multicollection2/state.json] for collection
[multicollection2] has occurred - updating... (live nodes size: [3])
[junit4] 2> 51844 INFO (qtp1606609478-762) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573
[junit4] 2> 51844 INFO (qtp1606609478-774) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401
[junit4] 2> 51844 INFO (qtp1606609478-762) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718828283573&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 51844 INFO (qtp1606609478-774) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718839652401&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 51846 INFO (qtp502309386-753) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
d32e5d80-76b9-4beb-b29f-2f31a22e99192029718828171890
[junit4] 2> 51846 INFO (qtp502309386-759) [ ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718839733019
[junit4] 2> 51846 INFO (qtp502309386-753) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=d32e5d80-76b9-4beb-b29f-2f31a22e99192029718828171890&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 51846 INFO (qtp502309386-759) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f2029718839733019&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 51852 INFO (OverseerThreadFactory-236-thread-2) [ ]
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> 51852 INFO (OverseerThreadFactory-236-thread-3) [ ]
o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000003 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 52362 INFO (qtp269372082-767) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 52365 INFO (qtp269372082-767) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 52371 INFO (qtp269372082-770) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with
params
requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=DELETESTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 52372 INFO (qtp269372082-770) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=d32e5d80-76b9-4beb-b29f-2f31a22e9919&action=DELETESTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 52376 INFO (qtp269372082-769) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 52378 INFO (qtp269372082-769) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 52381 INFO (qtp269372082-763) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with
params
requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&action=DELETESTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 52383 INFO (qtp269372082-763) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={requestid=009fa5ea-e4df-4cc0-9b02-e5667718ac7f&action=DELETESTATUS&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 52384 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: multicollection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 52385 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
multicollection1
[junit4] 2> 52385 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: multicollection2 failOnTimeout:true timeout (sec):30
[junit4] 2> 52387 INFO
(TEST-CloudSolrClientTest.checkCollectionParameters-seed#[296BCAC92311E821]) [
] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
multicollection2
[junit4] 2> 52453 INFO (qtp1606609478-777) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [multicollection1_shard2_replica_n2]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2
(1581374460878913536)]} 0 57
[junit4] 2> 52454 INFO (qtp502309386-753) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [multicollection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1581374460877864960), 1 (1581374460938682368)]} 0 59
[junit4] 2> 52460 INFO (qtp1606609478-773) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374460946022400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 52460 INFO (qtp1606609478-773) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3bb95ed9
commitCommandVersion:1581374460946022400
[junit4] 2> 52461 INFO (qtp502309386-760) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1581374460947070976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 52461 INFO (qtp502309386-760) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d68b8b3
commitCommandVersion:1581374460947070976
[junit4] 2> 52520 INFO (qtp502309386-760) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7c5e165c[multicollection1_shard1_replica_n1] main]
[junit4] 2> 52521 INFO (qtp502309386-760) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 52522 INFO (searcherExecutor-253-thread-1) [ ]
o.a.s.c.SolrCore [multicollection1_shard1_replica_n1] Registered new searcher
Searcher@7c5e165c[multicollection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
[junit4] 2> 52523 INFO (qtp502309386-760
[...truncated too long message...]
[junit4] 2> 71500 INFO (coreCloseExecutor-350-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.foo.shard1.leader, tag=1613184828
[junit4] 2> 71500 INFO (coreCloseExecutor-350-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.localShardsTestColl.shard2.replica_n6, tag=658562829
[junit4] 2> 71500 INFO (coreCloseExecutor-350-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@589b654: rootName =
solr_57028, domain = solr.core.localShardsTestColl.shard2.replica_n6, service
url = null, agent id = null] for registry
solr.core.localShardsTestColl.shard2.replica_n6 /
com.codahale.metrics.MetricRegistry@3775022f
[junit4] 2> 71500 INFO (coreCloseExecutor-349-thread-6) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@61077072: rootName =
solr_57026, domain = solr.core.localShardsTestColl.shard3.replica_n16, service
url = null, agent id = null] for registry
solr.core.localShardsTestColl.shard3.replica_n16 /
com.codahale.metrics.MetricRegistry@7b9536c9
[junit4] 2> 71516 INFO (coreCloseExecutor-348-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.2nd_collection.shard2.leader, tag=202815942
[junit4] 2> 71525 INFO (coreCloseExecutor-349-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.localShardsTestColl.shard3.leader, tag=868794563
[junit4] 2> 71526 INFO (coreCloseExecutor-349-thread-7) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.localShardsTestColl.shard2.replica_n10, tag=153872938
[junit4] 2> 71526 INFO (coreCloseExecutor-349-thread-7) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f7ccf9c: rootName =
solr_57026, domain = solr.core.localShardsTestColl.shard2.replica_n10, service
url = null, agent id = null] for registry
solr.core.localShardsTestColl.shard2.replica_n10 /
com.codahale.metrics.MetricRegistry@66e1e50
[junit4] 2> 71527 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 71527 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 71527 INFO (coreCloseExecutor-350-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.localShardsTestColl.shard2.leader, tag=658562829
[junit4] 2> 71528 INFO (coreCloseExecutor-350-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.localShardsTestColl.shard1.replica_n1, tag=1136431923
[junit4] 2> 71528 INFO (coreCloseExecutor-350-thread-6) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@40eca200: rootName =
solr_57028, domain = solr.core.localShardsTestColl.shard1.replica_n1, service
url = null, agent id = null] for registry
solr.core.localShardsTestColl.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@7e860b82
[junit4] 2> 71537 INFO (coreCloseExecutor-349-thread-7) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.localShardsTestColl.shard2.leader, tag=153872938
[junit4] 2> 71537 INFO (coreCloseExecutor-349-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.multicollection1.shard1.leader, tag=325767445
[junit4] 2> 71537 INFO (coreCloseExecutor-350-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.localShardsTestColl.shard1.leader, tag=1136431923
[junit4] 2> 71538 INFO (coreCloseExecutor-350-thread-7) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.localShardsTestColl.shard3.replica_n12, tag=421243575
[junit4] 2> 71538 INFO (coreCloseExecutor-350-thread-7) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ce911e6: rootName =
solr_57028, domain = solr.core.localShardsTestColl.shard3.replica_n12, service
url = null, agent id = null] for registry
solr.core.localShardsTestColl.shard3.replica_n12 /
com.codahale.metrics.MetricRegistry@78b2305a
[junit4] 2> 71544 WARN (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 71544 INFO (jetty-closer-184-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2ebe4a3d{/solr,null,UNAVAILABLE}
[junit4] 2> 71544 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 71547 INFO (coreCloseExecutor-350-thread-7) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.localShardsTestColl.shard3.leader, tag=421243575
[junit4] 2> 71560 INFO (jetty-closer-184-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98835903358369801-127.0.0.1:57028_solr-n_0000000000) closing
[junit4] 2> 71561 INFO
(OverseerStateUpdate-98835903358369801-127.0.0.1:57028_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57028_solr
[junit4] 2> 71561 WARN
(OverseerAutoScalingTriggerThread-98835903358369801-127.0.0.1:57028_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 71563 WARN (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 71563 INFO (jetty-closer-184-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@545d4a08{/solr,null,UNAVAILABLE}
[junit4] 2> 73034 WARN (zkCallback-193-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 73035 INFO (jetty-closer-184-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@18aa2c15{/solr,null,UNAVAILABLE}
[junit4] 2> 73036 ERROR
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 73036 INFO
(SUITE-CloudSolrClientTest-seed#[296BCAC92311E821]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57024 57024
[junit4] 2> 73051 INFO (Thread-110) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:57024 57024
[junit4] 2> 73286 WARN (Thread-110) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 3 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 24 /solr/collections/foo/state.json
[junit4] 2> 24 /solr/collections/localShardsTestColl/state.json
[junit4] 2> 14 /solr/collections/2nd_collection/state.json
[junit4] 2> 12 /solr/collections/collection1/state.json
[junit4] 2> 12 /solr/collections/multicollection2/state.json
[junit4] 2> 12 /solr/collections/multicollection1/state.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 6 /solr/collections/overwrite/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98835903358369801-127.0.0.1:57028_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_296BCAC92311E821-001
[junit4] 2> Oct 16, 2017 1:10:28 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{_version_=PostingsFormat(name=Memory),
multiDefault=PostingsFormat(name=MockRandom),
a_t=PostingsFormat(name=MockRandom), title_s=PostingsFormat(name=MockRandom),
intDefault=PostingsFormat(name=Memory), id=PostingsFormat(name=Direct),
text=PostingsFormat(name=Memory), timestamp=PostingsFormat(name=MockRandom)},
docValues:{_version_=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Memory),
title_s=DocValuesFormat(name=Memory),
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1560,
maxMBSortInHeap=5.257820758731452, sim=RandomSimilarity(queryNorm=false): {},
locale=ks, timezone=America/Montreal
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=141645600,total=360710144
[junit4] 2> NOTE: All tests run in this JVM: [TestZkConfigManager,
NormalizeEvaluatorTest, TestV2Request, JDBCStreamTest, JdbcDriverTest,
CoalesceEvaluatorTest, SolrExampleStreamingTest, CloudSolrClientCacheTest,
RoundEvaluatorTest, TestEmbeddedSolrServer, JettyWebappTest,
LBHttpSolrClientBuilderTest, AndEvaluatorTest, ModifiableSolrParamsTest,
TangentEvaluatorTest, TestSuggesterResponse, LessThanEqualToEvaluatorTest,
SolrZkClientTest, OrEvaluatorTest, TestClusteringResponse, CloudSolrClientTest]
[junit4] Completed [39/145 (1!)] on J0 in 27.99s, 15 tests, 1 error <<<
FAILURES!
[...truncated 39158 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]