Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24152/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.handler.TestSQLHandler.testTimeSeriesGrouping
Error Message:
params
qt=/sql&aggregationMode=map_reduce&stmt=select+year_i,+sum(item_i)+from+collection1+group+by+year_i+order+by+year_i+desc
Stack Trace:
java.io.IOException: params
qt=/sql&aggregationMode=map_reduce&stmt=select+year_i,+sum(item_i)+from+collection1+group+by+year_i+order+by+year_i+desc
at
__randomizedtesting.SeedInfo.seed([A88FBD4CE0F68D69:A876B8C826690176]:0)
at
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:117)
at
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:1897)
at
org.apache.solr.handler.TestSQLHandler.testTimeSeriesGrouping(TestSQLHandler.java:1494)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:830)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred
while waiting response from server at: http://127.0.0.1:34111/solr/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
at
org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:277)
at
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:115)
... 40 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
... 45 more
Build Log:
[...truncated 14892 lines...]
[junit4] Suite: org.apache.solr.handler.TestSQLHandler
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/init-core-data-001
[junit4] 2> 3423916 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001
[junit4] 2> 3423917 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3423917 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3423917 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3424017 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:45485
[junit4] 2> 3424017 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45485
[junit4] 2> 3424017 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45485
[junit4] 2> 3424021 INFO (zkConnectionManagerCallback-13062-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424023 INFO (zkConnectionManagerCallback-13064-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424025 INFO (zkConnectionManagerCallback-13066-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424030 WARN (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3424030 WARN (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3424030 WARN (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3424030 WARN (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 3424030 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
[junit4] 2> 3424057 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3424057 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3424057 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3424061 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@644dd8f9{/solr,null,AVAILABLE}
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3424065 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3424069 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3424069 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3424069 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3424070 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5f6116b0{/solr,null,AVAILABLE}
[junit4] 2> 3424073 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@28b3c2{/solr,null,AVAILABLE}
[junit4] 2> 3424078 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33f42a7d{/solr,null,AVAILABLE}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@25b16e5b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:44325}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-4) [ ]
o.e.j.s.Server Started @3424183ms
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5f0a729a{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:38183}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-1) [ ]
o.e.j.s.Server Started @3424183ms
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44325}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38183}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6cebfcd2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37003}
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-2) [ ]
o.e.j.s.Server Started @3424184ms
[junit4] 2> 3424111 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37003}
[junit4] 2> 3424112 ERROR (jetty-launcher-13067-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3424112 ERROR (jetty-launcher-13067-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-27T23:18:44.378253Z
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-27T23:18:44.378367Z
[junit4] 2> 3424112 ERROR (jetty-launcher-13067-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3424112 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@331f8f46{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:34111}
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.e.j.s.Server Started @3424185ms
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-27T23:18:44.379063Z
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34111}
[junit4] 2> 3424113 ERROR (jetty-launcher-13067-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3424113 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-27T23:18:44.379439Z
[junit4] 2> 3424133 INFO (zkConnectionManagerCallback-13069-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424134 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3424145 INFO (zkConnectionManagerCallback-13073-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424147 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3424149 INFO (zkConnectionManagerCallback-13075-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424151 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3424225 INFO (zkConnectionManagerCallback-13071-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424225 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3424233 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100f40c7e3d0004, likely client has closed socket
[junit4] 2> 3424234 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100f40c7e3d0005, likely client has closed socket
[junit4] 2> 3424358 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3424370 WARN (jetty-launcher-13067-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4cb679e9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424394 WARN (jetty-launcher-13067-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@27002306[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424395 INFO (jetty-launcher-13067-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45485/solr
[junit4] 2> 3424410 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3424429 INFO (zkConnectionManagerCallback-13085-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424442 WARN (jetty-launcher-13067-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4ab00362[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424454 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3424502 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3424509 WARN (jetty-launcher-13067-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@500f4919[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424511 INFO (jetty-launcher-13067-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45485/solr
[junit4] 2> 3424516 WARN (jetty-launcher-13067-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6c451646[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424528 INFO (zkConnectionManagerCallback-13088-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424542 WARN (jetty-launcher-13067-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1d0fff01[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424640 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34111_solr
[junit4] 2> 3424641 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.c.Overseer Overseer
(id=72325928532639752-127.0.0.1:34111_solr-n_0000000000) starting
[junit4] 2> 3424656 WARN (jetty-launcher-13067-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@294600f0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424658 INFO (jetty-launcher-13067-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45485/solr
[junit4] 2> 3424714 WARN (jetty-launcher-13067-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5c9eabe5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3424716 INFO (jetty-launcher-13067-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45485/solr
[junit4] 2> 3424752 INFO (zkConnectionManagerCallback-13095-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424752 INFO (zkConnectionManagerCallback-13108-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424754 INFO (zkConnectionManagerCallback-13105-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424754 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100f40c7e3d000b, likely client has closed socket
[junit4] 2> 3424755 INFO (zkConnectionManagerCallback-13112-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424757 INFO (zkConnectionManagerCallback-13114-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424758 INFO (zkConnectionManagerCallback-13116-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424758 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45485/solr ready
[junit4] 2> 3424762 INFO (zkConnectionManagerCallback-13118-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424762 INFO
(OverseerStateUpdate-72325928532639752-127.0.0.1:34111_solr-n_0000000000)
[n:127.0.0.1:34111_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:34111_solr
[junit4] 2> 3424763 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34111_solr
[junit4] 2> 3424766 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:37003_solr as DOWN
[junit4] 2> 3424766 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:38183_solr as DOWN
[junit4] 2> 3424767 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3424767 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37003_solr
[junit4] 2> 3424767 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3424767 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38183_solr
[junit4] 2> 3424770 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3424778 INFO (zkCallback-13087-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3424779 INFO (zkCallback-13113-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3424779 INFO (zkCallback-13115-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3424779 INFO (zkCallback-13104-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3424782 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44325_solr as DOWN
[junit4] 2> 3424783 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3424783 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44325_solr
[junit4] 2> 3424784 INFO (zkCallback-13115-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3424784 INFO (zkCallback-13113-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3424784 INFO (zkCallback-13104-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3424786 INFO (zkCallback-13087-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3424805 INFO (zkCallback-13117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3424837 INFO (zkConnectionManagerCallback-13134-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424853 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3424867 INFO (zkConnectionManagerCallback-13139-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424869 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45485/solr ready
[junit4] 2> 3424889 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3424897 INFO (zkConnectionManagerCallback-13129-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3424905 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45485/solr ready
[junit4] 2> 3424911 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 3424912 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3424921 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:45485/solr ready
[junit4] 2> 3424949 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3424974 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34111.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3424985 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3425019 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3425095 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38183.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425141 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34111.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425144 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34111.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425164 INFO (jetty-launcher-13067-thread-3)
[n:127.0.0.1:34111_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node3/.
[junit4] 2> 3425187 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37003.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425203 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44325.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425248 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38183.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425254 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38183.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425256 INFO (jetty-launcher-13067-thread-1)
[n:127.0.0.1:38183_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node1/.
[junit4] 2> 3425316 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44325.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425317 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44325.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425319 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37003.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425319 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37003.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3425338 INFO (jetty-launcher-13067-thread-2)
[n:127.0.0.1:37003_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node2/.
[junit4] 2> 3425339 INFO (jetty-launcher-13067-thread-4)
[n:127.0.0.1:44325_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node4/.
[junit4] 2> 3425813 INFO (zkConnectionManagerCallback-13148-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3425814 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3425815 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3425823 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3425850 INFO
(OverseerThreadFactory-10924-thread-1-processing-n:127.0.0.1:34111_solr)
[n:127.0.0.1:34111_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 3425968 INFO
(OverseerStateUpdate-72325928532639752-127.0.0.1:34111_solr-n_0000000000)
[n:127.0.0.1:34111_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38183/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3425986 INFO
(OverseerStateUpdate-72325928532639752-127.0.0.1:34111_solr-n_0000000000)
[n:127.0.0.1:34111_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37003/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3426189 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&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> 3426194 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
x:collection1_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3427231 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 3427365 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 3427413 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.IndexSchema [collection1_shard2_replica_n3] Schema name=sql
[junit4] 2> 3427419 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=sql
[junit4] 2> 3427463 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
[junit4] 2> 3427463 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n3' using
configuration from collection collection1, trusted=true
[junit4] 2> 3427463 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37003.solr.core.collection1.shard2.replica_n3' (registry
'solr.core.collection1.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3427464 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.SolrCore [[collection1_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node2/collection1_shard2_replica_n3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node2/./collection1_shard2_replica_n3/data/]
[junit4] 2> 3427503 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema sql/1.6 with uniqueid field id
[junit4] 2> 3427503 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 3427504 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38183.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@506922dd
[junit4] 2> 3427504 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node1/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
[junit4] 2> 3427636 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3427636 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3427639 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3427639 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3427655 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@34a3d039[collection1_shard2_replica_n3] main]
[junit4] 2> 3427656 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3427657 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3427658 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3427658 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1634729069562036224
[junit4] 2> 3427661 INFO
(searcherExecutor-10941-thread-1-processing-n:127.0.0.1:37003_solr
x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4)
[n:127.0.0.1:37003_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore
[collection1_shard2_replica_n3] Registered new searcher
Searcher@34a3d039[collection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3427666 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 3427666 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard2
[junit4] 2> 3427670 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3427670 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3427670 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37003/solr/collection1_shard2_replica_n3/
[junit4] 2> 3427670 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 3427671 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.SyncStrategy http://127.0.0.1:37003/solr/collection1_shard2_replica_n3/
has no replicas
[junit4] 2> 3427671 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard2/leader after winning as
/collections/collection1/leader_elect/shard2/election/72325928532639758-core_node4-n_0000000000
[junit4] 2> 3427672 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37003/solr/collection1_shard2_replica_n3/ shard2
[junit4] 2> 3427674 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3427674 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3427676 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3427676 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3427678 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1d5a773e[collection1_shard1_replica_n1] main]
[junit4] 2> 3427679 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3427679 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3427680 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3427680 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1634729069585104896
[junit4] 2> 3427686 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
[junit4] 2> 3427686 INFO
(searcherExecutor-10942-thread-1-processing-n:127.0.0.1:38183_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:38183_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@1d5a773e[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3427686 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 3427689 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3427689 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3427689 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/
[junit4] 2> 3427690 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 3427690 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/
has no replicas
[junit4] 2> 3427690 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72325928532639757-core_node2-n_0000000000
[junit4] 2> 3427692 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 3427793 INFO (zkCallback-13115-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: [4])
[junit4] 2> 3427797 INFO (zkCallback-13113-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: [4])
[junit4] 2> 3427797 INFO (zkCallback-13115-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: [4])
[junit4] 2> 3427798 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3427798 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3427801 INFO (zkCallback-13113-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: [4])
[junit4] 2> 3427835 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1647
[junit4] 2> 3427837 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
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_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1643
[junit4] 2> 3428827 INFO (zkCallback-13113-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: [4])
[junit4] 2> 3428827 INFO (zkCallback-13115-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: [4])
[junit4] 2> 3428827 INFO (zkCallback-13115-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: [4])
[junit4] 2> 3428828 INFO (zkCallback-13113-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: [4])
[junit4] 2> 3428828 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 3428830 INFO
(OverseerCollectionConfigSetProcessor-72325928532639752-127.0.0.1:34111_solr-n_0000000000)
[n:127.0.0.1:34111_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3428830 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3007
[junit4] 2> 3428837 INFO (zkCallback-13113-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: [4])
[junit4] 2> 3428841 INFO (zkCallback-13115-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: [4])
[junit4] 2> 3429223 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
[junit4] 2> 3429223 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1634729071196766208)} 0 6
[junit4] 2> 3429224 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729071204106240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3429225 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 3429230 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3429230 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 6
[junit4] 2> 3429230 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729071210397696,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3429230 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 3429232 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3429232 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=1}, version=1}
[junit4] 2> 3429232 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
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=*:*
(-1634729071192571904),commit=} 0 19
[junit4] 2> 3429235 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[1
(1634729071214592000), 4 (1634729071215640576), 8 (1634729071215640577)]} 0 1
[junit4] 2> 3429235 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2
(1634729071214592000), 3 (1634729071215640576), 5 (1634729071215640577), 6
(1634729071215640578), 7 (1634729071215640579)]} 0 1
[junit4] 2> 3429239 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729071219834880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3429239 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@287818b1
commitCommandVersion:1634729071219834880
[junit4] 2> 3429250 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@27efc170[collection1_shard1_replica_n1] main]
[junit4] 2> 3429251 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3429252 INFO
(searcherExecutor-10942-thread-1-processing-n:127.0.0.1:38183_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:38183_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@27efc170[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C3:[diagnostics={java.version=13-testing,
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
lucene.version=9.0.0, source=flush, os.arch=amd64,
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev,
timestamp=1558999129509}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 3429253 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37003/solr/collection1_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 14
[junit4] 2> 3429253 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729071234514944,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3429253 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@a562dc8
commitCommandVersion:1634729071234514944
[junit4] 2> 3429258 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7f9ca50c[collection1_shard2_replica_n3] main]
[junit4] 2> 3429258 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3429260 INFO
(searcherExecutor-10941-thread-1-processing-n:127.0.0.1:37003_solr
x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4)
[n:127.0.0.1:37003_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore
[collection1_shard2_replica_n3] Registered new searcher
Searcher@7f9ca50c[collection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C5:[diagnostics={java.version=13-testing,
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
lucene.version=9.0.0, source=flush, os.arch=amd64,
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev,
timestamp=1558999129522}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 3429260 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{commit=} 0 24
[junit4] 2> 3429263 INFO (qtp1332073418-36508) [n:127.0.0.1:34111_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 3429553 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/sql
params={indent=off&wt=json&version=2.2&aggregationMode=map_reduce&stmt=select+year_i,+sum(item_i)+from+collection1+group+by+year_i+order+by+year_i+desc}
status=0 QTime=289
[junit4] 2> 3484983 INFO (qtp608286258-36505) [n:127.0.0.1:44325_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=120
[junit4] 2> 3484986 INFO (qtp1332073418-36504) [n:127.0.0.1:34111_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=1
[junit4] 2> 3484988 INFO (qtp1418972567-36503) [n:127.0.0.1:37003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n3:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n3:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n3:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 3484990 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=0
[junit4] 2> 3484998 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests}
status=0 QTime=4
[junit4] 2> 3485000 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=0
[junit4] 2> 3503725 INFO (zkConnectionManagerCallback-13155-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3503730 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3503731 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3503938 INFO (zkConnectionManagerCallback-13160-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3503940 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3503941 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3503950 INFO (zkConnectionManagerCallback-13165-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3503953 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3503953 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3504100 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr
path=/admin/luke params={numTerms=0&wt=javabin&version=2} status=0 QTime=86
[junit4] 2> 3507769 INFO (zkConnectionManagerCallback-13170-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3507774 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3507775 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3507796 INFO (zkConnectionManagerCallback-13175-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3507798 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3507799 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3507806 INFO (zkConnectionManagerCallback-13180-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3507808 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3507809 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3511679 INFO (zkConnectionManagerCallback-13185-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3511683 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3511684 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3511770 INFO (zkConnectionManagerCallback-13190-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3511772 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3511773 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3511775 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr
path=/admin/luke params={numTerms=0&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3545006 INFO (qtp608286258-36509) [n:127.0.0.1:44325_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=1
[junit4] 2> 3545009 INFO (qtp1332073418-36511) [n:127.0.0.1:34111_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=0
[junit4] 2> 3545011 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n3:QUERY./select.requests&key=solr.core.collection1.shard2.replica_n3:UPDATE./update.requests&key=solr.core.collection1.shard2.replica_n3:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 3545013 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=0
[junit4] 2> 3545015 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requests&key=solr.core.collection1.shard1.replica_n1:UPDATE./update.requests}
status=0 QTime=0
[junit4] 2> 3545016 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
status=0 QTime=0
[junit4] 2> 3549333 INFO (zkConnectionManagerCallback-13195-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3549340 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3549340 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSQLHandler
-Dtests.method=testTimeSeriesGrouping -Dtests.seed=A88FBD4CE0F68D69
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt
-Dtests.timezone=Asia/Magadan -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 121s J0 | TestSQLHandler.testTimeSeriesGrouping <<<
[junit4] > Throwable #1: java.io.IOException: params
qt=/sql&aggregationMode=map_reduce&stmt=select+year_i,+sum(item_i)+from+collection1+group+by+year_i+order+by+year_i+desc
[junit4] > at
__randomizedtesting.SeedInfo.seed([A88FBD4CE0F68D69:A876B8C826690176]:0)
[junit4] > at
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:117)
[junit4] > at
org.apache.solr.handler.TestSQLHandler.getTuples(TestSQLHandler.java:1897)
[junit4] > at
org.apache.solr.handler.TestSQLHandler.testTimeSeriesGrouping(TestSQLHandler.java:1494)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:830)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
Timeout occurred while waiting response from server at:
http://127.0.0.1:34111/solr/collection1
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
[junit4] > at
org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:277)
[junit4] > at
org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:115)
[junit4] > ... 40 more
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at
java.base/java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
[junit4] > at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
[junit4] > at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
[junit4] > at
java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
[junit4] > at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
[junit4] > ... 45 more
[junit4] 2> 3550128 INFO (zkConnectionManagerCallback-13200-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3550129 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3550131 INFO (qtp1352145279-36494) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45485/solr ready
[junit4] 2> 3550132 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2114ccb3[collection1_shard1_replica_n1] realtime]
[junit4] 2> 3550132 INFO (qtp1418972567-36503) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@40ed57d6[collection1_shard2_replica_n3] realtime]
[junit4] 2> 3550133 INFO (qtp1418972567-36503) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1634729197984284672)} 0 2
[junit4] 2> 3550138 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729197991624704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3550138 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@a562dc8
commitCommandVersion:1634729197991624704
[junit4] 2> 3550139 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@373005b2[collection1_shard2_replica_n3] main]
[junit4] 2> 3550139 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3550142 INFO
(searcherExecutor-10941-thread-1-processing-n:127.0.0.1:37003_solr
x:collection1_shard2_replica_n3 c:collection1 s:shard2 r:core_node4)
[n:127.0.0.1:37003_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore
[collection1_shard2_replica_n3] Registered new searcher
Searcher@373005b2[collection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3550142 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38183/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 4
[junit4] 2> 3550143 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729197996867584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3550143 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@287818b1
commitCommandVersion:1634729197996867584
[junit4] 2> 3550144 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2c63f551[collection1_shard1_replica_n1] main]
[junit4] 2> 3550144 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3550146 INFO
(searcherExecutor-10942-thread-1-processing-n:127.0.0.1:38183_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:38183_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@2c63f551[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3550147 INFO (qtp1352145279-36493) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
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=*:*
(-1634729197983236096),commit=} 0 17
[junit4] 2> 3550224 INFO (qtp1352145279-36501) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[1
(1634729198004207616), 4 (1634729198081802240), 8 (1634729198081802241)]} 0 74
[junit4] 2> 3550225 INFO (qtp1418972567-36510) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]
webapp=/solr path=/update
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2
(1634729198045102080), 3 (1634729198082850816), 5 (1634729198082850817), 6
(1634729198082850818), 7 (1634729198082850819)]} 0 35
[junit4] 2> 3550227 INFO (qtp1352145279-36696) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729198084947968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3550227 INFO (qtp1352145279-36696) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@287818b1
commitCommandVersion:1634729198084947968
[junit4] 2> 3550385 INFO (qtp1352145279-36696) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@54f958d4[collection1_shard1_replica_n1] main]
[junit4] 2> 3550386 INFO (qtp1352145279-36696) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 3550388 INFO
(searcherExecutor-10942-thread-1-processing-n:127.0.0.1:38183_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:38183_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@54f958d4[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(9.0.0):C3:[diagnostics={java.version=13-testing,
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
lucene.version=9.0.0, source=flush, os.arch=amd64,
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev,
timestamp=1558999250611}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 3550389 INFO (qtp1352145279-36696) [n:127.0.0.1:38183_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37003/solr/collection1_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 161
[junit4] 2> 3550389 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1634729198254817280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3550389 INFO (qtp1418972567-36507) [n:127.0.0.1:37003_solr
c:collection1 s:sh
[...truncated too long message...]
[junit4] 2> 3 /solr/collections/collection1/terms/shard2
[junit4] 2> 3 /solr/collections/collection1/terms/shard1
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 593 /solr/clusterstate.json
[junit4] 2> 21 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 593 /solr/live_nodes
[junit4] 2> 593 /solr/collections
[junit4] 2>
[junit4] 2> 3601522 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45485
[junit4] 2> 3601522 INFO
(SUITE-TestSQLHandler-seed#[A88FBD4CE0F68D69]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45485
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSQLHandler_A88FBD4CE0F68D69-001
[junit4] 2> May 27, 2019 11:21:41 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 5 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{item_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
Field_i=Lucene50(blocksize=128),
_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
day_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_f=Lucene50(blocksize=128),
a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
field_f=PostingsFormat(name=LuceneVarGapDocFreqInterval),
field_l=BlockTreeOrds(blocksize=128), Str_s=BlockTreeOrds(blocksize=128),
field_i=Lucene50(blocksize=128), str_s=BlockTreeOrds(blocksize=128),
year_i=BlockTreeOrds(blocksize=128), a_s=BlockTreeOrds(blocksize=128),
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
field_d=BlockTreeOrds(blocksize=128),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
Text_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
month_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{item_i=DocValuesFormat(name=Direct),
Field_i=DocValuesFormat(name=Lucene80), day_i=DocValuesFormat(name=Asserting),
a_f=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Direct),
field_f=DocValuesFormat(name=Direct), field_l=DocValuesFormat(name=Lucene80),
Str_s=DocValuesFormat(name=Lucene80), field_i=DocValuesFormat(name=Lucene80),
str_s=DocValuesFormat(name=Lucene80), year_i=DocValuesFormat(name=Lucene80),
a_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting),
field_d=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct),
month_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1587,
maxMBSortInHeap=6.863406604191495,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@63baa2e6),
locale=tt, timezone=Asia/Magadan
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev
13-testing (64-bit)/cpus=8,threads=1,free=245854656,total=408944640
[junit4] 2> NOTE: All tests run in this JVM: [TestSchemaManager,
TestPhraseSuggestions, TestInPlaceUpdatesStandalone, SpatialHeatmapFacetsTest,
DataDrivenBlockJoinTest, ReplaceNodeTest, TestHdfsCloudBackupRestore,
EchoParamsTest, TestRTGBase, IndexSchemaTest, EnumFieldTest,
TestComplexPhraseLeadingWildcard, ReindexCollectionTest, RequiredFieldsTest,
CollectionsAPIAsyncDistributedZkTest, ZkControllerTest,
CloudExitableDirectoryReaderTest, SimplePostToolTest, TestCodecSupport,
SharedFSAutoReplicaFailoverTest, TestSolrCloudWithSecureImpersonation,
TestPullReplicaErrorHandling, TestSimNodeAddedTrigger,
TestUniqueKeyFieldResource, SolrMetricManagerTest,
OverseerCollectionConfigSetProcessorTest, JvmMetricsTest,
TestMaxTokenLenTokenizer, SimpleMLTQParserTest, TestRecoveryHdfs,
DistributedQueryComponentOptimizationTest, TestWordDelimiterFilterFactory,
TestSegmentSorting, NoCacheHeaderTest, CategoryRoutedAliasUpdateProcessorTest,
TestJsonFacetsWithNestedObjects, TestFieldCacheReopen,
DistributedFacetPivotLongTailTest, SyncSliceTest, QueryElevationComponentTest,
TestXmlQParserPlugin, TestPseudoReturnFields, MetricsHandlerTest,
ResponseBuilderTest, SpatialFilterTest, StatsReloadRaceTest,
TestIntervalFaceting, TestSchemaSimilarityResource, HighlighterConfigTest,
ReturnFieldsTest, CacheHeaderTest, TestReplicationHandlerDiskOverFlow,
AddBlockUpdateTest, BasicAuthIntegrationTest, MoveReplicaHDFSFailoverTest,
SampleTest, CustomCollectionTest, AtomicUpdateProcessorFactoryTest,
DistributedSuggestComponentTest, TestSolrDeletionPolicy2,
TestOnReconnectListenerSupport, ConcurrentCreateRoutedAliasTest,
MultiSolrCloudTestCaseTest, TestEmbeddedSolrServerAdminHandler, AddReplicaTest,
TestExtendedDismaxParser, TestNonDefinedSimilarityFactory,
SecurityConfHandlerTest, SubstringBytesRefFilterTest,
TestCopyFieldCollectionResource, TaggingAttributeTest,
TestDocBasedVersionConstraints, TestRawTransformer,
PreAnalyzedFieldManagedSchemaCloudTest, BooleanFieldTest, TestCrossCoreJoin,
TestSweetSpotSimilarityFactory, CollectionPropsTest, CurrencyFieldTypeTest,
TestTestInjection, TestZkChroot, TestRequestStatusCollectionAPI, UtilsToolTest,
TestDFISimilarityFactory, TestCloudConsistency, TestUpdate,
TestLegacyNumericRangeQueryBuilder, ConfigureRecoveryStrategyTest,
TestCustomSort, TestRandomDVFaceting, TestCoreContainer,
ZookeeperStatusHandlerTest, SearchHandlerTest, HdfsRestartWhileUpdatingTest,
TestQuerySenderNoQuery, HdfsTlogReplayBufferedWhileIndexingTest,
TestNumericRangeQuery64, TestUnInvertedFieldException, TestDistribIDF,
DistributedVersionInfoTest, TestInitQParser, QueryEqualityTest,
TestPHPSerializedResponseWriter, TestJsonFacetRefinement,
BigEndianAscendingWordDeserializerTest, TermsComponentTest,
TestManagedSynonymGraphFilterFactory, SuggestComponentTest,
TestHdfsBackupRestoreCore, ScheduledTriggerIntegrationTest, RollingRestartTest,
DistanceFunctionTest, LeaderElectionContextKeyTest, NumericFieldsTest,
TestLRUStatsCache, DateMathParserTest, TestSimExtremeIndexing,
MetricsHistoryWithAuthIntegrationTest, TestDynamicURP,
TestSkipOverseerOperations, RulesTest, PathHierarchyTokenizerFactoryTest,
TestClusterProperties, TestInitParams, TestRuleBasedAuthorizationPlugin,
CreateCollectionCleanupTest, RootFieldTest, TestDistributedMissingSort,
AdminHandlersProxyTest, TestManagedResourceStorage, HLLUtilTest,
OverseerStatusTest, LoggingHandlerTest, UpdateParamsTest, TestNumericTerms32,
TestCloudRecovery, TimeRoutedAliasUpdateProcessorTest,
UUIDUpdateProcessorFallbackTest, BufferStoreTest,
TestOverriddenPrefixQueryForCustomFieldType, CleanupOldIndexTest,
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest,
DistribJoinFromCollectionTest, DistributedQueueTest,
ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest,
HealthCheckHandlerTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest,
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest,
MetricsHistoryIntegrationTest, RecoveryAfterSoftCommitTest,
SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest,
SolrXmlInZkTest, SplitShardTest, TestConfigSetsAPIZkFailure,
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion,
TestLeaderElectionWithEmptyReplica, TestTlogReplica,
TestTolerantUpdateProcessorCloud, TestWithCollection,
SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster,
ExecutePlanActionTest, MetricTriggerIntegrationTest, NodeAddedTriggerTest,
NodeMarkersRegistrationTest, RestoreTriggerStateTest,
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest,
TestSimDistribStateManager, TestSimExecutePlanAction,
TestSimTriggerIntegration, CdcrOpsAndBoundariesTest,
CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest,
CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, HdfsRecoveryZkTest,
StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, ImplicitSnitchTest,
RuleEngineTest, ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest,
RAMDirectoryFactoryTest, RequestHandlersTest, SolrCoreCheckLockOnStartupTest,
TestBackupRepositoryFactory, TestBadConfig, TestDirectoryFactory,
TestDynamicLoading, TestSolrDeletionPolicy1, TestXIncludeConfig,
TestSolrCloudSnapshots, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, JsonLoaderTest, PingRequestHandlerTest,
TestSQLHandler]
[junit4] Completed [653/858 (1!)] on J0 in 181.30s, 12 tests, 1 error <<<
FAILURES!
[...truncated 43844 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24152/consoleText
[repro] Revision: 57b64f26846294599f4f8016ce5566dffe5f4de2
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line: ant test -Dtestcase=TestSQLHandler
-Dtests.method=testTimeSeriesGrouping -Dtests.seed=A88FBD4CE0F68D69
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt
-Dtests.timezone=Asia/Magadan -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] TestSQLHandler
[repro] ant compile-test
[...truncated 3310 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestSQLHandler" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A88FBD4CE0F68D69
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tt
-Dtests.timezone=Asia/Magadan -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[...truncated 130 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.handler.TestSQLHandler
[repro] Exiting with code 0
[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]