Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/61/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly
Error Message:
Should be exactly one group with 1 entry of 10 for null for field intGSF
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: Should be exactly one group with 1 entry of 10 for
null for field intGSF expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([54B84382A35A01F7:CF032DDAEE0233A9]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:395)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:321)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting
Error Message:
Timeout occurred while waiting response from server at:
http://127.0.0.1:39296/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: http://127.0.0.1:39296/solr
at
__randomizedtesting.SeedInfo.seed([54B84382A35A01F7:4A804B8ADFF1BB77]:0)
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.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
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)
... 48 more
Build Log:
[...truncated 13824 lines...]
[junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/init-core-data-001
[junit4] 2> 1744833 WARN
(SUITE-DocValuesNotIndexedTest-seed#[54B84382A35A01F7]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1744833 INFO
(SUITE-DocValuesNotIndexedTest-seed#[54B84382A35A01F7]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1744834 INFO
(SUITE-DocValuesNotIndexedTest-seed#[54B84382A35A01F7]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1744834 INFO
(SUITE-DocValuesNotIndexedTest-seed#[54B84382A35A01F7]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1744838 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.SolrTestCaseJ4 ###Starting testGroupingSorting
[junit4] 2> 1744838 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001
[junit4] 2> 1744838 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1744839 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1744839 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1744940 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer start zk server on port:47868
[junit4] 2> 1744940 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:47868
[junit4] 2> 1744940 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 47868
[junit4] 2> 1744963 INFO (zkConnectionManagerCallback-13999-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744968 INFO (zkConnectionManagerCallback-14001-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744970 INFO (zkConnectionManagerCallback-14003-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744990 WARN (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1744990 WARN (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1744990 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1744991 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1744992 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1744992 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1744992 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10fcfcf6{/solr,null,AVAILABLE}
[junit4] 2> 1744993 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1744993 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1744993 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1744993 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@23d48870{/solr,null,AVAILABLE}
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4a2cd420{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:55988}
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5dd5a631{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:39296}
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.e.j.s.Server Started @1746713ms
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.e.j.s.Server Started @1746713ms
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39296}
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55988}
[junit4] 2> 1744994 ERROR (jetty-launcher-14004-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1744994 ERROR (jetty-launcher-14004-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-07T10:30:58.139Z
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1744994 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-07T10:30:58.139Z
[junit4] 2> 1744997 INFO (zkConnectionManagerCallback-14007-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744997 INFO (zkConnectionManagerCallback-14008-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744998 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1744998 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1746028 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1746029 WARN (jetty-launcher-14004-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1ce99602[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1746033 WARN (jetty-launcher-14004-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@7558fdf6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1746035 INFO (jetty-launcher-14004-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47868/solr
[junit4] 2> 1746036 INFO (zkConnectionManagerCallback-14014-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746039 INFO (zkConnectionManagerCallback-14016-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746137 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55988_solr
[junit4] 2> 1746138 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.c.Overseer Overseer
(id=72202146704654342-127.0.0.1:55988_solr-n_0000000000) starting
[junit4] 2> 1746146 INFO (zkConnectionManagerCallback-14023-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746150 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:47868/solr ready
[junit4] 2> 1746152 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:55988_solr
[junit4] 2> 1746152 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55988_solr
[junit4] 2> 1746153 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1746168 INFO (zkCallback-14022-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1746180 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1746230 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55988.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746238 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55988.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746238 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55988.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746239 INFO (jetty-launcher-14004-thread-2)
[n:127.0.0.1:55988_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node2/.
[junit4] 2> 1746636 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1746637 WARN (jetty-launcher-14004-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3ab893af[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1746640 WARN (jetty-launcher-14004-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@613a22c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1746641 INFO (jetty-launcher-14004-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47868/solr
[junit4] 2> 1746643 INFO (zkConnectionManagerCallback-14030-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746646 INFO (zkConnectionManagerCallback-14032-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746654 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1746659 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39296_solr as DOWN
[junit4] 2> 1746661 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1746661 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39296_solr
[junit4] 2> 1746662 INFO (zkCallback-14015-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1746662 INFO (zkCallback-14022-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1746663 INFO (zkCallback-14031-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1746682 INFO (zkConnectionManagerCallback-14039-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746684 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1746686 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:47868/solr ready
[junit4] 2> 1746686 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1746716 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39296.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746725 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39296.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746725 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39296.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1746726 INFO (jetty-launcher-14004-thread-1)
[n:127.0.0.1:39296_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node1/.
[junit4] 2> 1746754 INFO (zkConnectionManagerCallback-14045-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746756 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1746758 INFO
(TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[54B84382A35A01F7]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47868/solr ready
[junit4] 2> 1746763 INFO (qtp592620923-29821) [n:127.0.0.1:39296_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1746768 INFO
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
dv_coll
[junit4] 2> 1746880 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"dv_coll",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"dv_coll_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55988/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1746884 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"dv_coll",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"dv_coll_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39296/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1746888 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"dv_coll",
[junit4] 2> "shard":"shard3",
[junit4] 2> "core":"dv_coll_shard3_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55988/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1746891 INFO
(OverseerStateUpdate-72202146704654342-127.0.0.1:55988_solr-n_0000000000)
[n:127.0.0.1:55988_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"dv_coll",
[junit4] 2> "shard":"shard4",
[junit4] 2> "core":"dv_coll_shard4_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39296/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1747095 INFO (qtp592620923-29823) [n:127.0.0.1:39296_solr
x:dv_coll_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1747095 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
x:dv_coll_shard3_replica_n4] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1747095 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
x:dv_coll_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1747095 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
x:dv_coll_shard3_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1747096 INFO (qtp592620923-29825) [n:127.0.0.1:39296_solr
x:dv_coll_shard4_replica_n6] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1748114 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.1.0
[junit4] 2> 1748114 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.1.0
[junit4] 2> 1748124 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1748124 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
[junit4] 2> 1748127 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1748127 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using
configuration from collection dv_coll, trusted=true
[junit4] 2> 1748129 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1748129 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using
configuration from collection dv_coll, trusted=true
[junit4] 2> 1748130 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55988.solr.core.dv_coll.shard1.replica_n1' (registry
'solr.core.dv_coll.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1748130 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55988.solr.core.dv_coll.shard3.replica_n4' (registry
'solr.core.dv_coll.shard3.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@33754439
[junit4] 2> 1748130 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore
[[dv_coll_shard1_replica_n1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node2/dv_coll_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node2/./dv_coll_shard1_replica_n1/data/]
[junit4] 2> 1748130 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore
[[dv_coll_shard3_replica_n4] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node2/dv_coll_shard3_replica_n4],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001/tempDir-001/node2/./dv_coll_shard3_replica_n4/data/]
[junit4] 2> 1748179 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1748179 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1748188 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1748188 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1748190 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1748190 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1748191 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d8fa1f0[dv_coll_shard3_replica_n4]
main]
[junit4] 2> 1748193 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1748194 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1748194 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 1748195 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1748195 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1748195 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1627342410969251840
[junit4] 2> 1748220 INFO
(searcherExecutor-7464-thread-1-processing-n:127.0.0.1:55988_solr
x:dv_coll_shard3_replica_n4 c:dv_coll s:shard3 r:core_node7)
[n:127.0.0.1:55988_solr c:dv_coll s:shard3 r:core_node7
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4]
Registered new searcher Searcher@4d8fa1f0[dv_coll_shard3_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1748222 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1748222 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1748223 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@119a23d5[dv_coll_shard1_replica_n1]
main]
[junit4] 2> 1748225 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
[junit4] 2> 1748225 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1748225 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/dv_coll/leaders/shard3
[junit4] 2> 1748225 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1748225 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema
[junit4] 2> 1748231 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1748231 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1748231 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1627342411007000576
[junit4] 2> 1748234 INFO
(searcherExecutor-7463-thread-1-processing-n:127.0.0.1:55988_solr
x:dv_coll_shard1_replica_n1 c:dv_coll s:shard1 r:core_node3)
[n:127.0.0.1:55988_solr c:dv_coll s:shard1 r:core_node3
x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]
Registered new searcher Searcher@119a23d5[dv_coll_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1748234 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1748235 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1748235 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:55988/solr/dv_coll_shard3_replica_n4/
[junit4] 2> 1748235 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1748236 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.SyncStrategy http://127.0.0.1:55988/solr/dv_coll_shard3_replica_n4/ has
no replicas
[junit4] 2> 1748236 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/dv_coll/leaders/shard3/leader after winning as
/collections/dv_coll/leader_elect/shard3/election/72202146704654342-core_node7-n_0000000000
[junit4] 2> 1748239 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1748241 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/dv_coll/leaders/shard1
[junit4] 2> 1748241 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:55988/solr/dv_coll_shard3_replica_n4/ shard3
[junit4] 2> 1748245 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1748245 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1748246 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:55988/solr/dv_coll_shard1_replica_n1/
[junit4] 2> 1748246 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1748246 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.SyncStrategy http://127.0.0.1:55988/solr/dv_coll_shard1_replica_n1/ has
no replicas
[junit4] 2> 1748246 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/dv_coll/leaders/shard1/leader after winning as
/collections/dv_coll/leader_elect/shard1/election/72202146704654342-core_node3-n_0000000000
[junit4] 2> 1748248 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:55988/solr/dv_coll_shard1_replica_n1/ shard1
[junit4] 2> 1748352 INFO (zkCallback-14015-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748352 INFO (zkCallback-14015-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748353 INFO (zkCallback-14015-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748354 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1748355 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1748362 INFO (qtp839671074-29814) [n:127.0.0.1:55988_solr
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1267
[junit4] 2> 1748378 INFO (qtp839671074-29815) [n:127.0.0.1:55988_solr
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1283
[junit4] 2> 1748463 INFO (zkCallback-14015-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748463 INFO (zkCallback-14015-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748463 INFO (zkCallback-14015-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1748463 INFO (zkCallback-14015-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1806185 INFO (qtp839671074-29816) [n:127.0.0.1:55988_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard1.replica_n1:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.dv_coll.shard3.replica_n4:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:INDEX.sizeInBytes}
status=0 QTime=1
[junit4] 2> 1806187 INFO (qtp839671074-29817) [n:127.0.0.1:55988_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard1.replica_n1:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.dv_coll.shard3.replica_n4:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1806188 INFO (qtp839671074-29812) [n:127.0.0.1:55988_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard1.replica_n1:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.dv_coll.shard3.replica_n4:UPDATE./update.requests&key=solr.core.dv_coll.shard1.replica_n1:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:QUERY./select.requests&key=solr.core.dv_coll.shard3.replica_n4:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1806190 INFO (qtp839671074-29813) [n:127.0.0.1:55988_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> 1806191 INFO (qtp839671074-29814) [n:127.0.0.1:55988_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> 1806192 INFO (qtp839671074-29815) [n:127.0.0.1:55988_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> 1806193 INFO (qtp592620923-29822) [n:127.0.0.1:39296_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard2.replica_n2:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:QUERY./select.requests&key=solr.core.dv_coll.shard2.replica_n2:INDEX.sizeInBytes&key=solr.core.dv_coll.shard4.replica_n6:INDEX.sizeInBytes&key=solr.core.dv_coll.shard2.replica_n2:QUERY./select.requests}
status=0 QTime=0
[junit4] 2> 1806194 INFO (qtp592620923-29824) [n:127.0.0.1:39296_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard2.replica_n2:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:QUERY./select.requests&key=solr.core.dv_coll.shard2.replica_n2:INDEX.sizeInBytes&key=solr.core.dv_coll.shard4.replica_n6:INDEX.sizeInBytes&key=solr.core.dv_coll.shard2.replica_n2:QUERY./select.requests}
status=0 QTime=0
[junit4] 2> 1806194 INFO (qtp592620923-29820) [n:127.0.0.1:39296_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.dv_coll.shard2.replica_n2:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:UPDATE./update.requests&key=solr.core.dv_coll.shard4.replica_n6:QUERY./select.requests&key=solr.core.dv_coll.shard2.replica_n2:INDEX.sizeInBytes&key=solr.core.dv_coll.shard4.replica_n6:INDEX.sizeInBytes&key=solr.core.dv_coll.shard2.replica_n2:QUERY./select.requests}
status=0 QTime=0
[junit4] 2> 1806195 INFO (qtp592620923-29822) [n:127.0.0.1:39296_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> 1806196 INFO (qtp592620923-29824) [n:127.0.0.1:39296_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> 1806197 INFO (qtp592620923-29820) [n:127.0.0.1:39296_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> 1836764 INFO (jetty-closer-14048-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1716493082
[junit4] 2> 1836765 INFO (jetty-closer-14048-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:55988_solr
[junit4] 2> 1836765 INFO (jetty-closer-14048-thread-1) [ ]
o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 1836765 INFO (jetty-closer-14048-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:55988_solr as DOWN
[junit4] 2> 1836765 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1321747223
[junit4] 2> 1836765 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:39296_solr
[junit4] 2> 1836766 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 1836766 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:39296_solr as DOWN
[junit4] 2> 1836770 INFO (coreCloseExecutor-7473-thread-1)
[n:127.0.0.1:55988_solr c:dv_coll s:shard3 r:core_node7
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4]
CLOSING SolrCore org.apache.solr.core.SolrCore@2e8ca860
[junit4] 2> 1836770 INFO (coreCloseExecutor-7473-thread-1)
[n:127.0.0.1:55988_solr c:dv_coll s:shard3 r:core_node7
x:dv_coll_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.core.dv_coll.shard3.replica_n4, tag=2e8ca860
[junit4] 2> 1836770 INFO (coreCloseExecutor-7473-thread-1)
[n:127.0.0.1:55988_solr c:dv_coll s:shard3 r:core_node7
x:dv_coll_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5272043: rootName =
solr_55988, domain = solr.core.dv_coll.shard3.replica_n4, service url = null,
agent id = null] for registry solr.core.dv_coll.shard3.replica_n4 /
com.codahale.metrics.MetricRegistry@8adb99e
[junit4] 2> 1836770 INFO (zkCallback-14015-thread-5) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1836770 INFO (coreCloseExecutor-7473-thread-2)
[n:127.0.0.1:55988_solr c:dv_coll s:shard1 r:core_node3
x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@7b0e274
[junit4] 2> 1836771 INFO (zkCallback-14015-thread-6) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1836771 INFO (zkCallback-14015-thread-7) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1836771 INFO (zkCallback-14015-thread-8) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json]
for collection [dv_coll] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1836772 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1836772 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f7489cb: rootName =
solr_39296, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@437959ac
[junit4] 2> 1836777 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1836777 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@60a14681: rootName =
solr_39296, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@606f319
[junit4] 2> 1836781 INFO (coreCloseExecutor-7473-thread-1)
[n:127.0.0.1:55988_solr c:dv_coll s:shard3 r:core_node7
x:dv_coll_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection.dv_coll.shard3.leader, tag=2e8ca860
[junit4] 2> 1836781 INFO (coreCloseExecutor-7473-thread-2)
[n:127.0.0.1:55988_solr c:dv_coll s:shard1 r:core_node3
x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.core.dv_coll.shard1.replica_n1, tag=7b0e274
[junit4] 2> 1836781 INFO (coreCloseExecutor-7473-thread-2)
[n:127.0.0.1:55988_solr c:dv_coll s:shard1 r:core_node3
x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b8c1b55: rootName =
solr_55988, domain = solr.core.dv_coll.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.dv_coll.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@2dee503f
[junit4] 2> 1836781 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1836781 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@311a57e1: rootName =
solr_39296, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@7594019b
[junit4] 2> 1836781 INFO (jetty-closer-14048-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1836787 INFO (zkCallback-14015-thread-7) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1836788 INFO (zkCallback-14038-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1836789 INFO (zkCallback-14022-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1836794 INFO (jetty-closer-14048-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5dd5a631{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 1836795 INFO (jetty-closer-14048-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@23d48870{/solr,null,UNAVAILABLE}
[junit4] 2> 1836796 INFO (jetty-closer-14048-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1836796 ERROR
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:39296/solr
[junit4] 2> => org.apache.solr.client.solrj.SolrServerException:
IOException occurred when talking to server at: http://127.0.0.1:39296/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occurred when talking to server at: http://127.0.0.1:39296/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> Caused by: org.apache.http.NoHttpResponseException:
127.0.0.1:39296 failed to respond
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
~[java/:?]
[junit4] 2> ... 13 more
[junit4] 2> 1836796 ERROR
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:39296/solr
[junit4] 2> => org.apache.solr.client.solrj.SolrServerException:
IOException occurred when talking to server at: http://127.0.0.1:39296/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
[junit4] 2> org.apache.solr.client.solrj.SolrServerException: IOException
occurred when talking to server at: http://127.0.0.1:39296/solr
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> Caused by: org.apache.http.NoHttpResponseException:
127.0.0.1:39296 failed to respond
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
~[httpcore-4.4.10.jar:4.4.10]
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
~[java/:?]
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.6.jar:4.5.6]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
~[java/:?]
[junit4] 2> ... 13 more
[junit4] 2> 1836796 ERROR
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Cleaning up collection [dv_coll].
[junit4] 2> 1836802 INFO
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1836802 INFO (coreCloseExecutor-7473-thread-2)
[n:127.0.0.1:55988_solr c:dv_coll s:shard1 r:core_node3
x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection.dv_coll.shard1.leader, tag=7b0e274
[junit4] 2> 1836803 ERROR (qtp839671074-29817) [n:127.0.0.1:55988_solr
] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is
either not initialized or shutting down.
[junit4] 2> 1836803 ERROR (qtp839671074-29816) [n:127.0.0.1:55988_solr
] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is
either not initialized or shutting down.
[junit4] 2> 1836804 WARN (qtp839671074-29817) [n:127.0.0.1:55988_solr
] o.e.j.s.HttpChannel /solr/admin/cores
[junit4] 2> => javax.servlet.UnavailableException: Error
processing the request. CoreContainer is either not initialized or shutting
down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
[junit4] 2> javax.servlet.UnavailableException: Error processing the
request. CoreContainer is either not initialized or shutting down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
~[java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
~[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
~[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 1836804 WARN (qtp839671074-29816) [n:127.0.0.1:55988_solr
] o.e.j.s.HttpChannel /solr/admin/cores
[junit4] 2> => javax.servlet.UnavailableException: Error
processing the request. CoreContainer is either not initialized or shutting
down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
[junit4] 2> javax.servlet.UnavailableException: Error processing the
request. CoreContainer is either not initialized or shutting down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
~[java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
~[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
~[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
~[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
~[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 1836805 ERROR
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:55988/solr
[junit4] 2> =>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:55988/solr: Expected mime type
application/octet-stream but got text/html. <html>
[junit4] 2> <head>
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:55988/solr: Expected mime type
application/octet-stream but got text/html. <html>
[junit4] 2> <head>
[junit4] 2> <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>
[junit4] 2> <title>Error 404 Not Found</title>
[junit4] 2> </head>
[junit4] 2> <body><h2>HTTP ERROR 404</h2>
[junit4] 2> <p>Problem accessing /solr/admin/cores. Reason:
[junit4] 2> <pre> Not Found</pre></p><h3>Caused
by:</h3><pre>javax.servlet.UnavailableException: Error processing the request.
CoreContainer is either not initialized or shutting down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> </pre>
[junit4] 2> <hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.14.v20181114</a><hr/>
[junit4] 2>
[junit4] 2> </body>
[junit4] 2> </html>
[junit4] 2>
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:613)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:172)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:188)
~[java/:?]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 1836805 ERROR
(OverseerThreadFactory-7451-thread-1-processing-n:127.0.0.1:55988_solr)
[n:127.0.0.1:55988_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error
from shard: http://127.0.0.1:55988/solr
[junit4] 2> =>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:55988/solr: Expected mime type
application/octet-stream but got text/html. <html>
[junit4] 2> <head>
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:55988/solr: Expected mime type
application/octet-stream but got text/html. <html>
[junit4] 2> <head>
[junit4] 2> <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>
[junit4] 2> <title>Error 404 Not Found</title>
[junit4] 2> </head>
[junit4] 2> <body><h2>HTTP ERROR 404</h2>
[junit4] 2> <p>Problem accessing /solr/admin/cores. Reason:
[junit4] 2> <pre> Not Found</pre></p><h3>Caused
by:</h3><pre>javax.servlet.UnavailableException: Error processing the request.
CoreContainer is either not initialized or shutting down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:358)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[...truncated too long message...]
for registry solr.jvm / com.codahale.metrics.MetricRegistry@73de03a1
[junit4] 2> 82012 INFO (jetty-closer-777-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 82012 INFO (jetty-closer-777-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@620dc40a: rootName =
solr_45629, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@4f00ca77
[junit4] 2> 82012 INFO (jetty-closer-777-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 82012 INFO (jetty-closer-777-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 82012 INFO (jetty-closer-777-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7267795b: rootName =
solr_48044, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@4f00ca77
[junit4] 2> 82012 INFO (jetty-closer-777-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 82012 INFO (closeThreadPool-782-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72202406874120198-127.0.0.1:45629_solr-n_0000000000) closing
[junit4] 2> 82013 INFO
(OverseerStateUpdate-72202406874120198-127.0.0.1:45629_solr-n_0000000000)
[n:127.0.0.1:45629_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:45629_solr
[junit4] 2> 82023 INFO
(OverseerAutoScalingTriggerThread-72202406874120198-127.0.0.1:45629_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 82058 INFO (jetty-closer-777-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72202406874120198-127.0.0.1:45629_solr-n_0000000000) closing
[junit4] 2> 82059 INFO (jetty-closer-777-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3332484e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 82060 INFO (jetty-closer-777-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@79a4b355{/solr,null,UNAVAILABLE}
[junit4] 2> 82065 INFO (closeThreadPool-782-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72202406874120198-127.0.0.1:45629_solr-n_0000000000) closing
[junit4] 2> 82065 INFO (jetty-closer-777-thread-2) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 82074 INFO (jetty-closer-777-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@26339bcd{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:0}
[junit4] 2> 82076 INFO (jetty-closer-777-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7330490a{/solr,null,UNAVAILABLE}
[junit4] 2> 82077 INFO (jetty-closer-777-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 82080 INFO
(TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 82082 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/configs/conf1/managed-schema
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2> 3 /solr/collections/dv_coll/terms/shard3
[junit4] 2> 3 /solr/collections/dv_coll/terms/shard2
[junit4] 2> 3 /solr/collections/dv_coll/terms/shard1
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/collections/dv_coll/terms/shard4
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 18 /solr/collections/dv_coll/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2 /solr/configs/conf1/managed-schema
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] OK 3.34s J0 | DocValuesNotIndexedTest.testGroupingDocAbsent
[junit4] 2> 82089 INFO
(TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63560
[junit4] 2> 82089 INFO
(TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[54B84382A35A01F7]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63560
[junit4] 2> 82090 INFO
(TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[54B84382A35A01F7]) [
] o.a.s.SolrTestCaseJ4 ###Ending testGroupingDocAbsent
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_54B84382A35A01F7-001
[junit4] 2> Mar 07, 2019 11:37:08 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{_version_=FST50, _root_=FST50, id=PostingsFormat(name=Direct)},
docValues:{floatField=DocValuesFormat(name=Lucene80),
doubleField=DocValuesFormat(name=Direct),
intFieldMulti=DocValuesFormat(name=Asserting),
sortableGSL=DocValuesFormat(name=Asserting),
boolFieldMulti=DocValuesFormat(name=Direct),
floatGSL=DocValuesFormat(name=Lucene80),
longFieldMulti=DocValuesFormat(name=Lucene80),
sortableGSF=DocValuesFormat(name=Lucene80),
intField=DocValuesFormat(name=Lucene80),
boolField=DocValuesFormat(name=Lucene80),
sortableFieldMulti=DocValuesFormat(name=Lucene80),
stringFieldMulti=DocValuesFormat(name=Lucene80),
dateFieldMulti=DocValuesFormat(name=Direct),
longGSF=DocValuesFormat(name=Asserting),
doubleFieldMulti=DocValuesFormat(name=Lucene80),
stringGSL=DocValuesFormat(name=Lucene80),
doubleGSF=DocValuesFormat(name=Direct),
doubleGSL=DocValuesFormat(name=Lucene80),
stringGSF=DocValuesFormat(name=Direct), intGSL=DocValuesFormat(name=Direct),
sortableText=DocValuesFormat(name=Direct),
longField=DocValuesFormat(name=Asserting),
dateField=DocValuesFormat(name=Asserting),
dateGSF=DocValuesFormat(name=Lucene80), boolGSF=DocValuesFormat(name=Lucene80),
longGSL=DocValuesFormat(name=Lucene80),
boolGSL=DocValuesFormat(name=Asserting),
floatFieldMulti=DocValuesFormat(name=Lucene80),
floatGSF=DocValuesFormat(name=Asserting),
dateGSL=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Lucene80),
intGSF=DocValuesFormat(name=Lucene80),
stringField=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1108,
maxMBSortInHeap=6.900245717551413,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1cd33d2d),
locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=America/Indiana/Tell_City
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191
(64-bit)/cpus=3,threads=1,free=242488880,total=428867584
[junit4] 2> NOTE: All tests run in this JVM: [DocValuesNotIndexedTest,
DocValuesNotIndexedTest, DocValuesNotIndexedTest]
[junit4] Completed [5/5 (1!)] on J0 in 16.69s, 4 tests, 1 failure <<<
FAILURES!
[junit4]
[junit4]
[junit4] Tests with failures [seed: 54B84382A35A01F7]:
[junit4] - org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly
[junit4]
[junit4]
[junit4] JVM J0: 0.74 .. 83.21 = 82.48s
[junit4] JVM J1: 0.73 .. 66.91 = 66.18s
[junit4] Execution time total: 1 minute 23 seconds
[junit4] Tests summary: 5 suites, 20 tests, 1 failure
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1572:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1099:
There were test failures: 5 suites, 20 tests, 1 failure [seed:
54B84382A35A01F7]
Total time: 1 minute 25 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 1/5 failed: org.apache.solr.cloud.DocValuesNotIndexedTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=bb5b7f08b1b3bb22b0cb8549c446abe7e3a4f3ca,
workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #60
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]