Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2908/
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
java.net.SocketTimeoutException: Read timed out
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
java.net.SocketTimeoutException: Read timed out
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:774)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:596)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:593)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Build Log:
[...truncated 10147 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/init-core-data-001
[junit4] 2> 1371559 T4624
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /nz_fss/la
[junit4] 2> 1371564 T4624 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1371565 T4625 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1371666 T4624 oasc.ZkTestServer.run start zk server on
port:25779
[junit4] 2> 1371667 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1371668 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1371673 T4632 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4e862073
name:ZooKeeperConnection Watcher:127.0.0.1:25779 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1371673 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1371674 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1371674 T4624 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1371679 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1371680 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1371681 T4635 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@268cfa3e
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1371681 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1371682 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1371682 T4624 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1371685 T4624 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1371686 T4624 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1371687 T4624 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1371689 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1371689 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1371692 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1371693 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1371796 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1371797 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1371798 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1371799 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1371801 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1371801 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1371803 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1371804 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1371805 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1371806 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1371807 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1371808 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1371810 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1371810 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1371812 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1371812 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1371814 T4624 oasc.AbstractZkTestCase.putConfig put
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1371815 T4624 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1373224 T4624 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1
[junit4] 2> 1373227 T4624 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1373233 T4624 oejs.AbstractConnector.doStart Started
[email protected]:25783
[junit4] 2> 1373233 T4624 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/nz_fss/la,
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/tempDir-001/control/data, hostPort=25782,
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores}
[junit4] 2> 1373233 T4624 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 1373234 T4624 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/'
[junit4] 2> 1373272 T4624 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/solr.xml
[junit4] 2> 1373316 T4624 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores
[junit4] 2> 1373316 T4624 oasc.CoreContainer.<init> New CoreContainer
1448812155
[junit4] 2> 1373316 T4624 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/]
[junit4] 2> 1373316 T4624 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/lib
[junit4] 2> 1373317 T4624 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/lib).
[junit4] 2> 1373326 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1373327 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1373327 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1373327 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1373327 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1373328 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1373328 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1373328 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1373328 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1373328 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1373329 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1373335 T4624 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1373335 T4624 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1373336 T4624 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1373336 T4624 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1373336 T4624 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:25779/solr
[junit4] 2> 1373336 T4624 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1373337 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1373337 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1373339 T4647 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@772c4729
name:ZooKeeperConnection Watcher:127.0.0.1:25779 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1373340 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1373340 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1373342 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1373343 T4650 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3548fe79
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1373343 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1373345 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1373346 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1373348 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1373349 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1373350 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1373351 T4624 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1373352 T4624 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1373353 T4624 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1373354 T4624 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25782_nz_fss%2Fla
[junit4] 2> 1373354 T4624 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:25782_nz_fss%2Fla
[junit4] 2> 1373355 T4624 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1373356 T4624 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1373357 T4624 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1373358 T4624 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:25782_nz_fss%2Fla
[junit4] 2> 1373358 T4624 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1373359 T4624 oasc.Overseer.start Overseer
(id=93615144876572675-127.0.0.1:25782_nz_fss%2Fla-n_0000000000) starting
[junit4] 2> 1373361 T4624 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1373364 T4624 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1373365 T4652 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1373365 T4651 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1373365 T4624
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1373369 T4624 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores
[junit4] 2> 1373371 T4624 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/, transient=false,
config=solrconfig.xml, coreNodeName=, loadOnStartup=true, shard=,
dataDir=data/, collection=control_collection,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1, schema=schema.xml,
name=collection1}
[junit4] 2> 1373371 T4624 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/
[junit4] 2> 1373371 T4624 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1373372 T4654 C:control_collection c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=control_collection
[junit4] 2> 1373372 T4654 C:control_collection c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1373373 T4654 C:control_collection c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1373373 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1373373 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:25782_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25782/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1373374 T4651 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"1",
[junit4] 2> "node_name":"127.0.0.1:25782_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25782/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"}
[junit4] 2> 1373374 T4651 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1373374 T4651 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1373375 T4650 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1374374 T4654 C:control_collection c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1374375 T4654 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:control_collection
[junit4] 2> 1374375 T4654 C:control_collection c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1374375 T4654 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1374376 T4654 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1374376 T4654 C:control_collection c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/'
[junit4] 2> 1374390 T4654 C:control_collection c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1374392 T4654 C:control_collection c:collection1
oasc.Config.<init> loaded config solrconfig.xml with version 0
[junit4] 2> 1374400 T4654 C:control_collection c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1374419 T4654 C:control_collection c:collection1
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
[junit4] 2> 1374457 T4654 C:control_collection c:collection1
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1374559 T4654 C:control_collection c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1374567 T4654 C:control_collection c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1374890 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1374903 T4654 C:control_collection c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1374905 T4654 C:control_collection c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1374912 T4654 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1374915 T4654 C:control_collection c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1374919 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1374919 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1374919 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1374919 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1374920 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1374920 T4654 C:control_collection c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1374920 T4654 C:control_collection c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection control_collection
[junit4] 2> 1374920 T4654 C:control_collection c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1374921 T4654 C:control_collection c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/data/
[junit4] 2> 1374921 T4654 C:control_collection c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ba9dace
[junit4] 2> 1374921 T4654 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/data
[junit4] 2> 1374922 T4654 C:control_collection c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/data/index/
[junit4] 2> 1374922 T4654 C:control_collection c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1374922 T4654 C:control_collection c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/control-001/cores/collection1/data/index
[junit4] 2> 1374922 T4654 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=23.0185546875,
floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=11.77904699044102,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1374923 T4654 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@763fe6fe
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d566a58),segFN=segments_1,generation=1}
[junit4] 2> 1374923 T4654 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1374927 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1374927 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1374927 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1374928 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1374928 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1374928 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1374928 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1374928 T4654 C:control_collection c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1374929 T4654 C:control_collection c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 1374951 T4654 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1374953 T4654 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1374954 T4654 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1374956 T4654 C:control_collection c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1374960 T4654 C:control_collection c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/plugins,/admin/luke,/admin/segments,/admin/file,/admin/threads,/admin/ping,/update,/admin/mbeans,/admin/logging,/admin/properties,/update/csv,/config,/replication,/get,/schema,standard,/update/json,/admin/system,/update/json/docs
[junit4] 2> 1374962 T4654 C:control_collection c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1374963 T4654 C:control_collection c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1374963 T4654 C:control_collection c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1374965 T4654 C:control_collection c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1374965 T4654 C:control_collection c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1374965 T4654 C:control_collection c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=69.14453125,
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=4.444172208952494,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4601051453371784
[junit4] 2> 1374966 T4654 C:control_collection c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@763fe6fe
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d566a58),segFN=segments_1,generation=1}
[junit4] 2> 1374966 T4654 C:control_collection c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1374966 T4654 C:control_collection c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@1ea1aa6a[collection1] main
[junit4] 2> 1374966 T4654 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1374967 T4654 C:control_collection c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1374967 T4654 C:control_collection c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1374967 T4654 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1374968 T4654 C:control_collection c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1374968 T4654 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1374968 T4654 C:control_collection c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1374968 T4654 C:control_collection c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1374968 T4654 C:control_collection c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1374969 T4654 C:control_collection c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1374969 T4654 C:control_collection c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1374969 T4655 C:control_collection c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@1ea1aa6a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1374970 T4658 C:control_collection S:shard1
oasc.ZkController.register Register replica - core:collection1
address:http://127.0.0.1:25782/nz_fss/la collection:control_collection
shard:shard1
[junit4] 2> 1374970 T4624 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 1374970 T4624 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1374970 T4658 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1374972 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1374973 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1374974 T4658 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 1374974 T4662 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5aedef0c
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1374974 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1374975 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1374975 T4624
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1374975 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1374976 T4658 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1374976 T4658 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C871 name=collection1
org.apache.solr.core.SolrCore@7aad97f2
url=http://127.0.0.1:25782/nz_fss/la/collection1
node=127.0.0.1:25782_nz_fss%2Fla C871_STATE=coll:control_collection
core:collection1 props:{core=collection1,
node_name=127.0.0.1:25782_nz_fss%2Fla,
base_url=http://127.0.0.1:25782/nz_fss/la, state=down}
[junit4] 2> 1374977 T4658 C:control_collection S:shard1 C871 P25782
oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:25782/nz_fss/la/collection1/
[junit4] 2> 1374977 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 1374977 T4658 C:control_collection S:shard1 C871 P25782
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 1374977 T4658 C:control_collection S:shard1 C871 P25782
oasc.SyncStrategy.syncToMe http://127.0.0.1:25782/nz_fss/la/collection1/ has no
replicas
[junit4] 2> 1374977 T4658 C:control_collection S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:25782/nz_fss/la/collection1/ shard1
[junit4] 2> 1374977 T4658 C:control_collection S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1374978 T4650 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1374978 T4662 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1374978 T4624 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1374979 T4624 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1374980 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1374980 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1374981 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1374982 T4665 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1cde29fe
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1374982 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:25782/nz_fss/la",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 1374982 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1374982 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1374985 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1374986 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2"} current state version: 2
[junit4] 2> 1374986 T4651 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1374987 T4662 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1374987 T4650 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1375032 T4658 C:control_collection S:shard1
oasc.ZkController.register We are http://127.0.0.1:25782/nz_fss/la/collection1/
and leader is http://127.0.0.1:25782/nz_fss/la/collection1/
[junit4] 2> 1375033 T4658 C:control_collection S:shard1
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:25782/nz_fss/la
[junit4] 2> 1375033 T4658 C:control_collection S:shard1
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1375033 T4658 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=control_collection
[junit4] 2> 1375033 T4658 C:control_collection S:shard1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1375034 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1375034 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25782_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25782/nz_fss/la",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 1375035 T4651 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25782_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25782/nz_fss/la",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state"}
[junit4] 2> 1375035 T4651 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 1375036 T4650 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1375036 T4662 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1375139 T4662 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1375139 T4650 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1376129 T4624 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1
[junit4] 2> 1376131 T4624 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001
[junit4] 2> 1376132 T4624 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1376134 T4624 oejs.AbstractConnector.doStart Started
[email protected]:25795
[junit4] 2> 1376135 T4624 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {hostContext=/nz_fss/la, solrconfig=solrconfig.xml, hostPort=25794,
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores,
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/tempDir-001/jetty1}
[junit4] 2> 1376135 T4624 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 1376135 T4624 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/'
[junit4] 2> 1376167 T4624 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/solr.xml
[junit4] 2> 1376203 T4624 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores
[junit4] 2> 1376203 T4624 oasc.CoreContainer.<init> New CoreContainer
1379001132
[junit4] 2> 1376203 T4624 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/]
[junit4] 2> 1376204 T4624 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/lib
[junit4] 2> 1376204 T4624 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/lib).
[junit4] 2> 1376214 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1376214 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1376214 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1376215 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1376215 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1376215 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1376215 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1376215 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1376216 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1376216 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1376216 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1376221 T4624 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1376222 T4624 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1376222 T4624 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1376222 T4624 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1376222 T4624 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:25779/solr
[junit4] 2> 1376222 T4624 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1376223 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1376223 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1376225 T4677 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5ded99f0
name:ZooKeeperConnection Watcher:127.0.0.1:25779 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1376226 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1376226 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1376229 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1376230 T4680 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@48297555
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1376230 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1376243 T4624
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1377247 T4624 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25794_nz_fss%2Fla
[junit4] 2> 1377248 T4624 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:25794_nz_fss%2Fla
[junit4] 2> 1377251 T4624 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1377253 T4624 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores
[junit4] 2> 1377255 T4624 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{schema=schema.xml, dataDir=data/, config=solrconfig.xml, name=collection1,
collection=collection1,
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/, loadOnStartup=true,
coreNodeName=, transient=false,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1, shard=}
[junit4] 2> 1377255 T4624 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/
[junit4] 2> 1377255 T4624 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1377257 T4681 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1377257 T4681 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1377258 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1377258 T4681 C:collection1 c:collection1
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1377259 T4681 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1377259 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25794_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25794/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1377259 T4681 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1377259 T4651 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25794_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25794/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"}
[junit4] 2> 1377259 T4651 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 1377259 T4651 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1377260 T4681 C:collection1 c:collection1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 0
[junit4] 2> 1377260 T4681 C:collection1 c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1377260 T4651 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1377261 T4680 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1377261 T4680 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1378261 T4681 C:collection1 c:collection1
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1378262 T4681 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 1378262 T4681 C:collection1 c:collection1
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1378262 T4681 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1378263 T4681 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1378263 T4681 C:collection1 c:collection1
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/'
[junit4] 2> 1378277 T4681 C:collection1 c:collection1
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1378279 T4681 C:collection1 c:collection1 oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 1378288 T4681 C:collection1 c:collection1
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1378306 T4681 C:collection1 c:collection1
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
[junit4] 2> 1378344 T4681 C:collection1 c:collection1
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1378446 T4681 C:collection1 c:collection1
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1378454 T4681 C:collection1 c:collection1
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1378741 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.init Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1378755 T4681 C:collection1 c:collection1
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1378757 T4681 C:collection1 c:collection1
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1378763 T4681 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1378766 T4681 C:collection1 c:collection1
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1378769 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1378770 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1378770 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1378770 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1378771 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1378771 T4681 C:collection1 c:collection1
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1378771 T4681 C:collection1 c:collection1
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection collection1
[junit4] 2> 1378771 T4681 C:collection1 c:collection1
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1378771 T4681 C:collection1 c:collection1 oasc.SolrCore.<init>
[collection1] Opening new SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/data/
[junit4] 2> 1378772 T4681 C:collection1 c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ba9dace
[junit4] 2> 1378772 T4681 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/data
[junit4] 2> 1378772 T4681 C:collection1 c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 1378773 T4681 C:collection1 c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1378773 T4681 C:collection1 c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 1378773 T4681 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=23.0185546875,
floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=11.77904699044102,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1378774 T4681 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@56774af0
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d8fee9),segFN=segments_1,generation=1}
[junit4] 2> 1378774 T4681 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1378778 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1378779 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1378779 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1378779 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1378779 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1378779 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1378780 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1378780 T4681 C:collection1 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1378780 T4681 C:collection1 c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 1378797 T4681 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1378799 T4681 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1378801 T4681 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1378802 T4681 C:collection1 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1378807 T4681 C:collection1 c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/plugins,/admin/luke,/admin/segments,/admin/file,/admin/threads,/admin/ping,/update,/admin/mbeans,/admin/logging,/admin/properties,/update/csv,/config,/replication,/get,/schema,standard,/update/json,/admin/system,/update/json/docs
[junit4] 2> 1378809 T4681 C:collection1 c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1378810 T4681 C:collection1 c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1378811 T4681 C:collection1 c:collection1 oasu.UpdateLog.init
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10
[junit4] 2> 1378812 T4681 C:collection1 c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1378812 T4681 C:collection1 c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1378813 T4681 C:collection1 c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=69.14453125,
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=4.444172208952494,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4601051453371784
[junit4] 2> 1378813 T4681 C:collection1 c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@56774af0
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31d8fee9),segFN=segments_1,generation=1}
[junit4] 2> 1378813 T4681 C:collection1 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1378814 T4681 C:collection1 c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@7a6a994e[collection1] main
[junit4] 2> 1378814 T4681 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1378814 T4681 C:collection1 c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1378814 T4681 C:collection1 c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1378815 T4681 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1378815 T4681 C:collection1 c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1378815 T4681 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1378815 T4681 C:collection1 c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1378816 T4681 C:collection1 c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1378816 T4681 C:collection1 c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1378816 T4681 C:collection1 c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1378817 T4682 C:collection1 c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@7a6a994e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1378817 T4681 C:collection1 c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1378818 T4685 C:collection1 S:shard1
oasc.ZkController.register Register replica - core:collection1
address:http://127.0.0.1:25794/nz_fss/la collection:collection1 shard:shard1
[junit4] 2> 1378818 T4624 oass.SolrDispatchFilter.init
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
[junit4] 2> 1378818 T4624 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1378818 T4685 C:collection1 S:shard1
oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 1378821 T4685 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 1378822 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1378823 T4685 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1378823 T4685 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C872 name=collection1
org.apache.solr.core.SolrCore@1bffbe5b
url=http://127.0.0.1:25794/nz_fss/la/collection1
node=127.0.0.1:25794_nz_fss%2Fla C872_STATE=coll:collection1 core:collection1
props:{core=collection1, node_name=127.0.0.1:25794_nz_fss%2Fla,
base_url=http://127.0.0.1:25794/nz_fss/la, state=down}
[junit4] 2> 1378823 T4685 C:collection1 S:shard1 C872 P25794
oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:25794/nz_fss/la/collection1/
[junit4] 2> 1378823 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 1378823 T4685 C:collection1 S:shard1 C872 P25794
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 1378824 T4685 C:collection1 S:shard1 C872 P25794
oasc.SyncStrategy.syncToMe http://127.0.0.1:25794/nz_fss/la/collection1/ has no
replicas
[junit4] 2> 1378824 T4685 C:collection1 S:shard1
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:25794/nz_fss/la/collection1/ shard1
[junit4] 2> 1378824 T4685 C:collection1 S:shard1
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4] 2> 1378824 T4651 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 1378825 T4680 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1378825 T4680 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1378827 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:25794/nz_fss/la",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 1378827 T4651 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 1378828 T4680 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1378828 T4680 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1378829 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1378878 T4685 C:collection1 S:shard1
oasc.ZkController.register We are http://127.0.0.1:25794/nz_fss/la/collection1/
and leader is http://127.0.0.1:25794/nz_fss/la/collection1/
[junit4] 2> 1378879 T4685 C:collection1 S:shard1
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:25794/nz_fss/la
[junit4] 2> 1378879 T4685 C:collection1 S:shard1
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1378879 T4685 C:collection1 S:shard1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=active
collection=collection1
[junit4] 2> 1378879 T4685 C:collection1 S:shard1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1378880 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1378880 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25794_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25794/nz_fss/la",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1378881 T4651 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25794_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25794/nz_fss/la",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "state":"active",
[junit4] 2> "operation":"state"}
[junit4] 2> 1378881 T4685 C:collection1 S:shard1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 3
[junit4] 2> 1378882 T4651 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 1378882 T4680 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1378883 T4680 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1379746 T4624 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores/collection1
[junit4] 2> 1379748 T4624 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001
[junit4] 2> 1379749 T4624 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1379752 T4624 oejs.AbstractConnector.doStart Started
[email protected]:25804
[junit4] 2> 1379752 T4624 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/tempDir-001/jetty2, solrconfig=solrconfig.xml,
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores, hostPort=25803, hostContext=/nz_fss/la}
[junit4] 2> 1379753 T4624 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
[junit4] 2> 1379753 T4624 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/'
[junit4] 2> 1379782 T4624 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/solr.xml
[junit4] 2> 1379816 T4624 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores
[junit4] 2> 1379817 T4624 oasc.CoreContainer.<init> New CoreContainer
1199359807
[junit4] 2> 1379817 T4624 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/]
[junit4] 2> 1379817 T4624 oasc.CoreContainer.load loading shared library:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/lib
[junit4] 2> 1379818 T4624 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/lib).
[junit4] 2> 1379827 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1379827 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1379827 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1379827 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1379828 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1379828 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1379828 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1379828 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1379828 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1379829 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1379829 T4624 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1379833 T4624 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1379834 T4624 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1379834 T4624 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1379834 T4624 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1379835 T4624 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:25779/solr
[junit4] 2> 1379835 T4624 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1379835 T4624
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1379836 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1379837 T4698 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3ca4f3b4
name:ZooKeeperConnection Watcher:127.0.0.1:25779 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1379838 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1379838 T4624 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1379840 T4624 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1379841 T4701 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4e7c6687
name:ZooKeeperConnection Watcher:127.0.0.1:25779/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1379841 T4624 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1379845 T4624
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1380848 T4624 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25803_nz_fss%2Fla
[junit4] 2> 1380849 T4624 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:25803_nz_fss%2Fla
[junit4] 2> 1380852 T4624 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1380855 T4624 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores
[junit4] 2> 1380857 T4624 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{coreNodeName=, collection=collection1,
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores/collection1/, dataDir=data/,
name=collection1, shard=, schema=schema.xml, transient=false,
loadOnStartup=true,
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores/collection1, config=solrconfig.xml}
[junit4] 2> 1380857 T4624 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001/shard-2-001/cores/collection1/
[junit4] 2> 1380858 T4624 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1380859 T4702 C:collection1 c:collection1
oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1380859 T4702 C:collection1 c:collection1
oasc.ZkController.publish numShards not found on descriptor - reading it from
system property
[junit4] 2> 1380860 T4650 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1380861 T4702 C:collection1 c:collection1
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1380861 T4702 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1380861 T4651 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25803_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25803/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1380861 T4702 C:collection1 c:collection1
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1380862 T4651 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "roles":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "core":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "node_name":"127.0.0.1:25803_nz_fss%2Fla",
[junit4] 2> "base_url":"http://127.0.0.1:25803/nz_fss/la",
[junit4] 2> "shard":null,
[junit4] 2> "state":"down",
[junit4] 2> "operation":"state"}
[junit4] 2> 1380862 T4651 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 1380862 T4651 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1380862 T4702 C:collection1 c:collection1
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 4
[junit4] 2> 1380862 T4702 C:collection1 c:collection1
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1380863 T4651 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 1380863 T4701 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 1380863 T4680 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 1380864 T4701 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1380864 T4680 oascc.ZkStateReader.update
[...truncated too long message...]
.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #4:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=4829, name=updateExecutor-653-thread-6,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@282848d9
rejected from java.util.concurrent.ThreadPoolExecutor@e71bb73[Shutting down,
pool size = 4, active threads = 4, queued tasks = 0, completed tasks = 46]
[junit4] > at
__randomizedtesting.SeedInfo.seed([BFFCE504F86C54DD]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #5:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=4832, name=updateExecutor-653-thread-7,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@5b761ce3
rejected from java.util.concurrent.ThreadPoolExecutor@e71bb73[Shutting down,
pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 47]
[junit4] > at
__randomizedtesting.SeedInfo.seed([BFFCE504F86C54DD]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #6:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=4835, name=updateExecutor-653-thread-8,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@f2d440b
rejected from java.util.concurrent.ThreadPoolExecutor@e71bb73[Shutting down,
pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 48]
[junit4] > at
__randomizedtesting.SeedInfo.seed([BFFCE504F86C54DD]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #7:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=4822, name=updateExecutor-653-thread-4,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@ad15bd2
rejected from java.util.concurrent.ThreadPoolExecutor@e71bb73[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 49]
[junit4] > at
__randomizedtesting.SeedInfo.seed([BFFCE504F86C54DD]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1955257 T4624 C:control_collection S:shard1 c:collection1
oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest
BFFCE504F86C54DD-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=PostingsFormat(name=Asserting),
timestamp=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory
doPackFST= true), a_t=PostingsFormat(name=LuceneFixedGap),
intDefault=PostingsFormat(name=Asserting),
range_facet_l=PostingsFormat(name=LuceneFixedGap),
text=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=PostingsFormat(name=LuceneFixedGap)},
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity,
locale=ar_OM, timezone=Europe/Tiraspol
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=78560712,total=365953024
[junit4] 2> NOTE: All tests run in this JVM: [TestSystemIdResolver,
TestSchemaSimilarityResource, PolyFieldTest, CoreAdminCreateDiscoverTest,
PrimitiveFieldTypeTest, RegexBoostProcessorTest,
PreAnalyzedUpdateProcessorTest, HttpPartitionTest, PreAnalyzedFieldTest,
TestSolrQueryParserResource, IndexSchemaRuntimeFieldTest,
TestArbitraryIndexDir, TestReload, NumericFieldsTest, TestJmxMonitoredMap,
TestBulkSchemaAPI, TestManagedResource,
TestSolrQueryParserDefaultOperatorResource, TestFieldTypeResource,
AnalysisAfterCoreReloadTest, DocValuesMissingTest, DistributedMLTComponentTest,
EchoParamsTest, TermVectorComponentDistributedTest, TestCloudInspectUtil,
QueryResultKeyTest, TestDistributedGrouping, HdfsBasicDistributedZkTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestCollationField, TestLRUCache,
TestSolrDeletionPolicy1, TestExtendedDismaxParser,
TestTrackingShardHandlerFactory, SolrInfoMBeanTest, BlockDirectoryTest,
XsltUpdateRequestHandlerTest, UnloadDistributedZkTest, TestBinaryField,
DirectUpdateHandlerTest, CollectionReloadTest, SimpleMLTQParserTest,
TestUniqueKeyFieldResource, TestDynamicLoading, TestLeaderElectionZkExpiry,
TestManagedSchemaDynamicFieldResource, TestAddFieldRealTimeGet,
TestDistribDocBasedVersion, DistributedIntervalFacetingTest, TestJsonFacets,
UpdateParamsTest, HdfsSyncSliceTest, TestFastLRUCache, IndexSchemaTest,
FieldAnalysisRequestHandlerTest, TestManagedSchemaFieldTypeResource,
TestConfig, TestSolrJ, CollectionsAPIDistributedZkTest, BasicDistributedZkTest,
MultiThreadedOCPTest, ReplicationFactorTest]
[junit4] Completed on J0 in 583.73s, 1 test, 1 error <<< FAILURES!
[...truncated 614 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:191:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:509:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1370:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:976:
There were test failures: 480 suites, 1905 tests, 1 error, 61 ignored (21
assumptions)
Total time: 60 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2431
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 218537067 bytes
Compression is 0.0%
Took 41 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]