Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4328/
Java: 64bit/jdk1.8.0_25 -XX:-UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionTest
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderElectionTest:
1) Thread[id=11498, name=zkCallback-1518-thread-1, state=TIMED_WAITING,
group=TGRP-LeaderElectionTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.LeaderElectionTest:
1) Thread[id=11498, name=zkCallback-1518-thread-1, state=TIMED_WAITING,
group=TGRP-LeaderElectionTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([D786F0075B6C56A7]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=11498, name=zkCallback-1518-thread-1, state=TIMED_WAITING,
group=TGRP-LeaderElectionTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=11498, name=zkCallback-1518-thread-1, state=TIMED_WAITING,
group=TGRP-LeaderElectionTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([D786F0075B6C56A7]:0)
FAILED: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:58768/repfacttest_c8n_1x3_shard1_replica2
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:58768/repfacttest_c8n_1x3_shard1_replica2
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:581)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:890)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
at
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
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
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
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: org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at:
http://127.0.0.1:58768/repfacttest_c8n_1x3_shard1_replica2
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
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.directUpdate(CloudSolrClient.java:578)
... 46 more
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
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:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
... 51 more
Build Log:
[...truncated 9310 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\init-core-data-001
[junit4] 2> 1084488 T3937
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 1084492 T3937 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 1084492 T3937 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1084495 T3938 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1084617 T3937 oasc.ZkTestServer.run start zk server on
port:58761
[junit4] 2> 1084617 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1084619 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1084623 T3945 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@64e70b07
name:ZooKeeperConnection Watcher:127.0.0.1:58761 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1084625 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1084625 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1084625 T3937 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1084632 T3939 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14b0a9805770000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1084632 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1084635 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1084638 T3948 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@74bb913d
name:ZooKeeperConnection Watcher:127.0.0.1:58761/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1084638 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1084638 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1084638 T3937 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1084645 T3937 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1084651 T3937 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1084655 T3937 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1084659 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1084659 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1084665 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1084666 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1084671 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1084671 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1084674 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1084674 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1084678 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1084678 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1084684 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1084684 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1084689 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1084690 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1084698 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1084698 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1084711 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1084712 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1084717 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1084717 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1084723 T3937 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1084723 T3937 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1086511 T3937 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores\collection1
[junit4] 2> 1086515 T3937 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1086523 T3937 oejs.AbstractConnector.doStart Started
[email protected]:58769
[junit4] 2> 1086523 T3937 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1086523 T3937 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1086523 T3937 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001
[junit4] 2> 1086523 T3937 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\'
[junit4] 2> 1086560 T3937 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\solr.xml
[junit4] 2> 1086569 T3937 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores
[junit4] 2> 1086569 T3937 oasc.CoreContainer.<init> New CoreContainer
578789537
[junit4] 2> 1086569 T3937 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\]
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1086570 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1086574 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1086574 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1086574 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1086574 T3937 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1086574 T3937 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1086574 T3937 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1086576 T3937 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1086576 T3937 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58761/solr
[junit4] 2> 1086576 T3937 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1086576 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1086578 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1086582 T3960 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@25e181a1
name:ZooKeeperConnection Watcher:127.0.0.1:58761 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1086583 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1086583 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1086589 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1086591 T3963 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5810ab33
name:ZooKeeperConnection Watcher:127.0.0.1:58761/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1086591 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1086593 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1086598 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1086604 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1086609 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1086613 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1086617 T3937 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1086621 T3937 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58768_
[junit4] 2> 1086622 T3937 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58768_
[junit4] 2> 1086626 T3937 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1086629 T3937 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1086632 T3937 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1086636 T3937 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:58768_
[junit4] 2> 1086637 T3937 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1086640 T3937 oasc.Overseer.start Overseer
(id=93179865334218755-127.0.0.1:58768_-n_0000000000) starting
[junit4] 2> 1086644 T3937 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1086659 T3937 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1086661 T3965 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1086661 T3937 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1086667 T3937 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1086670 T3937
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1086677 T3964 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1086679 T3937 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores
[junit4] 2> 1086681 T3937 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores\collection1\
[junit4] 2> 1086683 T3937 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1086684 T3967 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 1086685 T3967 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1086686 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1086686 T3967 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1086691 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58768",
[junit4] 2> "node_name":"127.0.0.1:58768_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1086693 T3964 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58768",
[junit4] 2> "node_name":"127.0.0.1:58768_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1086693 T3964 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1086693 T3964 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1086695 T3963 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> 1087779 T3967 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1087779 T3967 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 1087780 T3967 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1087780 T3967 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1087784 T3967 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1087784 T3967 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores\collection1\'
[junit4] 2> 1087811 T3967 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1087816 T3967 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1087827 T3967 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1087845 T3967 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.1.0
[junit4] 2> 1087857 T3967 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1087859 T3967 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1087866 T3967 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1088041 T3967 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1088047 T3967 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1088047 T3967 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1088073 T3967 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1088077 T3967 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1088082 T3967 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1088085 T3967
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1088085 T3967
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1088085 T3967 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1088087 T3967
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1088087 T3967
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1088087 T3967 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 1088087 T3967 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1088088 T3967 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/control/data\
[junit4] 2> 1088088 T3967 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c88721e
[junit4] 2> 1088089 T3967 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/control/data\
[junit4] 2> 1088089 T3967 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/control/data\index/
[junit4] 2> 1088089 T3967 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 1088090 T3967 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/control/data\index
[junit4] 2> 1088090 T3967 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23860799103657415]
[junit4] 2> 1088091 T3967 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f7166
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33c9483a),segFN=segments_1,generation=1}
[junit4] 2> 1088091 T3967 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1088093 T3967 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1088094 T3967 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1088094 T3967 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1088094 T3967 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1088094 T3967 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1088094 T3967 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1088095 T3967 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1088095 T3967 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1088095 T3967 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1088096 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1088096 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1088096 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1088098 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1088098 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1088099 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1088099 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1088100 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1088101 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1088101 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1088102 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1088102 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1088102 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1088103 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1088103 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1088103 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1088104 T3967 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1088104 T3967 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1088112 T3967 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1088114 T3967 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1088116 T3967 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1088119 T3967 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1088119 T3967 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1088124 T3967 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1088124 T3967 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1088125 T3967 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=85.642578125,
floorSegmentMB=0.20703125, forceMergeDeletesPctAllowed=29.556997734954432,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1088126 T3967 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f7166
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33c9483a),segFN=segments_1,generation=1}
[junit4] 2> 1088126 T3967 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1088126 T3967 oass.SolrIndexSearcher.<init> Opening
Searcher@23c74f84[collection1] main
[junit4] 2> 1088126 T3967 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1088128 T3967 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1088128 T3967 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1088130 T3967
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1088131 T3967 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1088131 T3967 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1088132 T3967
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1088133 T3967 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1088133 T3967 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1088133 T3967 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1088134 T3968 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@23c74f84[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1088135 T3967 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1088136 T3971 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58768 collection:control_collection
shard:shard1
[junit4] 2> 1088136 T3937 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1088137 T3937 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1088138 T3971 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1088139 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1088141 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1088145 T3975 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3773975f
name:ZooKeeperConnection Watcher:127.0.0.1:58761/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1088145 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1088146 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1088148 T3937
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1088151 T3971 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 1088154 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1088156 T3971
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1088156 T3971 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1223 name=collection1
org.apache.solr.core.SolrCore@3a4092d2 url=http://127.0.0.1:58768/collection1
node=127.0.0.1:58768_ C1223_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:58768,
node_name=127.0.0.1:58768_, state=down}
[junit4] 2> 1088156 T3971 C1223 P58768 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:58768/collection1/
[junit4] 2> 1088156 T3971 C1223 P58768 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1088156 T3971 C1223 P58768 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58768/collection1/ has no replicas
[junit4] 2> 1088157 T3971 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58768/collection1/ shard1
[junit4] 2> 1088157 T3971 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1088157 T3964 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> 1088157 T3937 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1088158 T3937 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1088158 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1088161 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1088164 T3978 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@603ab532
name:ZooKeeperConnection Watcher:127.0.0.1:58761/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1088164 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1088165 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1088169 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1088173 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":2} current state version: 1
[junit4] 2> 1088173 T3964 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1088175 T3975 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> 1088177 T3963 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> 1088187 T3964 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:58768",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 1088188 T3964 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 1088189 T3975 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> 1088211 T3979 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1088214 T3975 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> 1088228 T3971 oasc.ZkController.register We are
http://127.0.0.1:58768/collection1/ and leader is
http://127.0.0.1:58768/collection1/
[junit4] 2> 1088228 T3971 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58768
[junit4] 2> 1088228 T3971 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1088228 T3971 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 1088228 T3971 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1088232 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1088240 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58768",
[junit4] 2> "node_name":"127.0.0.1:58768_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1088241 T3964 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58768",
[junit4] 2> "node_name":"127.0.0.1:58768_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1088354 T3975 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> 1088355 T3963 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> 1090215 T3937 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores\collection1
[junit4] 2> 1090219 T3937 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 1090221 T3937 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1090224 T3937 oejs.AbstractConnector.doStart Started
[email protected]:58785
[junit4] 2> 1090226 T3937 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1090226 T3937 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1090227 T3937 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001
[junit4] 2> 1090227 T3937 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\'
[junit4] 2> 1090271 T3937 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\solr.xml
[junit4] 2> 1090280 T3937 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores
[junit4] 2> 1090280 T3937 oasc.CoreContainer.<init> New CoreContainer
1054664365
[junit4] 2> 1090282 T3937 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\]
[junit4] 2> 1090282 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1090282 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1090284 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1090284 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1090284 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1090285 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1090285 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1090285 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1090285 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1090286 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1090286 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1090287 T3937 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1090287 T3937 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1090287 T3937 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1090288 T3937 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1090288 T3937 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58761/solr
[junit4] 2> 1090288 T3937 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1090288 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1090290 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1090293 T3991 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6f0e5866
name:ZooKeeperConnection Watcher:127.0.0.1:58761 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1090294 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1090294 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1090297 T3939 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14b0a9805770006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1090300 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1090302 T3994 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d3817e3 name:ZooKeeperConnection
Watcher:127.0.0.1:58761/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1090302 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1090316 T3937
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1091418 T3937 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58784_
[junit4] 2> 1091420 T3937 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58784_
[junit4] 2> 1091430 T3937 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1091436 T3937 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores
[junit4] 2> 1091438 T3937 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores\collection1\
[junit4] 2> 1091439 T3937 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1091443 T3995 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1091444 T3995 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1091446 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1091448 T3995 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1091448 T3995 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1091449 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58784",
[junit4] 2> "node_name":"127.0.0.1:58784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1091449 T3995 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1091450 T3964 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58784",
[junit4] 2> "node_name":"127.0.0.1:58784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1091450 T3964 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 1091450 T3964 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1091453 T3995 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 1091454 T3995 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1091454 T3964 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1091458 T3994 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1091459 T3994 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1092552 T3995 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1092552 T3995 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1092554 T3995 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1092554 T3995 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1092557 T3995 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1092557 T3995 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores\collection1\'
[junit4] 2> 1092588 T3995 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1092592 T3995 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1092603 T3995 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1092608 T3995 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.1.0
[junit4] 2> 1092635 T3995 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1092639 T3995 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1092646 T3995 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1092803 T3995 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1092807 T3995 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1092809 T3995 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1092830 T3995 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1092836 T3995 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1092841 T3995 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1092843 T3995
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1092845 T3995
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1092845 T3995 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1092846 T3995
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1092846 T3995
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1092846 T3995 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1092846 T3995 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1092848 T3995 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-1-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/jetty1\
[junit4] 2> 1092848 T3995 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c88721e
[junit4] 2> 1092849 T3995 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/jetty1\
[junit4] 2> 1092849 T3995 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/jetty1\index/
[junit4] 2> 1092849 T3995 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 1092849 T3995 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\tempDir-001/jetty1\index
[junit4] 2> 1092850 T3995 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23860799103657415]
[junit4] 2> 1092850 T3995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5089aa9c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ac9e997),segFN=segments_1,generation=1}
[junit4] 2> 1092851 T3995 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1092853 T3995 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1092854 T3995 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1092854 T3995 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1092854 T3995 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1092855 T3995 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1092855 T3995 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1092855 T3995 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1092855 T3995 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1092856 T3995 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1092856 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1092857 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1092857 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1092857 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1092858 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1092858 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1092859 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1092859 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1092859 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1092864 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1092865 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1092866 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1092866 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1092867 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1092868 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1092868 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1092869 T3995 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1092870 T3995 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1092880 T3995 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1092883 T3995 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1092886 T3995 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1092888 T3995 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1092889 T3995 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1092892 T3995 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1092892 T3995 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1092896 T3995 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=85.642578125,
floorSegmentMB=0.20703125, forceMergeDeletesPctAllowed=29.556997734954432,
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1092896 T3995 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@5089aa9c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ac9e997),segFN=segments_1,generation=1}
[junit4] 2> 1092896 T3995 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1092897 T3995 oass.SolrIndexSearcher.<init> Opening
Searcher@6e1fd1c0[collection1] main
[junit4] 2> 1092897 T3995 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1092898 T3995 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1092898 T3995 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1092899 T3995
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1092899 T3995 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1092899 T3995 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1092900 T3995
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1092900 T3995 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1092900 T3995 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1092900 T3995 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1092900 T3995 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1092901 T3996 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@6e1fd1c0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1092903 T3999 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58784 collection:collection1
shard:shard2
[junit4] 2> 1092903 T3937 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1092903 T3937 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1092905 T3999 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1092918 T3999 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 1092923 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1092924 T3999
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1092924 T3999 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1224 name=collection1
org.apache.solr.core.SolrCore@6b5c165b url=http://127.0.0.1:58784/collection1
node=127.0.0.1:58784_ C1224_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:58784,
node_name=127.0.0.1:58784_, state=down}
[junit4] 2> 1092925 T3999 C1224 P58784 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:58784/collection1/
[junit4] 2> 1092925 T3999 C1224 P58784 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1092925 T3999 C1224 P58784 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58784/collection1/ has no replicas
[junit4] 2> 1092925 T3999 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58784/collection1/ shard2
[junit4] 2> 1092927 T3999 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 1092930 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 1092933 T3964 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 1092936 T3994 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1092938 T3994 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1092948 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:58784",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 1092950 T3964 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 1092952 T3994 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1092953 T3994 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1092959 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1093002 T3999 oasc.ZkController.register We are
http://127.0.0.1:58784/collection1/ and leader is
http://127.0.0.1:58784/collection1/
[junit4] 2> 1093002 T3999 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58784
[junit4] 2> 1093002 T3999 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1093002 T3999 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 1093002 T3999 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1093006 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1093010 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58784",
[junit4] 2> "node_name":"127.0.0.1:58784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1093012 T3964 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58784",
[junit4] 2> "node_name":"127.0.0.1:58784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1093015 T3964 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 1093017 T3994 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1093018 T3999 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1093019 T3994 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1094964 T3937 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\cores\collection1
[junit4] 2> 1094971 T3937 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 1094971 T3937 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1094977 T3937 oejs.AbstractConnector.doStart Started
[email protected]:58795
[junit4] 2> 1094983 T3937 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1094983 T3937 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1094983 T3937 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001
[junit4] 2> 1094983 T3937 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\'
[junit4] 2> 1095041 T3937 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\solr.xml
[junit4] 2> 1095066 T3937 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\cores
[junit4] 2> 1095067 T3937 oasc.CoreContainer.<init> New CoreContainer
546078055
[junit4] 2> 1095067 T3937 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\]
[junit4] 2> 1095068 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1095069 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1095073 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1095073 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1095073 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1095073 T3937 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1095073 T3937 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1095077 T3937 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1095077 T3937 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1095077 T3937 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1095077 T3937 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58761/solr
[junit4] 2> 1095077 T3937 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1095077 T3937
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1095081 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1095084 T4014 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@eb547d8 name:ZooKeeperConnection
Watcher:127.0.0.1:58761 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1095087 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1095088 T3937 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1095092 T3937 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1095095 T4017 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@65976966
name:ZooKeeperConnection Watcher:127.0.0.1:58761/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1095097 T3937 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1095113 T3937
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1096218 T3937 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58794_
[junit4] 2> 1096220 T3937 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58794_
[junit4] 2> 1096227 T3937 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1096231 T3937 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\cores
[junit4] 2> 1096233 T3937 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\cores\collection1\
[junit4] 2> 1096233 T3937 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1096238 T4018 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1096238 T4018 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1096240 T3963 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1096242 T3964 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58794",
[junit4] 2> "node_name":"127.0.0.1:58794_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1096242 T4018 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1096242 T3964 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:58794",
[junit4] 2> "node_name":"127.0.0.1:58794_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1096242 T4018 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1096243 T3964 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 1096243 T3964 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 1096243 T4018 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1096245 T3964 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 1096246 T4018 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1096246 T4018 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1096246 T4017 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1096246 T3994 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1096247 T4017 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1096247 T3994 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1097231 T4018 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1097231 T4018 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1097231 T4018 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1097231 T4018 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1097233 T4018 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1097233 T4018 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D786F0075B6C56A7-001\shard-2-001\cores\collection1\'
[junit4] 2> 1097256 T4018 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1097259 T4018 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1097272 T4018 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1097277 T4018 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.1.0
[junit4] 2> 1097287 T4018 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1097289 T4018 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1097293 T4018 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1097458 T4018 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1097465 T4018 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1097468 T4018 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1097505 T4018 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1097509 T4018 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1097514 T4018 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1097517 T4018
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1097517 T4018
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1097517 T4018 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1097519 T4018
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1097519 T4018
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4]
[...truncated too long message...]
y): {}, locale=sv, timezone=Atlantic/Cape_Verde
[junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_25
(64-bit)/cpus=2,threads=2,free=81122368,total=364748800
[junit4] 2> NOTE: All tests run in this JVM: [SearchHandlerTest,
LeaderFailoverAfterPartitionTest, SolrPluginUtilsTest, TestRemoteStreaming,
SortByFunctionTest, TestLeaderElectionZkExpiry, TestSurroundQueryParser,
MoreLikeThisHandlerTest, TestPivotHelperCode, TestIntervalFaceting,
TestWordDelimiterFilterFactory, DOMUtilTest, ExternalFileFieldSortTest,
SolrTestCaseJ4Test, BadIndexSchemaTest, HdfsChaosMonkeySafeLeaderTest,
FacetPivotSmallTest, TestTrie, TestSchemaResource, StandardRequestHandlerTest,
TestManagedSchemaDynamicFieldResource, AutoCommitTest,
SpellingQueryConverterTest, ZkCLITest, SampleTest,
DefaultValueUpdateProcessorTest, SimpleMLTQParserTest, TestJmxIntegration,
TestCustomSort, TestSearchPerf, HdfsUnloadDistributedZkTest, InfoHandlerTest,
TestQuerySenderNoQuery, DistributedDebugComponentTest, TestManagedResource,
TestPseudoReturnFields, TestMergePolicyConfig, URLClassifyProcessorTest,
CustomCollectionTest, RAMDirectoryFactoryTest, DirectUpdateHandlerTest,
CacheHeaderTest, BlockCacheTest, DocValuesTest, TestSchemaSimilarityResource,
TestCollationField, TriLevelCompositeIdRoutingTest,
OutOfBoxZkACLAndCredentialsProvidersTest, ReturnFieldsTest, TestStressRecovery,
NotRequiredUniqueKeyTest, TestSimpleQParserPlugin, SpatialFilterTest,
TermVectorComponentTest, RequestHandlersTest, ParsingFieldUpdateProcessorsTest,
TestHighlightDedupGrouping, TestShardHandlerFactory, MigrateRouteKeyTest,
FullSolrCloudDistribCmdsTest, StressHdfsTest, TestQueryUtils,
TestManagedSynonymFilterFactory, BasicDistributedZkTest, AtomicUpdatesTest,
DocValuesMissingTest, RollingRestartTest, TestDistribDocBasedVersion,
DocumentBuilderTest, ClusterStateUpdateTest, TestDocBasedVersionConstraints,
QueryParsingTest, TestSolrConfigHandlerCloud, LeaderElectionIntegrationTest,
VMParamsZkACLAndCredentialsProvidersTest, MultiTermTest, MergeStrategyTest,
ConnectionManagerTest, TestBadConfig, UnloadDistributedZkTest, TestInitQParser,
TestFastLRUCache, PingRequestHandlerTest, SolrIndexConfigTest, DateFieldTest,
TestManagedStopFilterFactory, WordBreakSolrSpellCheckerTest,
DocExpirationUpdateProcessorFactoryTest, ReplicationFactorTest,
FileBasedSpellCheckerTest, HighlighterTest, TestFieldSortValues,
SimpleCollectionCreateDeleteTest, TestCloudSchemaless, TestReloadAndDeleteDocs,
TestOmitPositions, TestManagedSchema, CloudMLTQParserTest,
DistributedFacetPivotSmallAdvancedTest, TestSolrConfigHandlerConcurrent,
TestCloudPivotFacet, NumericFieldsTest, TestConfigReload,
FieldMutatingUpdateProcessorTest, TestCopyFieldCollectionResource,
TestPartialUpdateDeduplication, SpatialRPTFieldTypeTest, BufferStoreTest,
TestCloudManagedSchema, TestNRTOpen, OverseerCollectionProcessorTest,
TestDFRSimilarityFactory, TestOverriddenPrefixQueryForCustomFieldType,
TestComplexPhraseQParserPlugin, TestNoOpRegenerator, TestUpdate, OverseerTest,
TestExactStatsCache, TestCoreContainer, TestManagedSchemaFieldTypeResource,
TermsComponentTest, TestSortingResponseWriter, ChangedSchemaMergeTest,
SolrIndexSplitterTest, TestLRUCache, UUIDUpdateProcessorFallbackTest,
TimeZoneUtilsTest, UpdateParamsTest, HdfsWriteToMultipleCollectionsTest,
TestSchemaManager, TestStressReorder, TestPostingsSolrHighlighter,
QueryEqualityTest, TestRawResponseWriter, SpellCheckCollatorTest,
UUIDFieldTest, TestAnalyzeInfixSuggestions, CursorPagingTest,
TestAddFieldRealTimeGet, RequiredFieldsTest, TestDefaultSimilarityFactory,
IndexBasedSpellCheckerTest, TestBlendedInfixSuggestions,
XsltUpdateRequestHandlerTest, TestSort, TestJmxMonitoredMap, RecoveryZkTest,
HdfsCollectionsAPIDistributedZkTest, SyncSliceTest, RegexBoostProcessorTest,
TestHashPartitioner, TestBinaryResponseWriter, DirectUpdateHandlerOptimizeTest,
PreAnalyzedUpdateProcessorTest, TestInitParams,
OverriddenZkACLAndCredentialsProvidersTest, TestQuerySenderListener,
TestExactSharedStatsCache, TestDynamicFieldResource,
DistributedIntervalFacetingTest, ConvertedLegacyTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SimpleFacetsTest,
TestShortCircuitedRequests, TestDistributedGrouping, TestSolrIndexConfig,
TestMaxScoreQueryParser, TestExceedMaxTermLength,
TestNonDefinedSimilarityFactory, PluginInfoTest, TestRealTimeGet,
SolrRequestParserTest, DistributedExpandComponentTest,
TestAtomicUpdateErrorCases, TestSolrDeletionPolicy1,
TestUniqueKeyFieldResource, HighlighterMaxOffsetTest, HdfsDirectoryFactoryTest,
ShardRoutingCustomTest, AnalyticsMergeStrategyTest, DirectSolrConnectionTest,
TestReplicaProperties, TestStressUserVersions, SaslZkACLProviderTest,
TestRandomMergePolicy, TestFileDictionaryLookup, TestFaceting,
ZkSolrClientTest, TestReplicationHandler, TestRequestStatusCollectionAPI,
HdfsSyncSliceTest, DistribDocExpirationUpdateProcessorTest,
TestCollapseQParserPlugin, PrimitiveFieldTypeTest, TestOrdValues,
TestExtendedDismaxParser, DistributedFacetPivotLargeTest, TestExpandComponent,
ChaosMonkeyNothingIsSafeTest, TestFastWriter, DistributedFacetPivotSmallTest,
TestSearcherReuse, BasicDistributedZk2Test, TestDocSet,
CollectionsAPIAsyncDistributedZkTest, OpenCloseCoreStressTest, PrimUtilsTest,
TestLazyCores, BasicFunctionalityTest, TestSolr4Spatial2, SuggesterTest,
SolrCoreTest, TestStressLucene, SharedFSAutoReplicaFailoverTest,
SliceStateTest, BadCopyFieldTest, TestQueryTypes, TestCodecSupport,
TestSolrDynamicMBean, CursorMarkTest, HdfsLockFactoryTest, TestFunctionQuery,
TestLuceneMatchVersion, ChaosMonkeySafeLeaderTest,
CollectionsAPIDistributedZkTest, ShardRoutingTest, BasicZkTest,
TestRandomFaceting, LeaderElectionTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=LeaderElectionTest
-Dtests.seed=D786F0075B6C56A7 -Dtests.slow=true -Dtests.locale=sv
-Dtests.timezone=Atlantic/Cape_Verde -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s | LeaderElectionTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.LeaderElectionTest:
[junit4] > 1) Thread[id=11498, name=zkCallback-1518-thread-1,
state=TIMED_WAITING, group=TGRP-LeaderElectionTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] > at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([D786F0075B6C56A7]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=11498, name=zkCallback-1518-thread-1,
state=TIMED_WAITING, group=TGRP-LeaderElectionTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] > at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > at
__randomizedtesting.SeedInfo.seed([D786F0075B6C56A7]:0)
[junit4] Completed in 66.44s, 5 tests, 2 errors <<< FAILURES!
[...truncated 676 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970:
There were test failures: 461 suites, 1853 tests, 2 suite-level errors, 1
error, 730 ignored (19 assumptions)
Total time: 82 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_25
-XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]