Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4518/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
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.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)
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$2.call(CloudSolrClient.java:568)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 9524 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\init-core-data-001
[junit4] 2> 2129452 T8993
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 2129463 T8993 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2129464 T8994 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 2129586 T8993 oasc.ZkTestServer.run start zk server on
port:53733
[junit4] 2> 2129587 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2129592 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2129600 T9001 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@16267bd name:ZooKeeperConnection
Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2129601 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2129601 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2129601 T8993 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 2129609 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2129613 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2129616 T9004 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@aa233b name:ZooKeeperConnection
Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2129616 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2129618 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2129622 T8993 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 2129628 T8993 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 2129634 T8993 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 2129640 T8993 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 2129648 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2129650 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 2129658 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2129659 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 2129666 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2129666 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2129676 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2129677 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 2129684 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2129684 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 2129693 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2129693 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 2129702 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2129702 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 2129713 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2129713 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 2129723 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2129725 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2129733 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2129733 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 2129743 T8993 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2129744 T8993 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 2131954 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores\collection1
[junit4] 2> 2131958 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2131963 T8993 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1dc5746{/,null,AVAILABLE}
[junit4] 2> 2132016 T8993 oejs.AbstractConnector.doStart Started
ServerConnector@27267d{HTTP/1.1}{127.0.0.1:53741}
[junit4] 2> 2132017 T8993 oejs.Server.doStart Started @2136087ms
[junit4] 2> 2132017 T8993 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 2132017 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2132017 T8993 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001
[junit4] 2> 2132017 T8993 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\'
[junit4] 2> 2132078 T8993 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\solr.xml
[junit4] 2> 2132092 T8993 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores
[junit4] 2> 2132093 T8993 oasc.CoreContainer.<init> New CoreContainer
27277399
[junit4] 2> 2132093 T8993 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\]
[junit4] 2> 2132093 T8993 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\lib
[junit4] 2> 2132094 T8993 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\lib).
[junit4] 2> 2132110 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2132111 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2132112 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2132113 T8993 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2132114 T8993 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2132114 T8993 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2132114 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 2132114 T8993 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53733/solr
[junit4] 2> 2132114 T8993 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2132114 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2132118 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2132120 T9018 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1423c97 name:ZooKeeperConnection
Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2132121 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2132122 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2132125 T8995 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14bdb4dc5c10002, 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> 2132126 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2132129 T9021 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1993e8c name:ZooKeeperConnection
Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2132131 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2132134 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 2132139 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 2132145 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 2132151 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 2132157 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 2132164 T8993 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 2132168 T8993 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53740_
[junit4] 2> 2132170 T8993 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53740_
[junit4] 2> 2132176 T8993 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 2132180 T8993 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 2132186 T8993 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2132190 T8993 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:53740_
[junit4] 2> 2132191 T8993 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 2132195 T8993 oasc.Overseer.start Overseer
(id=93409344367951875-127.0.0.1:53740_-n_0000000000) starting
[junit4] 2> 2132202 T8993 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 2132223 T8993 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 2132226 T9022 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 2132226 T8993 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 2132228 T9023 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 2132235 T8993 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 2132242 T8993
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2132253 T8993 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores
[junit4] 2> 2132254 T8993 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores\collection1\
[junit4] 2> 2132254 T8993 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2132259 T9025 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 2132259 T9025 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2132262 T9025 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2132269 T9022 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:53740",
[junit4] 2> "node_name":"127.0.0.1:53740_",
[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> 2132270 T9022 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:53740",
[junit4] 2> "node_name":"127.0.0.1:53740_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2132270 T9022 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 2132270 T9022 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 2132273 T9021 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> 2132281 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2133351 T9025 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2133352 T9025 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 2133356 T9025 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2133357 T9025 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2133363 T9025 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2133363 T9025 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores\collection1\'
[junit4] 2> 2133396 T9025 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2133401 T9025 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2133416 T9025 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2133432 T9025 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2133447 T9025 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2133452 T9025 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2133476 T9025 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2133667 T9025 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2133674 T9025 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2133674 T9025 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2133701 T9025 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2133708 T9025 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2133713 T9025 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2133715 T9025
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2133715 T9025
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2133715 T9025 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2133717 T9025
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2133717 T9025
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2133717 T9025 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 2133717 T9025 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2133719 T9025 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/control/data\
[junit4] 2> 2133719 T9025 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
[junit4] 2> 2133721 T9025 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/control/data\
[junit4] 2> 2133721 T9025 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/control/data\index/
[junit4] 2> 2133721 T9025 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 2133722 T9025 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/control/data\index
[junit4] 2> 2133724 T9025 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2133725 T9025 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@14d9536
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f3e1ed),segFN=segments_1,generation=1}
[junit4] 2> 2133725 T9025 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2133735 T9025 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2133736 T9025 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2133737 T9025 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2133738 T9025 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2133741 T9025 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2133742 T9025 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2133742 T9025 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2133744 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2133745 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2133746 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2133747 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2133747 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2133749 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2133750 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2133751 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2133752 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2133754 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2133754 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2133755 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2133757 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2133758 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2133762 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2133763 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2133765 T9025 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2133766 T9025 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2133776 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2133779 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2133783 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2133786 T9025 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2133787 T9025 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2133791 T9025 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2133794 T9025 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2133794 T9025 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2133796 T9025 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31534888575391734]
[junit4] 2> 2133797 T9025 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@14d9536
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f3e1ed),segFN=segments_1,generation=1}
[junit4] 2> 2133797 T9025 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2133798 T9025 oass.SolrIndexSearcher.<init> Opening
Searcher@9190f6[collection1] main
[junit4] 2> 2133798 T9025 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 2133801 T9025 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 2133802 T9025 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2133803 T9025
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2133804 T9025 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2133804 T9025 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2133805 T9025
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2133807 T9025 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2133807 T9025 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2133807 T9025 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2133809 T9026 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@9190f6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2133810 T9025 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2133813 T9029 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:53740 collection:control_collection
shard:shard1
[junit4] 2> 2133813 T8993 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 2133814 T8993 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2133815 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2133818 T9029 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 2133819 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2133828 T9033 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13aab21 name:ZooKeeperConnection
Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2133829 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2133830 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2133833 T8993
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2133834 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 2133838 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2133841 T9029
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2133841 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C3204 name=collection1
org.apache.solr.core.SolrCore@565eb9 url=http://127.0.0.1:53740/collection1
node=127.0.0.1:53740_ C3204_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:53740,
node_name=127.0.0.1:53740_, state=down}
[junit4] 2> 2133841 T9029 C3204 P53740 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:53740/collection1/
[junit4] 2> 2133841 T9022 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> 2133843 T9029 C3204 P53740 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2133844 T9029 C3204 P53740 oasc.SyncStrategy.syncToMe
http://127.0.0.1:53740/collection1/ has no replicas
[junit4] 2> 2133844 T9029 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:53740/collection1/ shard1
[junit4] 2> 2133845 T9029 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 2133846 T8993 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 2133855 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2133860 T9022 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:53740",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 2133871 T9021 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> 2133874 T9033 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> 2133915 T9029 oasc.ZkController.register We are
http://127.0.0.1:53740/collection1/ and leader is
http://127.0.0.1:53740/collection1/
[junit4] 2> 2133915 T9029 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:53740
[junit4] 2> 2133915 T9029 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2133915 T9029 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 2133915 T9029 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2133919 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2133923 T9022 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:53740",
[junit4] 2> "node_name":"127.0.0.1:53740_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 2133926 T9022 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:53740",
[junit4] 2> "node_name":"127.0.0.1:53740_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 2134045 T9021 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> 2134045 T9033 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> 2135943 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores\collection1
[junit4] 2> 2135946 T8993 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 2135952 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2135958 T8993 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@26bc52{/,null,AVAILABLE}
[junit4] 2> 2135960 T8993 oejs.AbstractConnector.doStart Started
ServerConnector@252371{HTTP/1.1}{127.0.0.1:53754}
[junit4] 2> 2135961 T8993 oejs.Server.doStart Started @2139776ms
[junit4] 2> 2135961 T8993 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 2135962 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2135963 T8993 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001
[junit4] 2> 2135963 T8993 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\'
[junit4] 2> 2136013 T8993 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\solr.xml
[junit4] 2> 2136026 T8993 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores
[junit4] 2> 2136028 T8993 oasc.CoreContainer.<init> New CoreContainer
10202795
[junit4] 2> 2136028 T8993 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\]
[junit4] 2> 2136028 T8993 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\lib
[junit4] 2> 2136029 T8993 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\lib).
[junit4] 2> 2136045 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2136046 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2136047 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2136048 T8993 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2136048 T8993 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2136048 T8993 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2136048 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 2136048 T8993 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53733/solr
[junit4] 2> 2136048 T8993 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2136048 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2136053 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2136061 T9047 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ad758f name:ZooKeeperConnection
Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2136062 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2136064 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2136075 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2136079 T9050 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e6b32a name:ZooKeeperConnection
Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2136079 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2136093 T8993
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2137191 T8993 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53753_
[junit4] 2> 2137194 T8993 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53753_
[junit4] 2> 2137212 T8993 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2137218 T8993 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores
[junit4] 2> 2137221 T8993 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores\collection1\
[junit4] 2> 2137221 T8993 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2137225 T9051 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2137225 T9051 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2137226 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2137226 T9051 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2137229 T9022 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:53753",
[junit4] 2> "node_name":"127.0.0.1:53753_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 2137230 T9022 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:53753",
[junit4] 2> "node_name":"127.0.0.1:53753_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2137230 T9022 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 2137231 T9022 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 2137233 T9033 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2137234 T9021 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2137234 T9050 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138316 T9051 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2138316 T9051 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2138319 T9051 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2138319 T9051 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2138321 T9051 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2138321 T9051 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores\collection1\'
[junit4] 2> 2138368 T9051 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2138371 T9051 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2138386 T9051 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2138402 T9051 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2138430 T9051 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2138433 T9051 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2138447 T9051 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2138624 T9051 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2138633 T9051 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2138633 T9051 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2138679 T9051 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2138685 T9051 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2138690 T9051 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2138692 T9051
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2138692 T9051
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2138692 T9051 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2138694 T9051
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2138694 T9051
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2138694 T9051 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2138694 T9051 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2138698 T9051 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-1-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty1\
[junit4] 2> 2138698 T9051 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
[junit4] 2> 2138700 T9051 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty1\
[junit4] 2> 2138700 T9051 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty1\index/
[junit4] 2> 2138700 T9051 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 2138701 T9051 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty1\index
[junit4] 2> 2138702 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2138703 T9051 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1cb252b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16202db),segFN=segments_1,generation=1}
[junit4] 2> 2138703 T9051 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2138712 T9051 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2138713 T9051 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2138713 T9051 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2138715 T9051 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2138715 T9051 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2138716 T9051 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2138717 T9051 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2138717 T9051 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2138717 T9051 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2138720 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2138721 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2138723 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2138724 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2138726 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 2138728 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 2138732 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 2138733 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 2138738 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 2138742 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 2138744 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 2138746 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 2138748 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 2138751 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 2138753 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 2138755 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 2138757 T9051 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 2138759 T9051 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2138769 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2138773 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2138774 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2138776 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 2138777 T9051 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 2138779 T9051 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 2138782 T9051 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2138782 T9051 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2138787 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31534888575391734]
[junit4] 2> 2138796 T9051 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1cb252b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16202db),segFN=segments_1,generation=1}
[junit4] 2> 2138796 T9051 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2138799 T9051 oass.SolrIndexSearcher.<init> Opening
Searcher@1b90deb[collection1] main
[junit4] 2> 2138799 T9051 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2138801 T9051 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2138801 T9051 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 2138803 T9051
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 2138803 T9051 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 2138803 T9051 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2138805 T9051
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 2138805 T9051 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2138805 T9051 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 2138805 T9051 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 2138809 T9052 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1b90deb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2138809 T9051 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2138812 T9055 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:53753 collection:collection1
shard:shard2
[junit4] 2> 2138813 T8993 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 2138813 T8993 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 2138816 T9055 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 2138829 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 2138834 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2138835 T9055
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 2138835 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C3205 name=collection1
org.apache.solr.core.SolrCore@18d0cee url=http://127.0.0.1:53753/collection1
node=127.0.0.1:53753_ C3205_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:53753,
node_name=127.0.0.1:53753_, state=down}
[junit4] 2> 2138835 T9055 C3205 P53753 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:53753/collection1/
[junit4] 2> 2138836 T9055 C3205 P53753 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 2138836 T9055 C3205 P53753 oasc.SyncStrategy.syncToMe
http://127.0.0.1:53753/collection1/ has no replicas
[junit4] 2> 2138836 T9055 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:53753/collection1/ shard2
[junit4] 2> 2138837 T9055 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 2138843 T9022 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 2138849 T9050 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138850 T9021 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138849 T9033 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138872 T9022 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:53753",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 2138876 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2138989 T9050 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138991 T9033 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2138993 T9021 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2139036 T9055 oasc.ZkController.register We are
http://127.0.0.1:53753/collection1/ and leader is
http://127.0.0.1:53753/collection1/
[junit4] 2> 2139036 T9055 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:53753
[junit4] 2> 2139036 T9055 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 2139036 T9055 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 2139036 T9055 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2139039 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2139044 T9022 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:53753",
[junit4] 2> "node_name":"127.0.0.1:53753_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 2139046 T9022 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:53753",
[junit4] 2> "node_name":"127.0.0.1:53753_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2139163 T9050 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2139164 T9021 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2139164 T9033 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 2140733 T8993 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores\collection1
[junit4] 2> 2140736 T8993 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 2140738 T8993 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 2140744 T8993 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@8f6bfc{/,null,AVAILABLE}
[junit4] 2> 2140745 T8993 oejs.AbstractConnector.doStart Started
ServerConnector@9ce347{HTTP/1.1}{127.0.0.1:53764}
[junit4] 2> 2140745 T8993 oejs.Server.doStart Started @2144228ms
[junit4] 2> 2140745 T8993 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 2140745 T8993 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2140745 T8993 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001
[junit4] 2> 2140745 T8993 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\'
[junit4] 2> 2140794 T8993 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\solr.xml
[junit4] 2> 2140806 T8993 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores
[junit4] 2> 2140806 T8993 oasc.CoreContainer.<init> New CoreContainer
9810185
[junit4] 2> 2140806 T8993 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\]
[junit4] 2> 2140810 T8993 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\lib
[junit4] 2> 2140810 T8993 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\lib).
[junit4] 2> 2140838 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 2140839 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2140840 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2140840 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2140842 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2140842 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2140843 T8993 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 2140844 T8993 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2140844 T8993 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2140844 T8993 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2140844 T8993 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 2140844 T8993 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:53733/solr
[junit4] 2> 2140844 T8993 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 2140847 T8993
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 2140853 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2140855 T9070 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1cf6151 name:ZooKeeperConnection
Watcher:127.0.0.1:53733 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2140856 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2140858 T8993 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 2140864 T8993 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 2140867 T9073 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1766297 name:ZooKeeperConnection
Watcher:127.0.0.1:53733/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2140868 T8993 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 2140883 T8993
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 2141910 T8993 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53763_
[junit4] 2> 2141913 T8993 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53763_
[junit4] 2> 2141933 T8993 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 2141939 T8993 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores
[junit4] 2> 2141941 T8993 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores\collection1\
[junit4] 2> 2141941 T8993 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 2141944 T9074 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 2141944 T9074 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 2141947 T9021 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 2141947 T9074 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 2141949 T9022 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:53763",
[junit4] 2> "node_name":"127.0.0.1:53763_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 7
[junit4] 2> 2141950 T9022 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:53763",
[junit4] 2> "node_name":"127.0.0.1:53763_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 2141950 T9022 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 2141951 T9022 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 2141952 T9033 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2141952 T9073 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2141952 T9050 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2141953 T9021 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 2142927 T9074 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 2142927 T9074 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 2142930 T9074 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 2142930 T9074 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 2142933 T9074 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 2142933 T9074 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores\collection1\'
[junit4] 2> 2142978 T9074 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 2142981 T9074 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 2142994 T9074 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 2143000 T9074 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 2143031 T9074 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 2143034 T9074 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 2143044 T9074 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2143205 T9074 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2143226 T9074 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2143227 T9074 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2143256 T9074 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2143261 T9074 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2143266 T9074 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2143268 T9074
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2143268 T9074
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2143268 T9074 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2143270 T9074
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2143270 T9074
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2143270 T9074 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 2143270 T9074 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2143273 T9074 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\shard-2-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty2\
[junit4] 2> 2143273 T9074 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@65eabd
[junit4] 2> 2143274 T9074 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty2\
[junit4] 2> 2143274 T9074 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty2\index/
[junit4] 2> 2143274 T9074 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 2143275 T9074 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001\tempDir-001/jetty2\index
[junit4] 2> 2143275 T9074 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=700031259,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 2143277 T9074 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1e29115
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1636f0e),segFN=segments_1,generation=1}
[junit4] 2> 2143277 T9074 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2143285 T9074 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 2143286 T9074 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 2143287 T9074 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 2143287 T9074 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 2143288 T9074 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 2143288 T9074 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 2143288 T9074 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2143290 T9074 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2143290 T9074 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2143291 T9074 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 2143293 T9074 oasc.RequestHandlers.initHandlersFromConfig crea
[...truncated too long message...]
uestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > ... 1 moreThrowable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=9173, name=updateExecutor-1095-thread-3,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1c23208
rejected from java.util.concurrent.ThreadPoolExecutor@11ad2cb[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
[junit4] > at
__randomizedtesting.SeedInfo.seed([F52FEBB747F503DC]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2195405 T8993 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F52FEBB747F503DC-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=FSTOrd50,
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=FSTOrd50,
id=Lucene50(blocksize=128), text=Lucene50(blocksize=128),
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval),
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{timestamp=DocValuesFormat(name=Memory)},
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no_NO_NY,
timezone=Pacific/Samoa
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31
(32-bit)/cpus=2,threads=1,free=84106480,total=238526464
[junit4] 2> NOTE: All tests run in this JVM: [TestDynamicLoading,
CircularListTest, TestSolrJ, ExitableDirectoryReaderTest,
SchemaVersionSpecificBehaviorTest, QueryEqualityTest, AsyncMigrateRouteKeyTest,
TestPivotHelperCode, ShardSplitTest, TestExactStatsCache, JsonLoaderTest,
AnalyticsQueryTest, DistributedTermsComponentTest, TestRandomMergePolicy,
TestPerFieldSimilarity, TestBlobHandler, FileUtilsTest, TestConfigOverlay,
TestStressVersions, TestSolrDeletionPolicy2, BadIndexSchemaTest,
TestPhraseSuggestions, IndexBasedSpellCheckerTest, InfoHandlerTest,
TestCollectionAPI, TestRealTimeGet, RecoveryAfterSoftCommitTest,
BasicDistributedZk2Test, DistributedFacetPivotLargeTest,
WordBreakSolrSpellCheckerTest, OverseerStatusTest, ResourceLoaderTest,
TestConfigReload, TestSolrQueryParserResource, TestBadConfig, EnumFieldTest,
TestDistributedMissingSort, SliceStateTest, SolrCoreTest, BlockDirectoryTest,
BasicDistributedZkTest, SolrInfoMBeanTest, FileBasedSpellCheckerTest, TestJoin,
DistributedFacetPivotLongTailTest, TestLFUCache, TestMaxScoreQueryParser,
TestSchemaSimilarityResource, TestManagedStopFilterFactory, TestMissingGroups,
TestSimpleQParserPlugin, LeaderInitiatedRecoveryOnCommitTest,
TestObjectReleaseTracker, CurrencyFieldOpenExchangeTest, TestManagedSchema,
AliasIntegrationTest, TestCollationFieldDocValues, MigrateRouteKeyTest,
SuggesterTest, AssignTest, TestHighFrequencyDictionaryFactory,
TestSolrConfigHandlerCloud, TestDocumentBuilder, CoreAdminHandlerTest,
RollingRestartTest, CSVRequestHandlerTest, SpellPossibilityIteratorTest,
DistributedQueryComponentOptimizationTest, TestManagedSchemaFieldResource,
TermsComponentTest, TestExceedMaxTermLength, SynonymTokenizerTest,
CurrencyFieldXmlFileTest, SpellCheckComponentTest, TestDistribDocBasedVersion,
AnalysisErrorHandlingTest, TestReplicationHandlerBackup, TestExpandComponent,
TimeZoneUtilsTest, OverseerRolesTest, CursorMarkTest,
CoreAdminRequestStatusTest, TestFuzzyAnalyzedSuggestions,
TestShortCircuitedRequests, TestSearchPerf, TestDFRSimilarityFactory,
DateFieldTest, TestSerializedLuceneMatchVersion, ConvertedLegacyTest,
TestImplicitCoreProperties, TestSurroundQueryParser, NoCacheHeaderTest,
TestRandomFaceting, OpenCloseCoreStressTest, ZkSolrClientTest,
HdfsUnloadDistributedZkTest, TestSchemaVersionResource,
URLClassifyProcessorTest, TestIntervalFaceting, RequiredFieldsTest,
TermVectorComponentDistributedTest, RAMDirectoryFactoryTest,
HighlighterConfigTest, TestManagedResourceStorage, HighlighterMaxOffsetTest,
HdfsDirectoryTest, TestUpdate, ResponseLogComponentTest,
TestSortingResponseWriter, TestLMJelinekMercerSimilarityFactory,
PrimitiveFieldTypeTest, RecoveryZkTest, MergeStrategyTest,
ConnectionManagerTest, TestReversedWildcardFilterFactory, TestRangeQuery,
TestHighlightDedupGrouping, TestAnalyzeInfixSuggestions, TestCollationField,
TestSolrQueryParser, TestRestManager, TestCodecSupport, SaslZkACLProviderTest,
TestChildDocTransformer, SystemInfoHandlerTest,
HdfsCollectionsAPIDistributedZkTest, DistributedSpellCheckComponentTest,
ExternalFileFieldSortTest, LeaderElectionTest, DOMUtilTest,
ShardRoutingCustomTest, SimpleCollectionCreateDeleteTest, TestManagedResource,
TestFreeTextSuggestions, TestArbitraryIndexDir, DebugComponentTest,
TestFieldTypeCollectionResource, SearchHandlerTest, TestBulkSchemaAPI,
CacheHeaderTest, QueryParsingTest, PeerSyncTest, TestStressReorder,
SimplePostToolTest, OverriddenZkACLAndCredentialsProvidersTest,
MinimalSchemaTest, OpenExchangeRatesOrgProviderTest, OverseerTest,
DateRangeFieldTest, TestExtendedDismaxParser, HdfsBasicDistributedZk2Test,
TestConfig, TestNonDefinedSimilarityFactory, BasicZkTest, RequestLoggingTest,
FullSolrCloudDistribCmdsTest, LoggingHandlerTest, SSLMigrationTest,
SolrIndexSplitterTest, TestStandardQParsers, DistribCursorPagingTest,
HighlighterTest, SolrIndexConfigTest, ShowFileRequestHandlerTest,
TestSolrIndexConfig, SpatialFilterTest, TestSolrCoreProperties,
MBeansHandlerTest, TestHdfsUpdateLog, PathHierarchyTokenizerFactoryTest,
TestBinaryField, DocValuesMultiTest, VMParamsZkACLAndCredentialsProvidersTest,
TestInitQParser, TestDynamicFieldCollectionResource, NumericFieldsTest,
TestReloadAndDeleteDocs, TestSchemaResource, TestAnalyzedSuggestions,
TestFaceting, TestLMDirichletSimilarityFactory, LukeRequestHandlerTest,
TestStressRecovery, TestReqParamsAPI, TestFunctionQuery, TestRandomDVFaceting,
ReplicationFactorTest]
[junit4] Completed in 66.05s, 1 test, 1 error <<< FAILURES!
[...truncated 870 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30
assumptions)
Total time: 129 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client
-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]