Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/613/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestZkChroot.testNoBootstrapConf
Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:39947 within 30000 ms
Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException:
Could not connect to ZooKeeper 127.0.0.1:39947 within 30000 ms
at
__randomizedtesting.SeedInfo.seed([11E173D93FE82664:7102815FC0B042E1]:0)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:182)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:111)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:98)
at
org.apache.solr.cloud.TestZkChroot.testNoBootstrapConf(TestZkChroot.java:106)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper 127.0.0.1:39947 within 30000 ms
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
... 43 more
Build Log:
[...truncated 10822 lines...]
[junit4] Suite: org.apache.solr.cloud.TestZkChroot
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/init-core-data-001
[junit4] 2> 253512 INFO
(SUITE-TestZkChroot-seed#[11E173D93FE82664]-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> 253565 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithUploadDir
[junit4] 2> 253565 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 253565 INFO (Thread-539) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 253565 INFO (Thread-539) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 253669 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.c.ZkTestServer start zk server on port:46584
[junit4] 2> 253755 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/solr.xml
[junit4] 2> 253762 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=600000&connTimeout=60000&retry=true
[junit4] 2> 253763 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46584/foo/bar3
[junit4] 2> 253824 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.OverseerElectionContext I am going to
be the leader 192.168.57.18:8983_solr
[junit4] 2> 253825 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.Overseer Overseer
(id=97267451825029122-192.168.57.18:8983_solr-n_0000000000) starting
[junit4] 2> 253838 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/192.168.57.18:8983_solr
[junit4] 2> 253841 INFO
(zkCallback-234-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 254196 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001
[junit4] 2> 254196 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 254199 INFO
(OverseerStateUpdate-97267451825029122-192.168.57.18:8983_solr-n_0000000000)
[n:192.168.57.18:8983_solr ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 255202 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.c.CreateCollectionCmd Setting config for collection:collection1 to
testWithUploadDir
[junit4] 2> 255214 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.RequestParams
conf resource params.json loaded . version : 0
[junit4] 2> 255215 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.RequestParams
request params refreshed to version 0
[junit4] 2> 255218 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/extraction/lib
[junit4] 2> 255218 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 255218 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/clustering/lib
[junit4] 2> 255218 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 255219 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/langid/lib
[junit4] 2> 255219 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 255219 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/ltr/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/ltr/lib
[junit4] 2> 255219 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
filtered by solr-ltr-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 255219 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../contrib/velocity/lib
[junit4] 2> 255220 WARN
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/../../../../dist
[junit4] 2> 255233 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
[junit4] 2> 255234 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 255281 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=example
[junit4] 2> 255742 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.r.RestManager
Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 255742 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.r.RestManager
Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 255751 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema example/1.6 with uniqueid field id
[junit4] 2> 255751 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.r.RestManager
Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 255751 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.r.RestManager
Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 255819 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 255819 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001/tempDir-001/collection1/data/]
[junit4] 2> 255819 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@86bdc80
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
init: current segments file is "segments";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@63b121a5
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: 0
msec to checkpoint
[junit4] 2> 255829 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: init:
create=true
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
[junit4] 2>
dir=MetricsDirectory(MockDirectoryWrapper(RAMDirectory@2d1a887f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d9fbdfb))
[junit4] 2> index=
[junit4] 2> version=6.4.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> maxBufferedDeleteTerms=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=CREATE
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene62
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@214afca2
[junit4] 2> readerPooling=false
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@586ad184
[junit4] 2>
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
flush at close
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
start flush: applyAllDeletes=true
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
index before flush
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startFullFlush
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr
finishFullFlush success=true
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: apply
all deletes during flush
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
apply all deletes for all segments maxDoc=0
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[BD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: prune
sis=segments: minGen=9223372036854775807 packetCount=0
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
[junit4] 2> 255830 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
merge
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
index:
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: no
more merges pending; now return
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
waitForMerges
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
waitForMerges done
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: start
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: enter lock
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: now prepare
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
prepareCommit: flush
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
index before flush
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startFullFlush
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: apply
all deletes during flush
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
apply all deletes for all segments maxDoc=0
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[BD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: prune
sis=segments: minGen=9223372036854775807 packetCount=0
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr
finishFullFlush success=true
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startCommit(): start
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startCommit index= changeCount=2
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startCommit: wrote pending segments file "pending_segments_1"
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: done
all syncs: []
[junit4] 2> 255831 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: pendingCommit != null
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: done writing segments file "segments_1"
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
checkpoint "" [0 segments ; isCommit = true]
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: 0
msec to checkpoint
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: took 0.9 msec
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: done
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: all
running merges have aborted
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback: done finish merges
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: abort
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: done
abort success=true
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback: infos=
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: 0
msec to checkpoint
[junit4] 2> 255832 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 255858 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 256018 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 256018 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 256019 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
init: current segments file is "segments_1";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@63b121a5
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
init: load commit "segments_1"
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 256020 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: 0
msec to checkpoint
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: init:
create=false
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
[junit4] 2>
dir=MetricsDirectory(MockDirectoryWrapper(RAMDirectory@2d1a887f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d9fbdfb))
[junit4] 2> index=
[junit4] 2> version=6.4.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> maxBufferedDeleteTerms=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=APPEND
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene62
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@a3d8fee
[junit4] 2> readerPooling=false
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@74c4f063
[junit4] 2>
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: flush
at getReader
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
startFullFlush
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: apply
all deletes during flush
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: now
apply all deletes for all segments maxDoc=0
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[BD][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]: prune
sis=segments_1: minGen=9223372036854775807 packetCount=0
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
incRefDeleter for NRT reader version=2 segments=
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr
finishFullFlush success=true
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr]:
getReader took 0 msec
[junit4] 2> 256021 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d8c5bb7[collection1] main]
[junit4] 2> 256023 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/testWithUploadDir
[junit4] 2> 256024 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json
using ZooKeeperStorageIO:path=/configs/testWithUploadDir
[junit4] 2> 256024 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
[junit4] 2> 256028 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_stopwords_english.json using
ZooKeeperStorageIO:path=/configs/testWithUploadDir
[junit4] 2> 256028 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for
/schema/analysis/stopwords/english
[junit4] 2> 256029 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for
/schema/analysis/stopwords/english
[junit4] 2> 256029 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/english
[junit4] 2> 256030 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_synonyms_english.json using
ZooKeeperStorageIO:path=/configs/testWithUploadDir
[junit4] 2> 256030 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for
/schema/analysis/synonyms/english
[junit4] 2> 256032 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for
/schema/analysis/synonyms/english
[junit4] 2> 256033 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/english
[junit4] 2> 256052 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/testWithUploadDir/managed-schema
[junit4] 2> 256068 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 256068 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 256092 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 256092 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 256258 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.s.SolrSuggester init:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 256303 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 256347 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 256347 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests
to Searcher@6d8c5bb7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 256348 INFO
(coreLoadExecutor-847-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1556279232115507200
[junit4] 2> 256353 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.CoreContainer Shutting down
CoreContainer instance=1889831623
[junit4] 2> 256353 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
hits=0 status=0 QTime=3
[junit4] 2> 256353 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 256353 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: default
[junit4] 2> 256353 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: wordbreak
[junit4] 2> 256355 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4cd543ca
[junit4] 2> 256365 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: now
flush at close
[junit4] 2> 256366 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
start flush: applyAllDeletes=true
[junit4] 2> 256366 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
index before flush
[junit4] 2> 256366 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
startFullFlush
[junit4] 2> 256367 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr
finishFullFlush success=true
[junit4] 2> 256367 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
apply all deletes during flush
[junit4] 2> 256367 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: now
apply all deletes for all segments maxDoc=0
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[BD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
prune sis=segments_1: minGen=9223372036854775807 packetCount=0
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: now
merge
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
index:
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[MS][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: no
more merges pending; now return
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
waitForMerges
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
waitForMerges done
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: start
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: enter lock
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: now prepare
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
prepareCommit: flush
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
index before flush
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
startFullFlush
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
apply all deletes during flush
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: now
apply all deletes for all segments maxDoc=0
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[BD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
prune sis=segments_1: minGen=9223372036854775807 packetCount=0
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr
finishFullFlush success=true
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
startCommit(): start
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
skip startCommit(): no changes pending
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 256368 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: pendingCommit == null; skip
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: took 0.4 msec
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
commit: done
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: all
running merges have aborted
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback: done finish merges
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: abort
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[DW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: done
abort success=true
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IW][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
rollback: infos=
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: now
checkpoint "" [0 segments ; isCommit = false]
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]: 0
msec to checkpoint
[junit4] 2> 256369 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.LoggingInfoStream
[IFD][coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr]:
delete []
[junit4] 2> 256370 INFO
(searcherExecutor-848-thread-1-processing-n:192.168.57.18:8983_solr
x:collection1 c:collection1) [n:192.168.57.18:8983_solr c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6d8c5bb7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 256377 INFO
(coreCloseExecutor-853-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 256378 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.Overseer Overseer
(id=97267451825029122-192.168.57.18:8983_solr-n_0000000000) closing
[junit4] 2> 256379 INFO
(OverseerStateUpdate-97267451825029122-192.168.57.18:8983_solr-n_0000000000)
[n:192.168.57.18:8983_solr ] o.a.s.c.Overseer Overseer Loop exiting :
192.168.57.18:8983_solr
[junit4] 2> 256381 WARN
(zkCallback-234-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 257368 ERROR
(coreZkRegister-840-thread-1-processing-n:192.168.57.18:8983_solr x:collection1
c:collection1) [n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController Error getting leader from zk
[junit4] 2> org.apache.solr.common.SolrException: CoreContainer is closed
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1037)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1004)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:960)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:899)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:843)
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 257368 ERROR
(coreZkRegister-840-thread-1-processing-n:192.168.57.18:8983_solr x:collection1
c:collection1) [n:192.168.57.18:8983_solr c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error
getting leader from zk for shard shard1
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:993)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:899)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:843)
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: CoreContainer
is closed
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1037)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1004)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:960)
[junit4] 2> ... 7 more
[junit4] 2>
[junit4] 2> 257368 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.node
[junit4] 2> 257370 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.CoreContainer Shutting down
CoreContainer instance=1889831623
[junit4] 2> 257371 ERROR
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.Overseer Could not create Overseer node
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:391)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:388)
[junit4] 2> at
org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:728)
[junit4] 2> at
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:601)
[junit4] 2> at
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:588)
[junit4] 2> at
org.apache.solr.cloud.ZkController.publishNodeAsDown(ZkController.java:2407)
[junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:628)
[junit4] 2> at
org.apache.solr.cloud.TestZkChroot.tearDown(TestZkChroot.java:57)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:965)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 257371 WARN
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkController Could not publish node as
down: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer
[junit4] 2> 257372 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.node
[junit4] 2> 257373 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkTestServer connecting to
127.0.0.1:46584 46584
[junit4] 2> 257402 INFO (Thread-539) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:46584 46584
[junit4] 2> 257403 WARN (Thread-539) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /foo/bar3/overseer/queue
[junit4] 2> 3 /foo/bar3/overseer/collection-queue-work
[junit4] 2> 2 /foo/bar3/overseer/queue-work
[junit4] 2>
[junit4] 2> 257404 INFO
(TEST-TestZkChroot.testWithUploadDir-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.SolrTestCaseJ4 ###Ending testWithUploadDir
[junit4] 2> 257406 INFO
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.SolrTestCaseJ4 ###Starting
testNoBootstrapConf
[junit4] 2> 257407 INFO
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 257407 INFO (Thread-541) [n:192.168.57.18:8983_solr ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 257407 INFO (Thread-541) [n:192.168.57.18:8983_solr ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 257507 INFO
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkTestServer start zk server on
port:39947
[junit4] 2> 257691 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 259243 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 261180 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 262942 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 264905 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 266348 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 268201 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 269394 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 271290 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 272710 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 274600 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 276151 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 277585 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 279651 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 281534 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 283265 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 284945 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 286814 WARN
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664]-SendThread(127.0.0.1:39947))
[n:192.168.57.18:8983_solr ] o.a.z.ClientCnxn Session 0x0 for server
127.0.0.1/127.0.0.1:39947, unexpected error, closing socket connection and
attempting reconnect
[junit4] 2> java.io.IOException: Packet len1213486160 is out of range!
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:112)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:79)
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:366)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
[junit4] 2> 288175 INFO
(TEST-TestZkChroot.testNoBootstrapConf-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkTestServer connecting to
127.0.0.1:39947 39947
[junit4] 2> 288181 INFO (Thread-541) [n:192.168.57.18:8983_solr ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39947 39947
[junit4] 2> 288182 IN
[...truncated too long message...]
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: CoreContainer
is closed
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1037)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1004)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:960)
[junit4] 2> ... 7 more
[junit4] 2>
[junit4] 2> 295514 WARN
(zkCallback-246-thread-1-processing-n:192.168.57.18:8983_solr)
[n:192.168.57.18:8983_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 295515 INFO
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.node
[junit4] 2> 295517 INFO
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.CoreContainer Shutting down
CoreContainer instance=2123947795
[junit4] 2> 295518 ERROR
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.Overseer Could not create Overseer node
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:391)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:388)
[junit4] 2> at
org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:728)
[junit4] 2> at
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:601)
[junit4] 2> at
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:588)
[junit4] 2> at
org.apache.solr.cloud.ZkController.publishNodeAsDown(ZkController.java:2407)
[junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:628)
[junit4] 2> at
org.apache.solr.cloud.TestZkChroot.tearDown(TestZkChroot.java:57)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:965)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 295518 WARN
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkController Could not publish node as
down: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer
[junit4] 2> 295518 INFO
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.node
[junit4] 2> 295520 INFO
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.c.ZkTestServer connecting to
127.0.0.1:43584 43584
[junit4] 2> 295549 INFO (Thread-544) [n:192.168.57.18:8983_solr ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43584 43584
[junit4] 2> 295550 WARN (Thread-544) [n:192.168.57.18:8983_solr ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /foo/bar/overseer/queue
[junit4] 2> 2 /foo/bar/overseer/queue-work
[junit4] 2>
[junit4] 2> 295551 INFO
(TEST-TestZkChroot.testChrootBootstrap-seed#[11E173D93FE82664])
[n:192.168.57.18:8983_solr ] o.a.s.SolrTestCaseJ4 ###Ending
testChrootBootstrap
[junit4] 2> 295552 INFO
(SUITE-TestZkChroot-seed#[11E173D93FE82664]-worker) [n:192.168.57.18:8983_solr
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot_11E173D93FE82664-001
[junit4] 2> Jan 12, 2017 1:12:52 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(Lucene62): {},
docValues:{}, maxPointsInLeafNode=377, maxMBSortInHeap=6.192751851032053,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-EG,
timezone=Africa/Banjul
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112
(64-bit)/cpus=3,threads=1,free=88436216,total=236068864
[junit4] 2> NOTE: All tests run in this JVM: [TestTestInjection,
SortByFunctionTest, TestClusterProperties, TestDistributedGrouping,
TestXmlQParserPlugin, TestUtils, SuggesterTSTTest, SolrJmxReporterTest,
HdfsLockFactoryTest, FieldMutatingUpdateProcessorTest,
DirectUpdateHandlerOptimizeTest, TestValueSourceCache,
TestSolrCloudWithSecureImpersonation, MergeStrategyTest, ReplicationFactorTest,
LoggingHandlerTest, HttpSolrCallGetCoreTest, TestSha256AuthenticationProvider,
BufferStoreTest, RulesTest, CurrencyFieldOpenExchangeTest,
DistributedQueryComponentOptimizationTest, TestBulkSchemaAPI,
CollectionsAPISolrJTest, TestConfigSetsAPIZkFailure, TestFoldingMultitermQuery,
TestZkChroot]
[junit4] Completed [32/680 (1!)] on J1 in 42.34s, 4 tests, 1 error <<<
FAILURES!
[...truncated 64589 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]