Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16515/
Java: 32bit/jdk-9-ea+113 -client -XX:+UseSerialGC -XX:-CompactStrings
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestStressLiveNodes
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
at __randomizedtesting.SeedInfo.seed([FABE81B3BA79E54B]:0)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a
non-public member of class java.lang.reflect.Module accessible
at
sun.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:420)
at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
at java.security.AccessController.doPrivileged(java.base@9-ea/Native
Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
... 13 more
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication
Error Message:
Indexed access out of bounds: 0, 0
Stack Trace:
java.lang.IndexOutOfBoundsException: Indexed access out of bounds: 0, 0
at
__randomizedtesting.SeedInfo.seed([FABE81B3BA79E54B:DCD6FEB7C914AAD]:0)
at java.util.Objects.outOfBounds(java.base@9-ea/Objects.java:365)
at java.util.Objects.checkIndex(java.base@9-ea/Objects.java:436)
at java.util.Objects.checkIndex(java.base@9-ea/Objects.java:388)
at java.util.ArrayList.get(java.base@9-ea/ArrayList.java:435)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
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(java.base@9-ea/Thread.java:804)
Build Log:
[...truncated 10851 lines...]
[junit4] Suite: org.apache.solr.cloud.TestStressLiveNodes
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/init-core-data-001
[junit4] 2> 150205 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 150206 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 150206 INFO (Thread-450) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 150206 INFO (Thread-450) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 150306 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33071
[junit4] 2> 150306 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150307 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150309 INFO (zkCallback-189-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ad9f7 name:ZooKeeperConnection
Watcher:127.0.0.1:33071 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 150309 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150309 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150309 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 150314 INFO (jetty-launcher-188-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 150315 INFO (jetty-launcher-188-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@a9e31{/solr,null,AVAILABLE}
[junit4] 2> 150316 INFO (jetty-launcher-188-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@e7b6df{HTTP/1.1,[http/1.1]}{127.0.0.1:35234}
[junit4] 2> 150316 INFO (jetty-launcher-188-thread-1) [ ]
o.e.j.s.Server Started @151591ms
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35234}
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@25e70
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1'
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150317 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150319 INFO (zkCallback-190-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b033c2 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150319 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150319 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150319 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 150324 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1/.
[junit4] 2> 150324 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 15567450
[junit4] 2> 150324 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1]
[junit4] 2> 150324 WARN (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1/lib
[junit4] 2> 150324 INFO (jetty-launcher-188-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,
[junit4] 2> 150325 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 150326 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 150326 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 150326 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33071/solr
[junit4] 2> 150326 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 150326 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150327 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150328 INFO (zkCallback-193-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4c9a5e name:ZooKeeperConnection
Watcher:127.0.0.1:33071 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 150328 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150328 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150329 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$87/199462@1672ab3
[junit4] 2> 150329 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150331 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@a92f8e name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150331 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150332 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 150333 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 150334 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 150335 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 150336 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 150337 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 150338 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 150339 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 150340 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 150341 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 150341 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 150342 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 150348 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 150349 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 150349 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 150350 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95732465069850627-127.0.0.1:35234_solr-n_0000000000
[junit4] 2> 150350 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35234_solr
[junit4] 2> 150350 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 150351 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95732465069850627-127.0.0.1:35234_solr-n_0000000000) starting
[junit4] 2> 150352 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 150356 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 150356 INFO
(OverseerCollectionConfigSetProcessor-95732465069850627-127.0.0.1:35234_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 150356 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35234_solr
[junit4] 2> 150356 INFO
(OverseerStateUpdate-95732465069850627-127.0.0.1:35234_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 150356 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35234_solr
[junit4] 2> 150357 INFO (zkCallback-194-thread-1) [ ]
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> 150357 INFO
(OverseerStateUpdate-95732465069850627-127.0.0.1:35234_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 150358 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150394 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 150394 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 150395 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_FABE81B3BA79E54B-001/tempDir-001/node1/.
[junit4] 2> 150395 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions
[junit4] 2> 150396 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 150396 INFO (jetty-launcher-188-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 150396 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150396 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150397 INFO (zkCallback-195-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@660d1e name:ZooKeeperConnection
Watcher:127.0.0.1:33071 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 150397 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150398 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150399 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:33071/solr
[junit4] 2> 150403 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150403 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150404 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b5bbbc name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150404 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150404 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150405 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 150405 INFO
(SUITE-TestStressLiveNodes-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 150411 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testStress
[junit4] 2> 150411 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150412 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150413 INFO (zkCallback-198-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ada2ea name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150413 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150413 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150414 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150415 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=0,
numThreads=5 numNodesPerThread=4
[junit4] 2> 150415 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150415 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150417 INFO (zkCallback-199-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b25e62 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150417 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150417 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150417 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150417 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150418 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@131df64 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150418 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150419 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150419 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150419 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150420 INFO (zkCallback-201-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@9f7ced name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150420 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150421 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150421 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150421 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150429 INFO (zkCallback-202-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@d794c4 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150429 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150429 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150429 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150430 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150431 INFO (zkCallback-203-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@16573d name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150431 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150432 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150432 INFO (test_live_nodes_thrasher_iter0-609-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-0
[junit4] 2> 150432 INFO (test_live_nodes_thrasher_iter0-609-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-0
[junit4] 2> 150432 INFO (test_live_nodes_thrasher_iter0-609-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-0
[junit4] 2> 150433 INFO (test_live_nodes_thrasher_iter0-609-thread-4) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-0
[junit4] 2> 150433 INFO (test_live_nodes_thrasher_iter0-609-thread-5) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-0
[junit4] 2> 150434 INFO (zkCallback-194-thread-1) [ ]
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> 150434 INFO (zkCallback-197-thread-1) [ ]
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> 150435 INFO (test_live_nodes_thrasher_iter0-609-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-1
[junit4] 2> 150435 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
[junit4] 2> 150435 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
[junit4] 2> 150436 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150436 INFO (test_live_nodes_thrasher_iter0-609-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-1
[junit4] 2> 150436 INFO (test_live_nodes_thrasher_iter0-609-thread-4) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-1
[junit4] 2> 150436 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150436 INFO (test_live_nodes_thrasher_iter0-609-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-1
[junit4] 2> 150436 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 150436 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 150436 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150436 INFO (test_live_nodes_thrasher_iter0-609-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-2
[junit4] 2> 150437 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150437 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (9)
[junit4] 2> 150437 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [9])
[junit4] 2> 150437 INFO (test_live_nodes_thrasher_iter0-609-thread-5) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-1
[junit4] 2> 150437 INFO (test_live_nodes_thrasher_iter0-609-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-2
[junit4] 2> 150437 INFO (test_live_nodes_thrasher_iter0-609-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-2
[junit4] 2> 150437 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (10)
[junit4] 2> 150437 INFO (test_live_nodes_thrasher_iter0-609-thread-4) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-2
[junit4] 2> 150437 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 150438 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [10])
[junit4] 2> 150438 INFO (test_live_nodes_thrasher_iter0-609-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-3
[junit4] 2> 150438 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [10])
[junit4] 2> 150438 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (13)
[junit4] 2> 150438 INFO (test_live_nodes_thrasher_iter0-609-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-3
[junit4] 2> 150438 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150438 INFO (test_live_nodes_thrasher_iter0-609-thread-4) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-3
[junit4] 2> 150439 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150439 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (15)
[junit4] 2> 150438 INFO (zkCallback-194-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (13)
[junit4] 2> 150439 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [15])
[junit4] 2> 150439 INFO (test_live_nodes_thrasher_iter0-609-thread-5) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-2
[junit4] 2> 150439 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (16)
[junit4] 2> 150439 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [16])
[junit4] 2> 150439 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (15) -> (17)
[junit4] 2> 150440 INFO (test_live_nodes_thrasher_iter0-609-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-3
[junit4] 2> 150440 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (17)
[junit4] 2> 150440 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [17])
[junit4] 2> 150440 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [17])
[junit4] 2> 150440 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (19)
[junit4] 2> 150440 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (19)
[junit4] 2> 150440 INFO (test_live_nodes_thrasher_iter0-609-thread-5) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-3
[junit4] 2> 150441 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [19])
[junit4] 2> 150441 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [19])
[junit4] 2> 150441 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (19) -> (20)
[junit4] 2> 150442 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (19) -> (20)
[junit4] 2> 150443 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [20])
[junit4] 2> 150443 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [20])
[junit4] 2> 150443 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (20) -> (21)
[junit4] 2> 150443 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (20) -> (21)
[junit4] 2> 150443 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150443 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150444 INFO (zkCallback-204-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1289ab8 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150445 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150445 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150446 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [21])
[junit4] 2> 150446 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [21])
[junit4] 2> 150447 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (17)
[junit4] 2> 150447 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [17])
[junit4] 2> 150447 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (13)
[junit4] 2> 150447 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (13)
[junit4] 2> 150447 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150447 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150448 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (9)
[junit4] 2> 150448 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [9])
[junit4] 2> 150448 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (5)
[junit4] 2> 150448 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (5)
[junit4] 2> 150448 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150448 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150449 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150449 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
[junit4] 2> 150449 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
[junit4] 2> 150449 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150450 INFO (zkCallback-205-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c8cfe7 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150450 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150450 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150451 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150451 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=1,
numThreads=2 numNodesPerThread=5
[junit4] 2> 150451 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150452 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150453 INFO (zkCallback-206-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3ac9b3 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150453 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150453 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150453 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150453 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150454 INFO (zkCallback-207-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5f6232 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150455 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150455 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150455 INFO (test_live_nodes_thrasher_iter1-610-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-0
[junit4] 2> 150455 INFO (test_live_nodes_thrasher_iter1-610-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-0
[junit4] 2> 150456 INFO (zkCallback-194-thread-2) [ ]
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> 150456 INFO (zkCallback-197-thread-2) [ ]
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> 150457 INFO (test_live_nodes_thrasher_iter1-610-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-1
[junit4] 2> 150457 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 150457 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 150457 INFO (test_live_nodes_thrasher_iter1-610-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-1
[junit4] 2> 150457 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150457 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150457 INFO (test_live_nodes_thrasher_iter1-610-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-2
[junit4] 2> 150457 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
[junit4] 2> 150457 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
[junit4] 2> 150457 INFO (test_live_nodes_thrasher_iter1-610-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-2
[junit4] 2> 150458 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150458 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150458 INFO (test_live_nodes_thrasher_iter1-610-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-3
[junit4] 2> 150458 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
[junit4] 2> 150459 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150459 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
[junit4] 2> 150459 INFO (test_live_nodes_thrasher_iter1-610-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-3
[junit4] 2> 150459 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 150459 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [7])
[junit4] 2> 150459 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [7])
[junit4] 2> 150459 INFO (test_live_nodes_thrasher_iter1-610-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-4
[junit4] 2> 150459 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 150459 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [8])
[junit4] 2> 150459 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 150460 INFO (test_live_nodes_thrasher_iter1-610-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-4
[junit4] 2> 150460 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
[junit4] 2> 150460 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [9])
[junit4] 2> 150460 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [9])
[junit4] 2> 150460 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 150460 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [10])
[junit4] 2> 150460 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (11)
[junit4] 2> 150460 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (11)
[junit4] 2> 150460 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150461 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150462 INFO (zkCallback-208-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@bc35e8 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150462 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150462 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150463 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [11])
[junit4] 2> 150464 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [11])
[junit4] 2> 150464 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
[junit4] 2> 150464 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
[junit4] 2> 150464 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150464 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150464 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150465 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
[junit4] 2> 150465 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
[junit4] 2> 150465 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150466 INFO (zkCallback-209-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1d3b18c name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150466 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150466 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150467 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150467 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=2,
numThreads=3 numNodesPerThread=5
[junit4] 2> 150467 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150468 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150469 INFO (zkCallback-210-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@164f8ee name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150469 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150469 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150469 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150469 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150470 INFO (zkCallback-211-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@bc89e6 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150470 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150471 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150471 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150471 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150472 INFO (zkCallback-212-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@11424e8 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150472 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150472 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150473 INFO (test_live_nodes_thrasher_iter2-611-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-0
[junit4] 2> 150473 INFO (test_live_nodes_thrasher_iter2-611-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-0
[junit4] 2> 150473 INFO (test_live_nodes_thrasher_iter2-611-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-0
[junit4] 2> 150474 INFO (zkCallback-194-thread-2) [ ]
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> 150474 INFO (zkCallback-197-thread-2) [ ]
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> 150475 INFO (test_live_nodes_thrasher_iter2-611-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-1
[junit4] 2> 150475 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 150475 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150475 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
[junit4] 2> 150475 INFO (test_live_nodes_thrasher_iter2-611-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-1
[junit4] 2> 150475 INFO (test_live_nodes_thrasher_iter2-611-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-1
[junit4] 2> 150475 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 150475 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 150475 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 150476 INFO (test_live_nodes_thrasher_iter2-611-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-2
[junit4] 2> 150476 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 150476 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150476 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
[junit4] 2> 150476 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150476 INFO (test_live_nodes_thrasher_iter2-611-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-2
[junit4] 2> 150476 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
[junit4] 2> 150476 INFO (test_live_nodes_thrasher_iter2-611-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-2
[junit4] 2> 150476 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
[junit4] 2> 150476 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [7])
[junit4] 2> 150476 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [7])
[junit4] 2> 150477 INFO (test_live_nodes_thrasher_iter2-611-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-3
[junit4] 2> 150477 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
[junit4] 2> 150477 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [8])
[junit4] 2> 150477 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
[junit4] 2> 150477 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [9])
[junit4] 2> 150477 INFO (test_live_nodes_thrasher_iter2-611-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-3
[junit4] 2> 150477 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10)
[junit4] 2> 150477 INFO (test_live_nodes_thrasher_iter2-611-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-3
[junit4] 2> 150477 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
[junit4] 2> 150478 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [10])
[junit4] 2> 150478 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [10])
[junit4] 2> 150478 INFO (test_live_nodes_thrasher_iter2-611-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-4
[junit4] 2> 150478 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (11)
[junit4] 2> 150478 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [11])
[junit4] 2> 150478 INFO (zkCallback-197-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
[junit4] 2> 150478 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [12])
[junit4] 2> 150478 INFO (test_live_nodes_thrasher_iter2-611-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-4
[junit4] 2> 150479 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (13)
[junit4] 2> 150479 INFO (test_live_nodes_thrasher_iter2-611-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-4
[junit4] 2> 150479 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (13)
[junit4] 2> 150479 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150479 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [13])
[junit4] 2> 150479 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (14)
[junit4] 2> 150479 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (14)
[junit4] 2> 150479 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [14])
[junit4] 2> 150479 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [14])
[junit4] 2> 150480 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (14) -> (16)
[junit4] 2> 150480 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (14) -> (16)
[junit4] 2> 150480 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150480 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150481 INFO (zkCallback-213-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1faaf51 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150481 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150481 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150483 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [16])
[junit4] 2> 150483 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [16])
[junit4] 2> 150483 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (11)
[junit4] 2> 150483 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (11)
[junit4] 2> 150484 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [11])
[junit4] 2> 150484 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [11])
[junit4] 2> 150484 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
[junit4] 2> 150484 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
[junit4] 2> 150484 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150484 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [6])
[junit4] 2> 150484 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150485 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
[junit4] 2> 150485 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
[junit4] 2> 150485 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150486 INFO (zkCallback-214-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@53d7c4 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150486 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150486 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150487 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150487 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=3,
numThreads=4 numNodesPerThread=1
[junit4] 2> 150487 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150488 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150488 INFO (zkCallback-215-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5aa7c3 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150489 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150489 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150489 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150489 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150490 INFO (zkCallback-216-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@11a8726 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150490 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150490 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150490 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150491 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150492 INFO (zkCallback-217-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@53c69c name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150492 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150492 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150492 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150492 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150493 INFO (zkCallback-218-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6825c4 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150493 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150493 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150494 INFO (test_live_nodes_thrasher_iter3-612-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-0
[junit4] 2> 150494 INFO (test_live_nodes_thrasher_iter3-612-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-0
[junit4] 2> 150494 INFO (test_live_nodes_thrasher_iter3-612-thread-3) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-0
[junit4] 2> 150495 INFO (test_live_nodes_thrasher_iter3-612-thread-4) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-0
[junit4] 2> 150495 INFO (zkCallback-194-thread-2) [ ]
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> 150495 INFO (zkCallback-197-thread-1) [ ]
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> 150496 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
[junit4] 2> 150496 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
[junit4] 2> 150496 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150496 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150497 INFO (zkCallback-219-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1aa370c name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150497 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150498 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150499 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150500 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [5])
[junit4] 2> 150500 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 150500 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 150500 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 150500 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [4])
[junit4] 2> 150500 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 150501 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150501 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
[junit4] 2> 150501 INFO (zkCallback-194-thread-2) [ ]
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> 150501 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 150501 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150501 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 150501 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150502 INFO (zkCallback-220-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1c82a00 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150502 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150503 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150504 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150504 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=4,
numThreads=2 numNodesPerThread=1
[junit4] 2> 150504 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150504 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150505 INFO (zkCallback-221-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c5532d name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150505 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150506 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150506 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150506 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150507 INFO (zkCallback-222-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1d8c19d name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150507 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150507 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150508 INFO (test_live_nodes_thrasher_iter4-613-thread-1) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_0-0
[junit4] 2> 150508 INFO (test_live_nodes_thrasher_iter4-613-thread-2) [
] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_1-0
[junit4] 2> 150509 INFO (zkCallback-194-thread-2) [ ]
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> 150509 INFO (zkCallback-197-thread-1) [ ]
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> 150509 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 150509 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
[junit4] 2> 150509 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150509 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150511 INFO (zkCallback-223-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@11fc606 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150511 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150511 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150512 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150512 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [3])
[junit4] 2> 150513 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 150513 INFO (zkCallback-194-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
[junit4] 2> 150513 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150513 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150515 INFO (zkCallback-224-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@9abfb name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150515 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150515 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150516 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 150517 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=5,
numThreads=2 numNodesPerThread=5
[junit4] 2> 150517 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150517 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150518 INFO (zkCallback-225-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1193a93 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 150518 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 150518 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 150519 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 150519 INFO
(TEST-TestStressLiveNodes.testStress-seed#[FABE81B3BA79E54B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 150520 INFO (zkCallback-226-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@155e163 name:ZooKeeperConnection
Watcher:127.0.0.1:33071/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2>
[...truncated too long message...]
INFO (coreCloseExecutor-4418-thread-1) [ ] o.a.s.c.CachingDirectoryFactory
Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1119660 INFO (coreCloseExecutor-4418-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-027/./collection1/data
[junit4] 2> 1119660 INFO (coreCloseExecutor-4418-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-027/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-027/./collection1/data/index;done=false>>]
[junit4] 2> 1119660 INFO (coreCloseExecutor-4418-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1119660 INFO (coreCloseExecutor-4418-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-027/./collection1/data/index
[junit4] 2> 1119660 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[FABE81B3BA79E54B])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@a30d76{/solr,null,UNAVAILABLE}
[junit4] 2> 1119661 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[FABE81B3BA79E54B])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@1347530{HTTP/1.1,[http/1.1]}{127.0.0.1:۰}
[junit4] 2> 1119661 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[FABE81B3BA79E54B])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15274990
[junit4] 2> 1119661 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@9913d7
[junit4] 2> 1119661 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=5,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data;done=false>>]
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data/index;done=false>>]
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1119662 INFO (coreCloseExecutor-4420-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001/solr-instance-028/./collection1/data/index
[junit4] 2> 1119663 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[FABE81B3BA79E54B])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1966bd5{/solr,null,UNAVAILABLE}
[junit4] 2> 1119664 INFO
(SUITE-TestReplicationHandler-seed#[FABE81B3BA79E54B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FABE81B3BA79E54B-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128),
newname=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=840,
maxMBSortInHeap=6.050197045862477, sim=ClassicSimilarity, locale=uz-Latn,
timezone=Asia/Samarkand
[junit4] 2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=118538312,total=407408640
[junit4] 2> NOTE: All tests run in this JVM:
[PathHierarchyTokenizerFactoryTest, DistributedQueryComponentCustomSortTest,
SolrCoreTest, StandardRequestHandlerTest, TestConfigOverlay,
TestInfoStreamLogging, TestFoldingMultitermQuery, TestDefaultStatsCache,
TestCloudInspectUtil, JsonLoaderTest, StressHdfsTest, SparseHLLTest,
PingRequestHandlerTest, DefaultValueUpdateProcessorTest, SortSpecParsingTest,
PolyFieldTest, TestJoin, RulesTest, TestIBSimilarityFactory,
FacetPivotSmallTest, SOLR749Test, PrimUtilsTest, SpatialRPTFieldTypeTest,
TestBlobHandler, SolrXmlInZkTest, TestAnalyzedSuggestions,
CloudExitableDirectoryReaderTest, XsltUpdateRequestHandlerTest,
DateRangeFieldTest, LeaderElectionIntegrationTest, TestSolrQueryResponse,
TestFunctionQuery, BJQParserTest, TestRebalanceLeaders, TestCSVLoader,
TestManagedResourceStorage, TestConfigSets, TestArbitraryIndexDir, TestConfig,
DateFieldTest, ResponseLogComponentTest, DistribCursorPagingTest,
SynonymTokenizerTest, TestRuleBasedAuthorizationPlugin, FullHLLTest,
DistributedFacetPivotSmallAdvancedTest, QueryEqualityTest, DistanceUnitsTest,
SolrRequestParserTest, RestartWhileUpdatingTest, TestNamedUpdateProcessors,
BasicDistributedZkTest, HighlighterMaxOffsetTest, TestFileDictionaryLookup,
TestLRUCache, CdcrVersionReplicationTest, DistributedSpellCheckComponentTest,
TestFieldSortValues, TestSolrDynamicMBean, CacheHeaderTest,
TestSchemaNameResource, TestMiniSolrCloudClusterSSL, RequiredFieldsTest,
TestDistributedSearch, JSONWriterTest, TestTolerantUpdateProcessorRandomCloud,
SyncSliceTest, TestRangeQuery, TestSolrQueryParserResource,
AnalysisErrorHandlingTest, TestDocSet, QueryElevationComponentTest,
IndexSchemaRuntimeFieldTest, DeleteReplicaTest,
TestLMDirichletSimilarityFactory, SaslZkACLProviderTest, TestRemoteStreaming,
TestPivotHelperCode, TestFieldResource, TestRecoveryHdfs,
DistributedExpandComponentTest, TestSchemaVersionResource,
CdcrReplicationDistributedZkTest, LeaderInitiatedRecoveryOnShardRestartTest,
ZkStateWriterTest, TestRandomFaceting, TestLuceneMatchVersion,
AnalysisAfterCoreReloadTest, OutOfBoxZkACLAndCredentialsProvidersTest,
PreAnalyzedFieldTest, ZkNodePropsTest, TestRTGBase, BlockJoinFacetSimpleTest,
IndexSchemaTest, ReturnFieldsTest, CopyFieldTest, ResourceLoaderTest,
TestReqParamsAPI, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest,
TestReplicationHandler]
[junit4] Completed [298/586 (2!)] on J0 in 103.07s, 13 tests, 1 error <<<
FAILURES!
[...truncated 913 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
There were test failures: 586 suites (10 ignored), 2359 tests, 1 suite-level
error, 1 error, 116 ignored (70 assumptions) [seed: FABE81B3BA79E54B]
Total time: 65 minutes 58 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]