Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/151/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery
Error Message:
Could not load collection from ZK: collection2_local
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection2_local
at
__randomizedtesting.SeedInfo.seed([582DA6D2AAE32A9F:495E61E376952FE3]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1047)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:610)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:211)
at
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:113)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1239)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:961)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at
org.apache.solr.search.stats.TestDistribIDF.addDocsRandomly(TestDistribIDF.java:248)
at
org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:160)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection2_local/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
... 50 more
Build Log:
[...truncated 12298 lines...]
[junit4] Suite: org.apache.solr.search.stats.TestDistribIDF
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/init-core-data-001
[junit4] 2> 3847265 INFO
(SUITE-TestDistribIDF-seed#[582DA6D2AAE32A9F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 3847280 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimpleQuery
[junit4] 2> 3847280 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3847281 INFO (Thread-12233) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3847281 INFO (Thread-12233) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3847380 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35744
[junit4] 2> 3847381 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847381 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847385 INFO (zkCallback-4547-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5c7e52a5
name:ZooKeeperConnection Watcher:127.0.0.1:35744 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847385 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847386 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847386 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 3847396 INFO (jetty-launcher-4546-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 3847396 INFO (jetty-launcher-4546-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 3847397 INFO (jetty-launcher-4546-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 3847416 INFO (jetty-launcher-4546-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6a1d4bb0{/solr,null,AVAILABLE}
[junit4] 2> 3847417 INFO (jetty-launcher-4546-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68127e1f{/solr,null,AVAILABLE}
[junit4] 2> 3847417 INFO (jetty-launcher-4546-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33a181{/solr,null,AVAILABLE}
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@38137912{HTTP/1.1,[http/1.1]}{127.0.0.1:37588}
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-3) [ ]
o.e.j.s.Server Started @3853183ms
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37588}
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@3690cbb6{HTTP/1.1,[http/1.1]}{127.0.0.1:63741}
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-1) [ ]
o.e.j.s.Server Started @3853184ms
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63741}
[junit4] 2> 3847424 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3'
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1'
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4a634632{HTTP/1.1,[http/1.1]}{127.0.0.1:34333}
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-2) [ ]
o.e.j.s.Server Started @3853184ms
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34333}
[junit4] 2> 3847425 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2'
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 3847426 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847427 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847427 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847428 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847432 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847432 INFO (zkCallback-4548-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@40ae6e79
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847435 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847435 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847436 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3847438 INFO (zkCallback-4549-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4c7afddd
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847439 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847439 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847439 INFO (zkCallback-4550-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6964c7e6
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847439 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847439 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3847440 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847440 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3847444 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3/.
[junit4] 2> 3847444 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 128580674
[junit4] 2> 3847445 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3]
[junit4] 2> 3847445 WARN (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3/lib
[junit4] 2> 3847446 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 3847447 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2/.
[junit4] 2> 3847447 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 1877201773
[junit4] 2> 3847447 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2]
[junit4] 2> 3847448 WARN (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2/lib
[junit4] 2> 3847448 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3847448 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35744/solr
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847449 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1/.
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 856669213
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1]
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847450 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35744/solr
[junit4] 2> 3847451 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 3847451 WARN (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1/lib
[junit4] 2> 3847451 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847451 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 3847451 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847452 INFO (zkCallback-4555-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@43d49e90
name:ZooKeeperConnection Watcher:127.0.0.1:35744 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847452 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847452 INFO (jetty-launcher-4546-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847453 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3847453 INFO (zkCallback-4556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4b32929b
name:ZooKeeperConnection Watcher:127.0.0.1:35744 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847453 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847454 INFO (jetty-launcher-4546-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847454 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$11/43998880@759217ad
[junit4] 2> 3847454 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3847455 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$11/43998880@3e0d4811
[junit4] 2> 3847455 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3847456 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3847456 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3847456 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35744/solr
[junit4] 2> 3847456 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 3847456 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3847457 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3847458 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3d86c34d
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847458 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 3847458 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1f69ed20
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847459 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 3847460 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 3847460 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 3847460 INFO (zkCallback-4561-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7627c864
name:ZooKeeperConnection Watcher:127.0.0.1:35744 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847461 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3847461 INFO (jetty-launcher-4546-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3847464 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 3847464 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 3847464 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$11/43998880@29624105
[junit4] 2> 3847465 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3847468 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1711307e
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3847469 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 3847469 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 3847469 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 3847473 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 3847473 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 3847476 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 3847478 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 3847480 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 3847483 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 3847483 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 3847484 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 3847485 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 3847485 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 3847487 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 3847488 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 3847489 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 3847490 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 3847491 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 3847492 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 3847492 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 3847492 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 3847493 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 3847493 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 3847494 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 3847494 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 3847499 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 3847499 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 3847500 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 3847501 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 3847502 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster
properties
[junit4] 2> 3847502 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3847506 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95949087432245255-127.0.0.1:34333_solr-n_0000000000
[junit4] 2> 3847507 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 3847507 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34333_solr
[junit4] 2> 3847507 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 3847507 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3847508 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95949087432245254-127.0.0.1:37588_solr-n_0000000001
[junit4] 2> 3847510 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.Overseer Overseer
(id=95949087432245255-127.0.0.1:34333_solr-n_0000000000) starting
[junit4] 2> 3847510 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95949087432245255-127.0.0.1:34333_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 3847511 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37588_solr
[junit4] 2> 3847512 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:37588_solr
[junit4] 2> 3847514 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 3847515 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [0])
[junit4] 2> 3847515 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [0])
[junit4] 2> 3847516 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [0])
[junit4] 2> 3847517 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3847519 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3847520 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3847521 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3847522 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95949087432245257-127.0.0.1:63741_solr-n_0000000002
[junit4] 2> 3847524 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95949087432245254-127.0.0.1:37588_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 3847526 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:63741_solr as DOWN
[junit4] 2> 3847536 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 3847537 INFO
(OverseerCollectionConfigSetProcessor-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 3847538 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 3847539 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:34333_solr as DOWN
[junit4] 2> 3847544 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (1)
[junit4] 2> 3847549 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:63741_solr"} current state version: 0
[junit4] 2> 3847549 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:63741_solr
[junit4] 2> 3847551 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:34333_solr"} current state version: 0
[junit4] 2> 3847552 INFO
(OverseerStateUpdate-95949087432245255-127.0.0.1:34333_solr-n_0000000000)
[n:127.0.0.1:34333_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:34333_solr
[junit4] 2> 3847561 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 3847561 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 3847563 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node3/.
[junit4] 2> 3847563 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 3847564 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1
[junit4] 2> 3847564 INFO (jetty-launcher-4546-thread-3)
[n:127.0.0.1:37588_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 3848531 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63741_solr
[junit4] 2> 3848532 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:63741_solr
[junit4] 2> 3848536 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 3848536 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 3848538 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 3848539 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 3848539 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [1])
[junit4] 2> 3848550 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34333_solr
[junit4] 2> 3848550 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 3848551 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:34333_solr
[junit4] 2> 3848553 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [2])
[junit4] 2> 3848555 INFO
(zkCallback-4559-thread-1-processing-n:127.0.0.1:37588_solr)
[n:127.0.0.1:37588_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3848557 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [2])
[junit4] 2> 3848558 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader A live node change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes],
has occurred - updating... (live nodes size: [2])
[junit4] 2> 3848559 INFO
(zkCallback-4562-thread-1-processing-n:127.0.0.1:63741_solr)
[n:127.0.0.1:63741_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3848559 INFO
(zkCallback-4560-thread-1-processing-n:127.0.0.1:34333_solr)
[n:127.0.0.1:34333_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 3848629 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 3848629 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 3848630 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node1/.
[junit4] 2> 3848630 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 3848632 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1
[junit4] 2> 3848632 INFO (jetty-launcher-4546-thread-1)
[n:127.0.0.1:63741_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 3848650 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 3848650 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 3848651 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001/tempDir-001/node2/.
[junit4] 2> 3848652 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 3848653 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1
[junit4] 2> 3848653 INFO (jetty-launcher-4546-thread-2)
[n:127.0.0.1:34333_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 3848653 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3848654 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3848656 INFO (zkCallback-4566-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@e3f519f name:ZooKeeperConnection
Watcher:127.0.0.1:35744 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3848656 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3848657 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3848660 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:35744/solr
[junit4] 2> 3848661 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 3848661 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3848663 INFO (zkCallback-4568-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@269ad8b6
name:ZooKeeperConnection Watcher:127.0.0.1:35744/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 3848664 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3848664 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 3848665 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig_codec2.xml
[junit4] 2> 3848670 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-basic.xml
[junit4] 2> 3848673 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-currency-ft-multivalued.xml
[junit4] 2> 3848677 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-logmergepolicyfactory.xml
[junit4] 2> 3848681 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-luceneMatchVersion.xml
[junit4] 2> 3848685 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-deeppaging.xml
[junit4] 2> 3848688 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-class-name-shortening-on-serialization.xml
[junit4] 2> 3848691 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-mergepolicy-legacy.xml
[junit4] 2> 3848701 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 3848704 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-mergepolicyfactory-nocfs.xml
[junit4] 2> 3848708 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stoptypes-1.txt
[junit4] 2> 3848712 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-mp-solrconfig.xml
[junit4] 2> 3848715 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 3848720 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master-throttled.xml
[junit4] 2> 3848723 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-dynamicfield-default-val.xml
[junit4] 2> 3848727 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/cross-compatible.js
[junit4] 2> 3848731 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spellchecker.xml
[junit4] 2> 3848735 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-non-stored-docvalues.xml
[junit4] 2> 3848740 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-preanalyzed.xml
[junit4] 2> 3848744 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-update-processor-chains.xml
[junit4] 2> 3848748 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-lmdirichlet.xml
[junit4] 2> 3848752 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-external-filefield.xml
[junit4] 2> 3848756 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-nocache.xml
[junit4] 2> 3848759 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-hash.xml
[junit4] 2> 3848763 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-customfield.xml
[junit4] 2> 3848766 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-unsupported-docValues.xml
[junit4] 2> 3848770 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/phrasesuggest.txt
[junit4] 2> 3848774 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-replication2.xml
[junit4] 2> 3848777 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-blockjoinfacetcomponent.xml
[junit4] 2> 3848781 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-missing-scriptfile.xml
[junit4] 2> 3848785 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 3848788 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/keep-2.txt
[junit4] 2> 3848791 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 3848795 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-version-indexed.xml
[junit4] 2> 3848800 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-distributed-missing-sort.xml
[junit4] 2> 3848805 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-one-field-no-dynamic-field.xml
[junit4] 2> 3848808 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-solcoreproperties.xml
[junit4] 2> 3848811 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/regex-boost-processor-test.txt
[junit4] 2> 3848815 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-schemaless.xml
[junit4] 2> 3848818 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-minimal.xml
[junit4] 2> 3848821 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-xinclude.xml
[junit4] 2> 3848825 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tolerant-search.xml
[junit4] 2> 3848846 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sortingresponse.xml
[junit4] 2> 3848849 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig_perf.xml
[junit4] 2> 3848853 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-indexconfig-mergepolicyfactory.xml
[junit4] 2> 3848856 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/jasuggest.txt
[junit4] 2> 3848859 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave.xml
[junit4] 2> 3848863 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema12.xml
[junit4] 2> 3848866 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/conditional.updateprocessor.js
[junit4] 2> 3848868 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master3.xml
[junit4] 2> 3848871 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-multiple-dirfactory.xml
[junit4] 2> 3848875 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema15.xml
[junit4] 2> 3848879 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwordsWrongEncoding.txt
[junit4] 2> 3848882 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/frenchArticles.txt
[junit4] 2> 3848885 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-reqHandler.incl
[junit4] 2> 3848888 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesMissing.xml
[junit4] 2> 3848891 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3848894 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-currency.xml
[junit4] 2> 3848897 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-types.incl
[junit4] 2> 3848900 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sim-default-does-not-exist.xml
[junit4] 2> 3848903 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/addfields.updateprocessor.js
[junit4] 2> 3848906 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-trie.xml
[junit4] 2> 3848908 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stemdict.txt
[junit4] 2> 3848911 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-classification.xml
[junit4] 2> 3848914 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 3848916 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesJoin.xml
[junit4] 2> 3848918 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sim-global-vs-ft-mismatch.xml
[junit4] 2> 3848921 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/trivial.updateprocessor0.js
[junit4] 2> 3848925 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-elevate.xml
[junit4] 2> 3848928 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-id-and-version-fields-only.xml
[junit4] 2> 3848930 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-lazywriter.xml
[junit4] 2> 3848933 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-not-required-unique-key.xml
[junit4] 2> 3848936 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-behavior.xml
[junit4] 2> 3848939 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema_latest.xml
[junit4] 2> 3848942 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-managed-schema-test.xml
[junit4] 2> 3848953 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-charfilters.xml
[junit4] 2> 3848956 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-fieldType.xml
[junit4] 2> 3848959 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-1.txt
[junit4] 2> 3848962 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-HighlighterMaxOffsetTest.xml
[junit4] 2> 3848964 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-snowball.txt
[junit4] 2> 3848967 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-tieredmergepolicyfactory.xml
[junit4] 2> 3848969 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-warmer-randommergepolicyfactory.xml
[junit4] 2> 3848972 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-collate-dv.xml
[junit4] 2> 3848974 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave1.xml
[junit4] 2> 3848977 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-analytics-query.xml
[junit4] 2> 3848979 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-nrtmode.xml
[junit4] 2> 3848981 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 3848984 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/trivial.updateprocessor1.js
[junit4] 2> 3848986 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-invalid-scriptfile.xml
[junit4] 2> 3848989 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/da_UTF8.xml
[junit4] 2> 3848991 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-enums.xml
[junit4] 2> 3848994 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig_codec.xml
[junit4] 2> 3848997 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-altdirectory.xml
[junit4] 2> 3849000 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-collate.xml
[junit4] 2> 3849002 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-snippet-processor.xml
[junit4] 2> 3849004 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delpolicy2.xml
[junit4] 2> 3849007 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesFaceting.xml
[junit4] 2> 3849009 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-managed-schema.xml
[junit4] 2> 3849011 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/missing.functions.updateprocessor.js
[junit4] 2> 3849014 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-tfidf.xml
[junit4] 2> 3849016 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-doctransformers.xml
[junit4] 2> 3849018 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-numeric.xml
[junit4] 2> 3849020 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-folding.xml
[junit4] 2> 3849023 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-querysender-noquery.xml
[junit4] 2> 3849025 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 3849027 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spatial.xml
[junit4] 2> 3849029 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-rest.xml
[junit4] 2> 3849032 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-multiple-cfs.xml
[junit4] 2> 3849035 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-currency-multivalued.xml
[junit4] 2> 3849038 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/freeTextSuggest.txt
[junit4] 2> 3849041 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 3849043 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-parsing-update-processor-chains.xml
[junit4] 2> 3849046 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-externalversionconstraint.xml
[junit4] 2> 3849055 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tlog.xml
[junit4] 2> 3849059 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-binaryfield.xml
[junit4] 2> 3849062 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-postingshighlight.xml
[junit4] 2> 3849067 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-response-log-component.xml
[junit4] 2> 3849070 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-repeater.xml
[junit4] 2> 3849073 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master2.xml
[junit4] 2> 3849076 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-distrib-update-processor-chains.xml
[junit4] 2> 3849079 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-unexpected-schema-attribute.xml
[junit4] 2> 3849081 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 3849083 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-noopregen.xml
[junit4] 2> 3849085 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-simpleqpplugin.xml
[junit4] 2> 3849087 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-one-field-no-dynamic-field-unique-key.xml
[junit4] 2> 3849089 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/da_compoundDictionary.txt
[junit4] 2> 3849091 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 3849093 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-headers.xml
[junit4] 2> 3849095 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-indexconfig.xml
[junit4] 2> 3849098 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-bogus-analysis-parameters.xml
[junit4] 2> 3849101 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-distrib-interval-faceting.xml
[junit4] 2> 3849113 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-required-fields.xml
[junit4] 2> 3849116 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-uniquekey-multivalued.xml
[junit4] 2> 3849118 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delpolicy1.xml
[junit4] 2> 3849121 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-synonym-tokenizer.xml
[junit4] 2> 3849124 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-dynamicfield-required.xml
[junit4] 2> 3849127 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-error-solrconfig.xml
[junit4] 2> 3849128 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-uniquekey-is-copyfield-dest.xml
[junit4] 2> 3849130 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/blendedInfixSuggest.txt
[junit4] 2> 3849131 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-postingshighlight.xml
[junit4] 2> 3849133 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sweetspot-partial-hyperbolic.xml
[junit4] 2> 3849135 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 3849136 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-implicitproperties.xml
[junit4] 2> 3849139 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-minimal.xml
[junit4] 2> 3849140 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-components-name.xml
[junit4] 2> 3849142 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-script-updateprocessor.xml
[junit4] 2> 3849143 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-type.xml
[junit4] 2> 3849145 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-suggestercomponent-context-filter-query.xml
[junit4] 2> 3849146 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-currency-ft-bogus-default-code.xml
[junit4] 2> 3849148 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master1.xml
[junit4] 2> 3849149 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/missleading.extension.updateprocessor.js.txt
[junit4] 2> 3849152 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sql.xml
[junit4] 2> 3849153 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 3849155 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-searcher-listeners1.xml
[junit4] 2> 3849157 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwithbom.txt
[junit4] 2> 3849159 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 3849161 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-not-indexed-but-tf.xml
[junit4] 2> 3849163 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-add-schema-fields-update-processor.xml
[junit4] 2> 3849164 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.dic
[junit4] 2> 3849166 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-mergepolicy-defaults.xml
[junit4] 2> 3849168 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-add-schema-fields-update-processor-chains.xml
[junit4] 2> 3849170 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-nontext-analyzer.xml
[junit4] 2> 3849172 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-transformers.xml
[junit4] 2> 3849176 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-logmergepolicy.xml
[junit4] 2> 3849182 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-single-dynamic-copy-field.xml
[junit4] 2> 3849186 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spellchecker.xml
[junit4] 2> 3849189 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-reversed.xml
[junit4] 2> 3849196 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-dfr.xml
[junit4] 2> 3849200 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 3849202 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
[junit4] 2> 3849205 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-spellcheckcomponent.xml
[junit4] 2> 3849207 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-classification.xml
[junit4] 2> 3849211 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-field-sort-values.xml
[junit4] 2> 3849213 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-currency-dynamic-multivalued.xml
[junit4] 2> 3849216 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-stop-keep.xml
[junit4] 2> 3849218 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-suggestercomponent.xml
[junit4] 2> 3849221 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/throw.error.on.add.updateprocessor.js
[junit4] 2> 3849224 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schemasurround.xml
[junit4] 2> 3849227 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim.xml
[junit4] 2> 3849230 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-field.xml
[junit4] 2> 3849233 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-managed-schema-named-schema.xml.xml
[junit4] 2> 3849236 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-2.txt
[junit4] 2> 3849238 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sorts.xml
[junit4] 2> 3849241 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3849243 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.aff
[junit4] 2> 3849246 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-dfi.xml
[junit4] 2> 3849248 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sweetspot-partial-baseline.xml
[junit4] 2> 3849251 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-tolerant-update-minimal.xml
[junit4] 2> 3849253 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-version-dv.xml
[junit4] 2> 3849256 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-infostream-logging.xml
[junit4] 2> 3849259 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spatial.xml
[junit4] 2> 3849262 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 3849265 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sweetspot.xml
[junit4] 2> 3849267 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-null-charfilters-analyzer.xml
[junit4] 2> 3849270 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/compoundDictionary.txt
[junit4] 2> 3849272 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/analyzingInfixSuggest.txt
[junit4] 2> 3849275 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-collapseqparser.xml
[junit4] 2> 3849277 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-cdcr.xml
[junit4] 2> 3849280 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-multiple-indexconfigs.xml
[junit4] 2> 3849283 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-caching.xml
[junit4] 2> 3849285 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-querysender.xml
[junit4] 2> 3849288 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-test-misc.xml
[junit4] 2> 3849290 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-sweetspot-partial-norms.xml
[junit4] 2> 3849292 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-dynamicField.xml
[junit4] 2> 3849295 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-query-parser-init.xml
[junit4] 2> 3849297 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-field.xml
[junit4] 2> 3849300 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-tlog-with-delayingcomponent.xml
[junit4] 2> 3849302 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig-doc-expire-update-processor.xml
[junit4] 2> 3849305 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-xinclude.xml
[junit4] 2> 3849308 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-phrasesuggest.xml
[junit4] 2> 3849310 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-eff.xml
[junit4] 2> 3849312 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-bm25.xml
[junit4] 2> 3849315 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/schema-rest-lucene-match-version.xml
[junit4] 2> 3849317 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 3849319 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema11.xml
[junit4] 2> 3849322 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-cdcrupdatelog.xml
[junit4] 2> 3849324 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-omit-tf-but-not-pos.xml
[junit4] 2> 3849327 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master.xml
[junit4] 2> 3849329 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim-default-override.xml
[junit4] 2> 3849332 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-currency-ft-oer-norates.xml
[junit4] 2> 3849334 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad_solrconfig.xml
[junit4] 2> 3849337 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-mpf-solrconfig.xml
[junit4] 2> 3849352 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
[junit4] 2> 3849356 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-paramset.xml
[junit4] 2> 3849359 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-custom-field.xml
[junit4] 2> 3849363 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValues.xml
[junit4] 2> 3849366 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 3849369 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tieredmergepolicy.xml
[junit4] 2> 3849372 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 3849375 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-sql.xml
[junit4] 2> 3849379 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-init-error.xml
[junit4] 2> 3849382 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/wdftypes.txt
[junit4] 2> 3849385 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-withgethandler.xml
[junit4] 2> 3849387 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-highlight.xml
[junit4] 2> 3849390 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/elevate.xml
[junit4] 2> 3849393 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-plugcollector.xml
[junit4] 2> 3849396 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/fuzzysuggest.txt
[junit4] 2> 3849398 INFO
(TEST-TestDistribIDF.testSimpleQuery-seed#[582DA6D2AAE32A9F]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/bad-solrconfig-schema-mutable-but-n
[...truncated too long message...]
it4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /collections/collection2_local/state.json
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] > at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] > at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:348)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
[junit4] > at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:345)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1059)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1045)
[junit4] > ... 50 more
[junit4] 2> 3894465 INFO
(SUITE-TestDistribIDF-seed#[582DA6D2AAE32A9F]-worker) [ ]
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.search.stats.TestDistribIDF_582DA6D2AAE32A9F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{range_facet_l_dv=PostingsFormat(name=Asserting), _version_=FST50,
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
cat=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
intDefault=FST50, id=PostingsFormat(name=Asserting),
range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
_route_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1619,
maxMBSortInHeap=5.287556454028455,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=mk,
timezone=Asia/Bishkek
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=3,threads=1,free=191864920,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[DistribDocExpirationUpdateProcessorTest, TestQueryUtils,
TestRequestStatusCollectionAPI, TestSimpleTrackingShardHandler,
TestConfigSetsAPI, BasicDistributedZk2Test, TestFastWriter,
TestTolerantUpdateProcessorCloud, CSVRequestHandlerTest, TestStressRecovery,
TestSolrXml, BigEndianAscendingWordDeserializerTest, ZkSolrClientTest,
TestBinaryField, TestCharFilters, TestHighFrequencyDictionaryFactory,
TestImplicitCoreProperties, TestSubQueryTransformerDistrib,
HdfsWriteToMultipleCollectionsTest, DistributedFacetPivotWhiteBoxTest,
TestSolrConfigHandlerCloud, TestSolrDeletionPolicy2, TestSchemaNameResource,
TestCollationFieldDocValues, TestDynamicFieldCollectionResource,
TestLeaderInitiatedRecoveryThread, HdfsDirectoryTest, TestAddFieldRealTimeGet,
SpellCheckComponentTest, CleanupOldIndexTest, TestSolrCoreProperties,
WordBreakSolrSpellCheckerTest, TestCollationField, CdcrVersionReplicationTest,
BlobRepositoryCloudTest, TestRecoveryHdfs, TestRestoreCore,
TestAuthenticationFramework, TestSchemaSimilarityResource,
SolrCloudExampleTest, UUIDUpdateProcessorFallbackTest, TestDistributedGrouping,
EchoParamsTest, FieldMutatingUpdateProcessorTest, ConvertedLegacyTest,
UpdateRequestProcessorFactoryTest, TestAnalyzeInfixSuggestions,
ResourceLoaderTest, TestObjectReleaseTracker, TestDistributedMissingSort,
TestCoreDiscovery, TestIndexSearcher,
LeaderInitiatedRecoveryOnShardRestartTest, SSLMigrationTest, ShardSplitTest,
AddBlockUpdateTest, TestBadConfig, TestScoreJoinQPNoScore,
TestReversedWildcardFilterFactory, DeleteReplicaTest, TestWriterPerf,
DistanceFunctionTest, TestHdfsUpdateLog, SolrIndexSplitterTest,
FullSolrCloudDistribCmdsTest, TestBlobHandler, TestHashQParserPlugin,
TestBM25SimilarityFactory, ShowFileRequestHandlerTest,
TestMiniSolrCloudClusterSSL, TestDFISimilarityFactory, TestExactStatsCache,
TestSolrConfigHandler, TestSystemIdResolver, StatsComponentTest,
HdfsSyncSliceTest, CreateCollectionCleanupTest, BinaryUpdateRequestHandlerTest,
TestCSVResponseWriter, SpellCheckCollatorTest, TestIndexingPerformance,
TestPivotHelperCode, TestSerializedLuceneMatchVersion, TestRangeQuery,
TestClusterStateMutator, TestDistribDocBasedVersion, FileBasedSpellCheckerTest,
SearchHandlerTest, TestCustomSort, TestSortingResponseWriter,
BasicFunctionalityTest, CollectionReloadTest, ZkNodePropsTest,
TestSolrFieldCacheMBean, TestSortByMinMaxFunction, EnumFieldTest,
TestSolr4Spatial, TestRandomFaceting, BlockJoinFacetSimpleTest, PluginInfoTest,
CurrencyFieldOpenExchangeTest, TermVectorComponentTest,
DistributedFacetPivotLargeTest, SimpleMLTQParserTest,
IndexSchemaRuntimeFieldTest, TestUtils, TestMiniSolrCloudClusterBase,
HdfsChaosMonkeySafeLeaderTest, OutputWriterTest, CoreAdminCreateDiscoverTest,
TestManagedSchemaAPI, AsyncCallRequestStatusResponseTest, TestOmitPositions,
LoggingHandlerTest, CoreAdminHandlerTest, NumericFieldsTest,
SortByFunctionTest, BadCopyFieldTest, HLLUtilTest,
ClassificationUpdateProcessorFactoryTest, RemoteQueryErrorTest,
OpenCloseCoreStressTest, TestRTGBase, TestConfigSets,
UniqFieldsUpdateProcessorFactoryTest, HdfsRecoveryZkTest, SynonymTokenizerTest,
TestInitParams, TestFieldTypeCollectionResource, TestBinaryResponseWriter,
DistributedTermsComponentTest, BitVectorTest, ResponseLogComponentTest,
SolrInfoMBeanTest, FileUtilsTest, FacetPivotSmallTest, TestRawTransformer,
TestQueryWrapperFilter, AddSchemaFieldsUpdateProcessorFactoryTest,
VMParamsZkACLAndCredentialsProvidersTest, TestSuggestSpellingConverter,
SuggesterTSTTest, LukeRequestHandlerTest, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, RecoveryZkTest,
ClusterStateUpdateTest, LeaderElectionTest, TestZkChroot, AutoCommitTest,
TermVectorComponentDistributedTest, ZkControllerTest, SolrCoreTest,
BadIndexSchemaTest, TestSort, TestFiltering, DirectUpdateHandlerTest,
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, SuggesterTest,
TestTrie, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest,
TestWordDelimiterFilterFactory, QueryEqualityTest, DocValuesMultiTest,
XsltUpdateRequestHandlerTest, CacheHeaderTest, DisMaxRequestHandlerTest,
StandardRequestHandlerTest, TestQueryTypes, TermsComponentTest,
DocumentBuilderTest, TestValueSourceCache, TestSolrQueryParser,
RegexBoostProcessorTest, IndexSchemaTest, ReturnFieldsTest, MBeansHandlerTest,
TestAnalyzedSuggestions, HighlighterConfigTest, SOLR749Test,
AlternateDirectoryTest, TestSolrIndexConfig, SolrIndexConfigTest,
TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest,
SpellPossibilityIteratorTest, TestCodecSupport, TestDFRSimilarityFactory,
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory,
TestFastOutputStream, ScriptEngineTest, DateMathParserTest,
SpellingQueryConverterTest, DOMUtilTest, TestSolrJ, TestLRUCache,
SliceStateTest, DistributedMLTComponentTest, SolrTestCaseJ4Test,
TestCrossCoreJoin, ConnectionReuseTest, TestJettySolrRunner,
AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest,
CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest,
CollectionTooManyReplicasTest, DeleteInactiveReplicaTest,
DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribCursorPagingTest,
DistributedQueueTest, ForceLeaderTest, MultiThreadedOCPTest,
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest,
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest,
TestCloudBackupRestore, TestCloudInspectUtil, TestCloudPivotFacet,
TestOnReconnectListenerSupport, TestReplicaProperties, TestSSLRandomization,
TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud,
TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZkTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsNNFailoverTest, ZkStateReaderTest,
ZkStateWriterTest, RuleEngineTest, RulesTest,
SuggestComponentContextFilterQueryTest, SuggestComponentTest,
TestDistributedStatsComponentCardinality, TestCloudSchemaless, TestDistribIDF]
[junit4] Completed [574/598 (1!)] on J1 in 47.22s, 2 tests, 1 error <<<
FAILURES!
[...truncated 114 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:233: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/common-build.xml:531:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1427:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:984:
There were test failures: 598 suites (10 ignored), 2435 tests, 1 error, 87
ignored (72 assumptions) [seed: 582DA6D2AAE32A9F]
Total time: 88 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]