Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4222/
Java: 32bit/jdk1.7.0_65 -client -XX:+UseConcMarkSweepGC
2 tests failed.
REGRESSION: org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch
Error Message:
Task 3002 did not complete, final state: failed
Stack Trace:
java.lang.AssertionError: Task 3002 did not complete, final state: failed
at
__randomizedtesting.SeedInfo.seed([846B7BEA7F35E646:58DF5F2086A867A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:163)
at
org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:72)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
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)
REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch
Error Message:
Timeout occured while waiting response from server at:
https://127.0.0.1:63249/collection1
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: https://127.0.0.1:63249/collection1
at
__randomizedtesting.SeedInfo.seed([846B7BEA7F35E646:58DF5F2086A867A]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
at
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
at sun.security.ssl.InputRecord.read(InputRecord.java:480)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java: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.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
... 47 more
Build Log:
[...truncated 10815 lines...]
[junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\init-core-data-001
[junit4] 2> 224461 T288 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 224461 T288 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 224464 T288 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 224467 T288 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 224475 T289 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 224556 T288 oasc.ZkTestServer.run start zk server on port:63218
[junit4] 2> 224559 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 224563 T295 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f2227c name:ZooKeeperConnection
Watcher:127.0.0.1:63218 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 224563 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 224564 T288 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 224570 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 224572 T297 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1cbc6ec name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 224573 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 224573 T288 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 224577 T288 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 224580 T288 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 224583 T288 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 224586 T288 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-schemaless.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 224586 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 224592 T288 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-add-schema-fields-update-processor.xml
to /configs/conf1/schema.xml
[junit4] 2> 224592 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 224596 T288 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> 224596 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 224601 T288 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> 224601 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 224606 T288 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> 224607 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 224612 T288 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> 224612 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 224618 T288 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> 224618 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 224624 T288 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> 224624 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 224628 T288 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> 224628 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 224632 T288 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> 224632 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 224636 T288 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> 224636 T288 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 224643 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 224644 T299 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b16595 name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 224645 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 226405 T288 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 226415 T288 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 226417 T288 oejs.AbstractConnector.doStart Started
[email protected]:63228
[junit4] 2> 226420 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 226420 T288 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 226420 T288 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.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002
[junit4] 2> 226420 T288 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\'
[junit4] 2> 226468 T288 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\solr.xml
[junit4] 2> 226549 T288 oasc.CoreContainer.<init> New CoreContainer 7165333
[junit4] 2> 226549 T288 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\]
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 226551 T288 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 226555 T288 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 226559 T288 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 226559 T288 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 226559 T288 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 226559 T288 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:63218/solr
[junit4] 2> 226559 T288 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 226562 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 226569 T310 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@bb9e28 name:ZooKeeperConnection
Watcher:127.0.0.1:63218 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 226569 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 226573 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 226575 T312 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@190e7b6 name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 226575 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 226577 T288 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 226582 T288 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 226587 T288 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 226592 T288 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 226597 T288 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 226602 T288 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 226604 T288 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:63228_
[junit4] 2> 226605 T288 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:63228_
[junit4] 2> 226609 T288 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 226612 T288 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 226618 T288 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:63228_
[junit4] 2> 226618 T288 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 226621 T288 oasc.Overseer.start Overseer
(id=92199754760585220-127.0.0.1:63228_-n_0000000000) starting
[junit4] 2> 226625 T288 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 226641 T314 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 226642 T288 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 226645 T288 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 226648 T288
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 226652 T313 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 226660 T315 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 226660 T315 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 226660 T315 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 226661 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 226663 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 226664 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:63228",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63228_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "core_node_name":null}
[junit4] 2> 226664 T313 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection control_collection with shards [shard1]
[junit4] 2> 226664 T313 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 226668 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 226669 T316 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> 227466 T315 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 227466 T315 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 227468 T315 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 227468 T315 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 227470 T315 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 227470 T315 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\'
[junit4] 2> 227472 T315 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 227474 T315 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 227476 T315 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 227566 T315 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_5_0
[junit4] 2> 227651 T315 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 227674 T315 oass.ManagedIndexSchemaFactory.create The schema
is configured as managed, but managed schema resource managed-schema not found
- loading non-managed schema schema.xml instead
[junit4] 2> 227685 T315 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 227696 T315 oass.IndexSchema.readSchema [collection1] Schema
name=add-schema-fields-update-processor
[junit4] 2> 227770 T315 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 227778 T315
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted
managed schema znode at /configs/conf1/managed-schema
[junit4] 2> 227781 T315 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml.bak
[junit4] 2> 227787 T315
oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to
managed schema in ZooKeeper, renamed the non-managed schema
/configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
[junit4] 2> 227787 T315 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 227787 T315 oasc.SolrCore.initDirectoryFactory
solr.NRTCachingDirectoryFactory
[junit4] 2> 227790 T315 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\
[junit4] 2> 227790 T315 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 227852 T315 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data
[junit4] 2> 227853 T315 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.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\index/
[junit4] 2> 227853 T315 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 227856 T315 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\index
[junit4] 2> 227856 T315 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=99.6982421875,
floorSegmentMB=0.7568359375, forceMergeDeletesPctAllowed=23.41123870378039,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8076183125039993
[junit4] 2> 227864 T315 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647f22;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 227864 T315 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 227867 T315 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
[junit4] 2> 228559 T315 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 228559 T315 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 228559 T315 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 228560 T315 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 228560 T315 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 228560 T315 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 228560 T315 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 228574 T315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 228585 T315 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 228585 T315 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 228589 T315 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=662573182,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 228591 T315 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-002\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647f22;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 228591 T315 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 228591 T315 oass.SolrIndexSearcher.<init> Opening
Searcher@bbcf6b[collection1] main
[junit4] 2> 228591 T315 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 228594 T315 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 228594 T315 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 228595 T315
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 228595 T315 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 228595 T315 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 228597 T315
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 228597 T315 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 228598 T315 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 228603 T315
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 228603 T315 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 228603 T315 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 228610 T315 oass.ZkIndexSchemaReader.createSchemaWatcher
Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema ...
[junit4] 2> 228634 T315 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 228634 T317 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@bbcf6b[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 228636 T320 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:63228 collection:control_collection
shard:shard1
[junit4] 2> 228637 T288 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 228637 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 228638 T320 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 228660 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 228663 T320 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 228668 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228670 T320
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 228671 T320 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1401 name=collection1
org.apache.solr.core.SolrCore@1dddfae url=https://127.0.0.1:63228/collection1
node=127.0.0.1:63228_ C1401_STATE=coll:control_collection core:collection1
props:{state=down, base_url=https://127.0.0.1:63228, core=collection1,
node_name=127.0.0.1:63228_}
[junit4] 2> 228671 T320 C1401 P63228 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:63228/collection1/
[junit4] 2> 228672 T320 C1401 P63228 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 228673 T320 C1401 P63228 oasc.SyncStrategy.syncToMe
https://127.0.0.1:63228/collection1/ has no replicas
[junit4] 2> 228673 T322 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1a2687f name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 228674 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 228673 T320 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: https://127.0.0.1:63228/collection1/ shard1
[junit4] 2> 228675 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 228675 T320 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 228681 T288
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 228687 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228689 T316 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> 228692 T323 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> 228694 T288 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 228714 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 228720 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228813 T316 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> 228814 T323 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> 228847 T320 oasc.ZkController.register We are
https://127.0.0.1:63228/collection1/ and leader is
https://127.0.0.1:63228/collection1/
[junit4] 2> 228847 T320 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=https://127.0.0.1:63228
[junit4] 2> 228847 T320 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 228847 T320 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 228847 T320 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 228851 T320 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 228853 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228854 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228856 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228857 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 228859 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=4 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:63228",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63228_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"4",
[junit4] 2> "core_node_name":"core_node1"}
[junit4] 2> 228864 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 228955 T323 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> 228957 T316 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> 230675 T288 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 230675 T288 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 230686 T288 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 230689 T288 oejs.AbstractConnector.doStart Started
[email protected]:63240
[junit4] 2> 230693 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 230694 T288 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 230694 T288 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003
[junit4] 2> 230695 T288 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\'
[junit4] 2> 230733 T288 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\solr.xml
[junit4] 2> 230839 T288 oasc.CoreContainer.<init> New CoreContainer
21465713
[junit4] 2> 230839 T288 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\]
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 230841 T288 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 230846 T288 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 230848 T288 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 230848 T288 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 230848 T288 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 230848 T288 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:63218/solr
[junit4] 2> 230848 T288 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 230852 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 230853 T335 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b7c9e5 name:ZooKeeperConnection
Watcher:127.0.0.1:63218 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 230854 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 230859 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 230860 T337 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@75384a name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 230860 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 230872 T288
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 231764 T288 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:63240_
[junit4] 2> 231766 T288 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:63240_
[junit4] 2> 231792 T339 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 231792 T339 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 231792 T339 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 231793 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 231793 T340 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 231793 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 231796 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 231797 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=4 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:63240",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63240_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"4",
[junit4] 2> "core_node_name":null}
[junit4] 2> 231797 T313 oasc.Overseer$ClusterStateUpdater.createCollection
Create collection collection1 with shards [shard1, shard2, shard3, shard4]
[junit4] 2> 231797 T313 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard3
[junit4] 2> 231801 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 231802 T323 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> 231803 T316 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> 231803 T338 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> 232681 T339 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 232681 T339 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 232681 T339 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 232682 T339 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 232684 T339 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 232684 T339 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\'
[junit4] 2> 232687 T339 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 232687 T339 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 232689 T339 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 232770 T339 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_5_0
[junit4] 2> 232842 T339 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 232844 T339 oass.IndexSchema.readSchema Reading Solr Schema
from managed-schema
[junit4] 2> 232850 T339 oass.IndexSchema.readSchema [collection1] Schema
name=add-schema-fields-update-processor
[junit4] 2> 232915 T339 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 232916 T339 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 232917 T339 oasc.SolrCore.initDirectoryFactory
solr.NRTCachingDirectoryFactory
[junit4] 2> 232918 T339 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\
[junit4] 2> 232918 T339 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 232919 T339 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data
[junit4] 2> 232919 T339 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.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\index/
[junit4] 2> 232919 T339 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 232920 T339 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\index
[junit4] 2> 232921 T339 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=99.6982421875,
floorSegmentMB=0.7568359375, forceMergeDeletesPctAllowed=23.41123870378039,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8076183125039993
[junit4] 2> 232928 T339 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1192e1;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 232928 T339 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 232930 T339 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
[junit4] 2> 232932 T339 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 232932 T339 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 232943 T339 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 232958 T339 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 232958 T339 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 232958 T339 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=662573182,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 232960 T339 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-003\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1192e1;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 232960 T339 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 232961 T339 oass.SolrIndexSearcher.<init> Opening
Searcher@1d976f5[collection1] main
[junit4] 2> 232961 T339 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 232963 T339 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 232964 T339 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 232965 T339
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 232965 T339 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 232965 T339 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 232967 T339
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 232967 T339 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 232968 T339 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 232968 T339 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 232968 T339 oass.ZkIndexSchemaReader.createSchemaWatcher
Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema ...
[junit4] 2> 232970 T339 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 232971 T341 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1d976f5[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 232972 T288 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 232972 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 232973 T344 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:63240 collection:collection1
shard:shard3
[junit4] 2> 232978 T344 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard3/election
[junit4] 2> 232990 T344 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard3
[junit4] 2> 232993 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 232995 T344
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 232995 T344 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1402 name=collection1
org.apache.solr.core.SolrCore@b89b51 url=https://127.0.0.1:63240/collection1
node=127.0.0.1:63240_ C1402_STATE=coll:collection1 core:collection1
props:{state=down, base_url=https://127.0.0.1:63240, core=collection1,
node_name=127.0.0.1:63240_}
[junit4] 2> 232995 T344 C1402 P63240 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:63240/collection1/
[junit4] 2> 232995 T344 C1402 P63240 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 232996 T344 C1402 P63240 oasc.SyncStrategy.syncToMe
https://127.0.0.1:63240/collection1/ has no replicas
[junit4] 2> 232996 T344 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: https://127.0.0.1:63240/collection1/ shard3
[junit4] 2> 232996 T344 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard3
[junit4] 2> 233001 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 233010 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233012 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233018 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233113 T338 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> 233115 T323 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> 233117 T316 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> 233151 T344 oasc.ZkController.register We are
https://127.0.0.1:63240/collection1/ and leader is
https://127.0.0.1:63240/collection1/
[junit4] 2> 233151 T344 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=https://127.0.0.1:63240
[junit4] 2> 233151 T344 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 233151 T344 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 233151 T344 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 233154 T340 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233154 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233155 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233156 T344 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 233158 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 233159 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=4 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:63240",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63240_",
[junit4] 2> "shard":"shard3",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"4",
[junit4] 2> "core_node_name":"core_node1"}
[junit4] 2> 233169 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 233261 T323 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> 233261 T338 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> 233262 T316 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> 234961 T288 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 234961 T288 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 234974 T288 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 234982 T288 oejs.AbstractConnector.doStart Started
[email protected]:63249
[junit4] 2> 234987 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 234987 T288 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 234987 T288 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004
[junit4] 2> 234987 T288 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\'
[junit4] 2> 235028 T288 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\solr.xml
[junit4] 2> 235112 T288 oasc.CoreContainer.<init> New CoreContainer
18551382
[junit4] 2> 235112 T288 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\]
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 235115 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 235122 T288 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 235122 T288 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 235122 T288 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 235126 T288 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 235129 T288 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 235129 T288 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 235130 T288 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 235130 T288 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:63218/solr
[junit4] 2> 235130 T288 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 235133 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 235135 T355 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@122f441 name:ZooKeeperConnection
Watcher:127.0.0.1:63218 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 235135 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 235140 T288 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 235141 T357 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1b7f338 name:ZooKeeperConnection
Watcher:127.0.0.1:63218/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 235142 T288 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 235154 T288
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 236044 T288 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:63249_
[junit4] 2> 236046 T288 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:63249_
[junit4] 2> 236065 T359 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 236065 T359 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 236067 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 236067 T340 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 236067 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 236067 T359 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 236069 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 236070 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=4 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:63249",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63249_",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"4",
[junit4] 2> "core_node_name":null}
[junit4] 2> 236070 T313 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=4
[junit4] 2> 236070 T313 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard4
[junit4] 2> 236075 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 236075 T316 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> 236075 T323 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> 236076 T338 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> 236076 T358 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> 237006 T359 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 237006 T359 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 237008 T359 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 237008 T359 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 237013 T359 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 237013 T359 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\'
[junit4] 2> 237015 T359 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 237016 T359 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 237019 T359 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 237125 T359 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_5_0
[junit4] 2> 237208 T359 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 237211 T359 oass.IndexSchema.readSchema Reading Solr Schema
from managed-schema
[junit4] 2> 237220 T359 oass.IndexSchema.readSchema [collection1] Schema
name=add-schema-fields-update-processor
[junit4] 2> 237299 T359 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 237301 T359 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 237307 T359 oasc.SolrCore.initDirectoryFactory
solr.NRTCachingDirectoryFactory
[junit4] 2> 237307 T359 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\
[junit4] 2> 237307 T359 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 237309 T359 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data
[junit4] 2> 237310 T359 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.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\index/
[junit4] 2> 237310 T359 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 237312 T359 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\index
[junit4] 2> 237312 T359 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=99.6982421875,
floorSegmentMB=0.7568359375, forceMergeDeletesPctAllowed=23.41123870378039,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8076183125039993
[junit4] 2> 237320 T359 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d3ab9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 237320 T359 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 237322 T359 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
[junit4] 2> 237324 T359 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 237324 T359 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 237324 T359 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 237325 T359 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 237325 T359 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 237325 T359 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 237325 T359 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 237337 T359 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 237344 T359 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 237344 T359 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 237345 T359 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=662573182,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 237346 T359 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-846B7BEA7F35E646-001\tempDir-004\collection1\data\index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d3ab9;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 237346 T359 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 237347 T359 oass.SolrIndexSearcher.<init> Opening
Searcher@d4ab7c[collection1] main
[junit4] 2> 237347 T359 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 237350 T359 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 237350 T359 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 237351 T359
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 237351 T359 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 237351 T359 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 237353 T359
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 237353 T359 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 237353 T359 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 237353 T359 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 237353 T359 oass.ZkIndexSchemaReader.createSchemaWatcher
Creating ZooKeeper watch for the managed schema at
/configs/conf1/managed-schema ...
[junit4] 2> 237359 T359 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 237359 T360 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@d4ab7c[collection1]
main{UninvertingDirectoryReader()}
[junit4] 2> 237359 T363 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:63249 collection:collection1
shard:shard4
[junit4] 2> 237360 T288 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 237360 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 237362 T363 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard4/election
[junit4] 2> 237376 T363 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard4
[junit4] 2> 237379 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237380 T363
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 237380 T363 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1403 name=collection1
org.apache.solr.core.SolrCore@d37d24 url=https://127.0.0.1:63249/collection1
node=127.0.0.1:63249_ C1403_STATE=coll:collection1 core:collection1
props:{state=down, base_url=https://127.0.0.1:63249, core=collection1,
node_name=127.0.0.1:63249_}
[junit4] 2> 237380 T363 C1403 P63249 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:63249/collection1/
[junit4] 2> 237380 T363 C1403 P63249 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 237380 T363 C1403 P63249 oasc.SyncStrategy.syncToMe
https://127.0.0.1:63249/collection1/ has no replicas
[junit4] 2> 237380 T363 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: https://127.0.0.1:63249/collection1/ shard4
[junit4] 2> 237381 T363 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard4
[junit4] 2> 237386 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 237395 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237398 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237405 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237507 T316 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> 237508 T323 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> 237508 T358 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> 237509 T338 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> 237549 T363 oasc.ZkController.register We are
https://127.0.0.1:63249/collection1/ and leader is
https://127.0.0.1:63249/collection1/
[junit4] 2> 237550 T363 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=https://127.0.0.1:63249
[junit4] 2> 237550 T363 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 237550 T363 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 237550 T363 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 237554 T316 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237554 T340 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237555 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237555 T363 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 237559 T313 oascc.ZkStateReader.updateClusterState Updating
cloud state from ZooKeeper...
[junit4] 2> 237560 T313 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=4 message={
[junit4] 2> "operation":"state",
[junit4] 2> "state":"active",
[junit4] 2> "base_url":"https://127.0.0.1:63249",
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "node_name":"127.0.0.1:63249_",
[junit4] 2> "shard":"shard4",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"4",
[junit4] 2> "core_node_name":"core_node2"}
[junit4] 2> 237565 T324 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 237668 T358 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> 237669 T338 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> 237670 T324 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> 237669 T323 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> 239603 T288 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 3
[junit4] 2> 239603 T288 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 239619 T288 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 239624 T288 oejs.AbstractConnector.doStart Started
[email protected]:63258
[junit4] 2> 239629 T288 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 239629 T288 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextE
[...truncated too long message...]
e\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest4_shard1_replica1\data\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest4_shard1_replica1\data\;done=false>>]
[junit4] 2> 772848 T845 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest4_shard1_replica1\data\
[junit4] 2> 772848 T845 oasc.SolrCore.close [ocptest3_shard2_replica1]
CLOSING SolrCore org.apache.solr.core.SolrCore@13aca2b
[junit4] 2> 772921 T2797 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> 772924 T845 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 772924 T845 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 772924 T845 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 772924 T845 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 772930 T845 oasc.SolrCore.closeSearcher
[ocptest3_shard2_replica1] Closing main searcher on request.
[junit4] 2> 772931 T845 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 772933 T845 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\;done=false>>]
[junit4] 2> 772934 T845 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\
[junit4] 2> 772936 T845 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\index
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\index;done=false>>]
[junit4] 2> 772937 T845 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.MultiThreadedOCPTest-846B7BEA7F35E646-001\tempDir-006\ocptest3_shard2_replica1\data\index
[junit4] 2> 772940 T2802 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:63529_
[junit4] 2> 772945 T847 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x1478f36b46f000c, 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> 775190 T2797 oascc.ZkStateReader$2.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 775190 T954 oascc.ZkStateReader$3.process WARN ZooKeeper watch
triggered, but Solr cannot talk to ZK
[junit4] 2> 775195 T2804
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read
the data org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /overseer_elect/leader
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
[junit4] 2>
[junit4] 2> 775214 T845 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 782694 T845 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 782700 T845 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:63479 63479
[junit4] 2> 786081 T846 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:63479 63479
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=MultiThreadedOCPTest -Dtests.method=testDistribSearch
-Dtests.seed=846B7BEA7F35E646 -Dtests.slow=true -Dtests.locale=en_CA
-Dtests.timezone=America/Hermosillo -Dtests.file.encoding=Cp1252
[junit4] FAILURE 138s | MultiThreadedOCPTest.testDistribSearch <<<
[junit4] > Throwable #1: java.lang.AssertionError: Task 3002 did not
complete, final state: failed
[junit4] > at
__randomizedtesting.SeedInfo.seed([846B7BEA7F35E646:58DF5F2086A867A]:0)
[junit4] > at
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:163)
[junit4] > at
org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:72)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 786119 T845 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.MultiThreadedOCPTest-846B7BEA7F35E646-001
[junit4] 2> NOTE: test params are: codec=Lucene49: {}, docValues:{},
sim=DefaultSimilarity, locale=en_CA, timezone=America/Hermosillo
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_65
(32-bit)/cpus=2,threads=1,free=26202200,total=125890560
[junit4] 2> NOTE: All tests run in this JVM: [TestQuerySenderListener,
AtomicUpdatesTest, WordBreakSolrSpellCheckerTest, TestRandomMergePolicy,
TestSchemaNameResource, TestIntervalFaceting, LukeRequestHandlerTest,
TestBinaryResponseWriter, TestElisionMultitermQuery, TestJmxMonitoredMap,
TestPhraseSuggestions, CursorPagingTest, FileBasedSpellCheckerTest,
DateFieldTest, DistribCursorPagingTest, LoggingHandlerTest,
PathHierarchyTokenizerFactoryTest, ClusterStateTest, DisMaxRequestHandlerTest,
TestCloudSchemaless, DistributedSpellCheckComponentTest, TestArbitraryIndexDir,
ReturnFieldsTest, TestManagedStopFilterFactory, FileUtilsTest,
TestSolrIndexConfig, CacheHeaderTest, TestExceedMaxTermLength,
UUIDUpdateProcessorFallbackTest, DOMUtilTest, TestRecoveryHdfs,
HdfsLockFactoryTest, TestSolrXmlPersistence, FieldFacetExtrasTest,
TestMaxScoreQueryParser, SolrPluginUtilsTest, MultiThreadedOCPTest]
[junit4] Completed in 138.45s, 1 test, 1 failure <<< FAILURES!
[...truncated 1236 lines...]
BUILD FAILED
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:447: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1298:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:922:
There were test failures: 422 suites, 1754 tests, 1 error, 1 failure, 44
ignored (23 assumptions)
Total time: 174 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_65 -client
-XX:+UseConcMarkSweepGC
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]