Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12131/
Java: 32bit/jdk1.8.0_60-ea-b06 -client -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test
Error Message:
java.net.SocketTimeoutException: Read timed out
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
java.net.SocketTimeoutException: Read timed out
at
__randomizedtesting.SeedInfo.seed([A2D15DA4E15F048:82792A00E0E99DB0]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:930)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:783)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.vadd(TestDistribDocBasedVersion.java:257)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:143)
at
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:463)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:597)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:594)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:138)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 10812 lines...]
[junit4] Suite: org.apache.solr.cloud.TestDistribDocBasedVersion
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/init-core-data-001
[junit4] 2> 1249523 T7010 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 1249523 T7010
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /c/d
[junit4] 2> 1249525 T7010 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 2> 1249526 T7011 oasc.ZkTestServer$2$1.setClientPort client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1249526 T7011 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1249626 T7010 oasc.ZkTestServer.run start zk server on
port:43038
[junit4] 2> 1249627 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1249627 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1249629 T7018 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d83ef0 name:ZooKeeperConnection
Watcher:127.0.0.1:43038 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1249629 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1249630 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1249630 T7010 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1249632 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1249632 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1249633 T7021 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f153bf name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1249633 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1249634 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1249634 T7010 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1249635 T7010 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1249636 T7010 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1249637 T7010 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1249638 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-externalversionconstraint.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1249638 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1249639 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1249640 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1249641 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1249641 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1249642 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1249642 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1249643 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1249643 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1249644 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1249645 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1249645 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1249646 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1249647 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1249647 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1249648 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1249649 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1249649 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1249650 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1249651 T7010 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1249651 T7010 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1249652 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1249653 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1249654 T7024 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@14a9e10 name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1249654 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1249654 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1249709 T7010 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1
[junit4] 2> 1249710 T7010 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1249717 T7010 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 1249722 T7010 oejs.AbstractConnector.doStart Started
[email protected]:59297
[junit4] 2> 1249723 T7010 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/tempDir-001/control/data, hostContext=/c/d,
hostPort=59297,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores}
[junit4] 2> 1249725 T7010 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1249725 T7010 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/'
[junit4] 2> 1249739 T7010 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/solr.xml
[junit4] 2> 1249744 T7010 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores
[junit4] 2> 1249745 T7010 oasc.CoreContainer.<init> New CoreContainer
8932803
[junit4] 2> 1249745 T7010 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/]
[junit4] 2> 1249746 T7010 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/lib
[junit4] 2> 1249746 T7010 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/lib).
[junit4] 2> 1249754 T7010 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1249757 T7010 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1249759 T7010 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1249759 T7010 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1249759 T7010 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1249760 T7010 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:43038/solr
[junit4] 2> 1249760 T7010 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1249760 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1249761 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1249762 T7036 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@36aa1a name:ZooKeeperConnection
Watcher:127.0.0.1:43038 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1249762 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1249763 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1249764 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1249765 T7039 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@371269 name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1249765 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1249767 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1249768 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1249769 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1249770 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1249772 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1249773 T7010 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1249775 T7010 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1249776 T7010 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1249776 T7010 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59297_c%2Fd
[junit4] 2> 1249777 T7010 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:59297_c%2Fd
[junit4] 2> 1249778 T7010 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1249779 T7010 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1249780 T7010 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1249781 T7010 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:59297_c%2Fd
[junit4] 2> 1249782 T7010 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1249783 T7010 oasc.Overseer.start Overseer
(id=93651678084988932-127.0.0.1:59297_c%2Fd-n_0000000000) starting
[junit4] 2> 1249784 T7010 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1249788 T7010 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1249788 T7041 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1249788 T7010
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1249789 T7040 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1249792 T7010 N:127.0.0.1:59297_c%2Fd
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores
[junit4] 2> 1249793 T7010 N:127.0.0.1:59297_c%2Fd
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1,
collection=control_collection,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 1249793 T7010 N:127.0.0.1:59297_c%2Fd
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/
[junit4] 2> 1249793 T7010 N:127.0.0.1:59297_c%2Fd
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 1249794 T7043 N:127.0.0.1:59297_c%2Fd C:control_collection
c:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=control_collection
[junit4] 2> 1249795 T7043 N:127.0.0.1:59297_c%2Fd C:control_collection
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 1249795 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1249795 T7043 N:127.0.0.1:59297_c%2Fd
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1249796 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:59297/c/d",
[junit4] 2> "node_name":"127.0.0.1:59297_c%2Fd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1249797 T7040 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:59297/c/d",
[junit4] 2> "node_name":"127.0.0.1:59297_c%2Fd",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1249797 T7040 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1249797 T7040 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1249798 T7039 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> 1250796 T7043 N:127.0.0.1:59297_c%2Fd
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1250796 T7043 N:127.0.0.1:59297_c%2Fd
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:control_collection
[junit4] 2> 1250797 T7043 N:127.0.0.1:59297_c%2Fd
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1250797 T7043 N:127.0.0.1:59297_c%2Fd
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1250797 T7043 N:127.0.0.1:59297_c%2Fd
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1250797 T7043 N:127.0.0.1:59297_c%2Fd
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/'
[junit4] 2> 1250809 T7043 N:127.0.0.1:59297_c%2Fd
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1250811 T7043 N:127.0.0.1:59297_c%2Fd oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 1250815 T7043 N:127.0.0.1:59297_c%2Fd
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1250819 T7043 N:127.0.0.1:59297_c%2Fd oasc.SolrConfig.<init>
Using Lucene MatchVersion: 5.2.0
[junit4] 2> 1250826 T7043 N:127.0.0.1:59297_c%2Fd oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1250827 T7043 N:127.0.0.1:59297_c%2Fd
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1250832 T7043 N:127.0.0.1:59297_c%2Fd
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1250904 T7043 N:127.0.0.1:59297_c%2Fd
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1250905 T7043 N:127.0.0.1:59297_c%2Fd
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1250906 T7043 N:127.0.0.1:59297_c%2Fd
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1250908 T7043 N:127.0.0.1:59297_c%2Fd
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1250919 T7043 N:127.0.0.1:59297_c%2Fd
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection control_collection
[junit4] 2> 1250919 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4] 2> 1250920 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/
[junit4] 2> 1250920 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7eb0e
[junit4] 2> 1250921 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data
[junit4] 2> 1250921 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/index/
[junit4] 2> 1250921 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1250922 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/index
[junit4] 2> 1250922 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5703880140717542]
[junit4] 2> 1250949 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d0350e;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1250949 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1250953 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-constraint" (default)
[junit4] 2> 1250974 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-constraint" (default)
[junit4] 2> 1250974 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-float"
[junit4] 2> 1250975 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-float"
[junit4] 2> 1250975 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-failhard"
[junit4] 2> 1250975 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-failhard"
[junit4] 2> 1250977 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1250978 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1250979 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1250980 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1250985 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 1250985 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1250986 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1250986 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1250986 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1250987 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1250987 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=2, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=87.23046875,
floorSegmentMB=1.7392578125, forceMergeDeletesPctAllowed=16.3000060371743,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13228630750749526
[junit4] 2> 1250988 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/control-001/cores/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d0350e;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1250988 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1250989 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@36a4a6[collection1] main
[junit4] 2> 1250989 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/control_collection
[junit4] 2> 1250989 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oascc.ZkStateReader.readConfigName path=/collections/control_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1250990 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1250990 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1250990 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1250990 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1250991 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1250991 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1250991 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1250992 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1250992 T7043 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1250992 T7044 N:127.0.0.1:59297_c%2Fd c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@36a4a6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1250993 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ZkController.register Register replica - core:collection1
address:https://127.0.0.1:59297/c/d collection:control_collection shard:shard1
[junit4] 2> 1250993 T7010 N:127.0.0.1:59297_c%2Fd
oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1250993 T7010 N:127.0.0.1:59297_c%2Fd
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4] 2> 1250993 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1250996 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader
process for shard shard1
[junit4] 2> 1250996 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1250997 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough
replicas found to continue.
[junit4] 2> 1250997 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1250997 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 1250997 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new
leader - try and sync
[junit4] 2> 1250997 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> ASYNC NEW_CORE C1462 name=collection1
org.apache.solr.core.SolrCore@675c02
url=https://127.0.0.1:59297/c/d/collection1 node=127.0.0.1:59297_c%2Fd
C1462_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=https://127.0.0.1:59297/c/d, node_name=127.0.0.1:59297_c%2Fd,
state=down}
[junit4] 2> 1250998 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 C1462 oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:59297/c/d/collection1/
[junit4] 2> 1250998 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 C1462 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas
to me
[junit4] 2> 1250998 T7050 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1bb8c97 name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1250998 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 C1462 oasc.SyncStrategy.syncToMe
https://127.0.0.1:59297/c/d/collection1/ has no replicas
[junit4] 2> 1250999 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1250999 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
https://127.0.0.1:59297/c/d/collection1/ shard1
[junit4] 2> 1250999 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1250999 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1250999 T7010
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1251001 T7010 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1251001 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1251001 T7010 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1251002 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"https://127.0.0.1:59297/c/d",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 1251002 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1251003 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1251004 T7053 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1c156de name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1251004 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1251004 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1251005 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1251006 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":"2"} current state version: 1
[junit4] 2> 1251006 T7040 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1251006 T7039 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> 1251006 T7050 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> 1251052 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ZkController.register We are
https://127.0.0.1:59297/c/d/collection1/ and leader is
https://127.0.0.1:59297/c/d/collection1/
[junit4] 2> 1251052 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=https://127.0.0.1:59297/c/d
[junit4] 2> 1251052 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1251052 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1
state=active collection=control_collection
[junit4] 2> 1251052 T7047 N:127.0.0.1:59297_c%2Fd C:control_collection
S:shard1 c:collection1 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1251053 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1251054 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:59297/c/d",
[junit4] 2> "node_name":"127.0.0.1:59297_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 1251055 T7040 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:59297/c/d",
[junit4] 2> "node_name":"127.0.0.1:59297_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1251056 T7040 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 1251056 T7039 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> 1251056 T7050 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> 1251063 T7010 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1
[junit4] 2> 1251064 T7010 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001
[junit4] 2> 1251064 T7010 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1251069 T7010 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 1251071 T7010 oejs.AbstractConnector.doStart Started
[email protected]:53494
[junit4] 2> 1251072 T7010 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/tempDir-001/jetty1, solrconfig=solrconfig.xml,
hostContext=/c/d, hostPort=53494,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores}
[junit4] 2> 1251074 T7010 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1251074 T7010 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/'
[junit4] 2> 1251088 T7010 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/solr.xml
[junit4] 2> 1251093 T7010 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores
[junit4] 2> 1251094 T7010 oasc.CoreContainer.<init> New CoreContainer
17044195
[junit4] 2> 1251094 T7010 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/]
[junit4] 2> 1251094 T7010 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/lib
[junit4] 2> 1251095 T7010 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/lib).
[junit4] 2> 1251102 T7010 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1251104 T7010 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1251106 T7010 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1251106 T7010 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1251106 T7010 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1251107 T7010 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:43038/solr
[junit4] 2> 1251107 T7010 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1251107 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1251108 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1251109 T7065 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@14ae79a name:ZooKeeperConnection
Watcher:127.0.0.1:43038 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1251109 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1251110 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1251111 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1251112 T7068 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1025aa7 name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1251113 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1251116 T7010
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1251159 T7039 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> 1251159 T7050 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> 1251159 T7068 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> 1252118 T7010 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53494_c%2Fd
[junit4] 2> 1252119 T7010 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53494_c%2Fd
[junit4] 2> 1252121 T7010 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1252122 T7010 N:127.0.0.1:53494_c%2Fd
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores
[junit4] 2> 1252123 T7010 N:127.0.0.1:53494_c%2Fd
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 1252123 T7010 N:127.0.0.1:53494_c%2Fd
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/
[junit4] 2> 1252124 T7010 N:127.0.0.1:53494_c%2Fd
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 1252125 T7069 N:127.0.0.1:53494_c%2Fd C:collection1
c:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1252125 T7069 N:127.0.0.1:53494_c%2Fd C:collection1
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 1252126 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1252127 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1252127 T7069 N:127.0.0.1:53494_c%2Fd
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1252127 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53494/c/d",
[junit4] 2> "node_name":"127.0.0.1:53494_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1252127 T7069 N:127.0.0.1:53494_c%2Fd
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1252128 T7040 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53494/c/d",
[junit4] 2> "node_name":"127.0.0.1:53494_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1252128 T7040 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 1252128 T7069 N:127.0.0.1:53494_c%2Fd
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 0
[junit4] 2> 1252128 T7040 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1252128 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1252230 T7040 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1252231 T7068 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1252231 T7068 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1253129 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1253129 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 1253130 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1253130 T7069 N:127.0.0.1:53494_c%2Fd
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1253131 T7069 N:127.0.0.1:53494_c%2Fd
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1253131 T7069 N:127.0.0.1:53494_c%2Fd
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/'
[junit4] 2> 1253143 T7069 N:127.0.0.1:53494_c%2Fd
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
[junit4] 2> 1253144 T7069 N:127.0.0.1:53494_c%2Fd oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 1253148 T7069 N:127.0.0.1:53494_c%2Fd
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 1253152 T7069 N:127.0.0.1:53494_c%2Fd oasc.SolrConfig.<init>
Using Lucene MatchVersion: 5.2.0
[junit4] 2> 1253159 T7069 N:127.0.0.1:53494_c%2Fd oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1253160 T7069 N:127.0.0.1:53494_c%2Fd
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 1253165 T7069 N:127.0.0.1:53494_c%2Fd
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 1253236 T7069 N:127.0.0.1:53494_c%2Fd
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 1253238 T7069 N:127.0.0.1:53494_c%2Fd
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1253239 T7069 N:127.0.0.1:53494_c%2Fd
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1253241 T7069 N:127.0.0.1:53494_c%2Fd
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 1253252 T7069 N:127.0.0.1:53494_c%2Fd
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection collection1
[junit4] 2> 1253253 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4] 2> 1253253 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.<init> [collection1] Opening new SolrCore at
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/
[junit4] 2> 1253253 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7eb0e
[junit4] 2> 1253254 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data
[junit4] 2> 1253254 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 1253255 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 1253255 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 1253256 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5703880140717542]
[junit4] 2> 1253281 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e2b9ae;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1253281 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1253286 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-constraint" (default)
[junit4] 2> 1253287 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-constraint" (default)
[junit4] 2> 1253287 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-float"
[junit4] 2> 1253287 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-float"
[junit4] 2> 1253287 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"external-version-failhard"
[junit4] 2> 1253288 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"external-version-failhard"
[junit4] 2> 1253289 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1253291 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1253292 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1253293 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1253301 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 1253302 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1253303 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1253303 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1253303 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 1253303 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 1253304 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=2, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=87.23046875,
floorSegmentMB=1.7392578125, forceMergeDeletesPctAllowed=16.3000060371743,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.13228630750749526
[junit4] 2> 1253305 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(NIOFSDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-1-001/cores/collection1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e2b9ae;
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
[junit4] 2> 1253305 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1253306 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@1ff8f9a[collection1] main
[junit4] 2> 1253306 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/collection1
[junit4] 2> 1253311 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oascc.ZkStateReader.readConfigName path=/collections/collection1
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 1253311 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1253312 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1253312 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 1253312 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1253312 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1253313 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1253313 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 1253313 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oash.ReplicationHandler.inform Commits will be reserved for 10000
[junit4] 2> 1253314 T7070 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@1ff8f9a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1253316 T7069 N:127.0.0.1:53494_c%2Fd c:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 1253316 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ZkController.register Register replica - core:collection1
address:https://127.0.0.1:53494/c/d collection:collection1 shard:shard2
[junit4] 2> 1253316 T7010 N:127.0.0.1:53494_c%2Fd
oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1253317 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1253317 T7010 N:127.0.0.1:53494_c%2Fd
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4] 2> 1253319 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 1253321 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1253321 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1253321 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C1463 name=collection1
org.apache.solr.core.SolrCore@1346703
url=https://127.0.0.1:53494/c/d/collection1 node=127.0.0.1:53494_c%2Fd
C1463_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=https://127.0.0.1:53494/c/d, node_name=127.0.0.1:53494_c%2Fd,
state=down}
[junit4] 2> 1253322 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
C1463 oasc.SyncStrategy.sync Sync replicas to
https://127.0.0.1:53494/c/d/collection1/
[junit4] 2> 1253322 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 1253322 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
C1463 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4] 2> 1253322 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
C1463 oasc.SyncStrategy.syncToMe https://127.0.0.1:53494/c/d/collection1/ has
no replicas
[junit4] 2> 1253322 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
https://127.0.0.1:53494/c/d/collection1/ shard2
[junit4] 2> 1253323 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4] 2> 1253323 T7040 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 1253327 T7068 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1253327 T7068 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1253329 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:53494/c/d",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 1253329 T7040 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 1253330 T7068 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1253330 T7068 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1253332 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1253375 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ZkController.register We are https://127.0.0.1:53494/c/d/collection1/ and
leader is https://127.0.0.1:53494/c/d/collection1/
[junit4] 2> 1253376 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ZkController.register No LogReplay needed for core=collection1
baseURL=https://127.0.0.1:53494/c/d
[junit4] 2> 1253376 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4] 2> 1253376 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
c:collection1 oasc.ZkController.publish publishing core=collection1
state=active collection=collection1
[junit4] 2> 1253376 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 1253377 T7010 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores/collection1
[junit4] 2> 1253377 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1253378 T7010 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001
[junit4] 2> 1253378 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53494/c/d",
[junit4] 2> "node_name":"127.0.0.1:53494_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1253379 T7010 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1253379 T7040 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53494/c/d",
[junit4] 2> "node_name":"127.0.0.1:53494_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1253379 T7073 N:127.0.0.1:53494_c%2Fd C:collection1 S:shard2
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 3
[junit4] 2> 1253380 T7040 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 1253381 T7068 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 1253381 T7068 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1253384 T7010 oejus.SslContextFactory.doStart Enabled
Protocols [SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 1253386 T7010 oejs.AbstractConnector.doStart Started
[email protected]:53734
[junit4] 2> 1253387 T7010 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostContext=/c/d, hostPort=53734,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores}
[junit4] 2> 1253388 T7010 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1253388 T7010 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/'
[junit4] 2> 1253404 T7010 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/solr.xml
[junit4] 2> 1253412 T7010 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores
[junit4] 2> 1253412 T7010 oasc.CoreContainer.<init> New CoreContainer
22506670
[junit4] 2> 1253412 T7010 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/]
[junit4] 2> 1253413 T7010 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/lib
[junit4] 2> 1253413 T7010 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/lib).
[junit4] 2> 1253419 T7010 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1253422 T7010 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1253423 T7010 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1253424 T7010 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1253424 T7010 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1253424 T7010 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:43038/solr
[junit4] 2> 1253424 T7010 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1253425 T7010
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1253425 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1253426 T7085 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@10f077f name:ZooKeeperConnection
Watcher:127.0.0.1:43038 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1253427 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1253427 T7010 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1253428 T7010 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1253429 T7088 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@c200f9 name:ZooKeeperConnection
Watcher:127.0.0.1:43038/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1253430 T7010 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1253432 T7010
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1254435 T7010 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53734_c%2Fd
[junit4] 2> 1254436 T7010 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:53734_c%2Fd
[junit4] 2> 1254438 T7010 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1254439 T7010 N:127.0.0.1:53734_c%2Fd
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores
[junit4] 2> 1254440 T7010 N:127.0.0.1:53734_c%2Fd
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores/collection1, collection=collection1,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 1254441 T7010 N:127.0.0.1:53734_c%2Fd
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001/shard-2-001/cores/collection1/
[junit4] 2> 1254441 T7010 N:127.0.0.1:53734_c%2Fd
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 1254442 T7089 N:127.0.0.1:53734_c%2Fd C:collection1
c:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=collection1
[junit4] 2> 1254443 T7089 N:127.0.0.1:53734_c%2Fd C:collection1
c:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 1254444 T7039 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1254444 T7089 N:127.0.0.1:53734_c%2Fd
oasc.ZkController.preRegister Registering watch for external collection
collection1
[junit4] 2> 1254444 T7040 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53734/c/d",
[junit4] 2> "node_name":"127.0.0.1:53734_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1254444 T7089 N:127.0.0.1:53734_c%2Fd
oascc.ZkStateReader.addZkWatch addZkWatch collection1
[junit4] 2> 1254445 T7089 N:127.0.0.1:53734_c%2Fd
oascc.ZkStateReader.addZkWatch Updating collection state at
/collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1254445 T7040 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:53734/c/d",
[junit4] 2> "node_name":"127.0.0.1:53734_c%2Fd",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1254445 T7040 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 1254445 T7040 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1254445 T7089 N:127.0.0.1:53734_c%2Fd
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to
ver 4
[junit4] 2> 1254446 T7089 N:127.0.0.1:53734_c%2Fd
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 1254446 T7040 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 1254447 T7088 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 1254447 T7068 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 1254447 T7088 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1254448 T7068 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1255446 T7089 N:127.0.0.1:53734_c%2Fd
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 1255446 T7089 N:127.0.0.1:53734_c%2Fd
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4] 2> 1255447 T7089 N:127.0.0.1:53734_c%2Fd
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 1255447 T7089 N:127.0.0.1:53734_c%2Fd
oascc.ZkStateReader.readConfigName Load collection config from:/collections/coll
[...truncated too long message...]
)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.vadd(TestDistribDocBasedVersion.java:257)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:143)
[junit4] > at
org.apache.solr.cloud.TestDistribDocBasedVersion.test(TestDistribDocBasedVersion.java:100)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:170)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] > at
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
[junit4] > at
sun.security.ssl.InputRecord.read(InputRecord.java:503)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
[junit4] > at
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
[junit4] > at
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] > at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] > at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:463)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:597)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:594)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:138)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > ... 1 more
[junit4] 2> 1333717 T7010 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestDistribDocBasedVersion
A2D15DA4E15F048-001
[junit4] 2> 84199 T7009 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{timestamp_tdt=PostingsFormat(name=Asserting),
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
live_b=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting),
my_version_l=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{},
sim=DefaultSimilarity, locale=de_GR, timezone=Africa/Brazzaville
[junit4] 2> NOTE: Linux 3.13.0-49-generic i386/Oracle Corporation
1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=415469216,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestAnalyzedSuggestions,
TestCoreDiscovery, OutOfBoxZkACLAndCredentialsProvidersTest,
AsyncMigrateRouteKeyTest, ChaosMonkeySafeLeaderTest, TestLRUCache,
TestComponentsName, HdfsSyncSliceTest, DocValuesMultiTest, SuggesterTSTTest,
TestIntervalFaceting, TestOmitPositions, TestCloudPivotFacet, ShardRoutingTest,
TestPHPSerializedResponseWriter, PreAnalyzedFieldTest, TestFieldSortValues,
CursorPagingTest, ConvertedLegacyTest, TestAtomicUpdateErrorCases,
TestBulkSchemaAPI, DeleteReplicaTest, ShardRoutingCustomTest,
TestSolrDynamicMBean, DistributedTermsComponentTest, DirectSolrConnectionTest,
CloudMLTQParserTest, TestFastWriter, WordBreakSolrSpellCheckerTest,
SolrXmlInZkTest, AlternateDirectoryTest, CollectionsAPIAsyncDistributedZkTest,
TestReqParamsAPI, HdfsChaosMonkeySafeLeaderTest,
DeleteLastCustomShardedReplicaTest, DeleteShardTest,
CurrencyFieldOpenExchangeTest, TestLMDirichletSimilarityFactory,
TestSortingResponseWriter, TestLMJelinekMercerSimilarityFactory,
SSLMigrationTest, SolrCmdDistributorTest, OpenCloseCoreStressTest,
ZkControllerTest, RequiredFieldsTest, ConnectionManagerTest, AtomicUpdatesTest,
SystemInfoHandlerTest, TestObjectReleaseTracker, TestFieldTypeResource,
DocumentBuilderTest, ClusterStateUpdateTest, TestSolrCoreProperties,
BadComponentTest, ZkCLITest, TestRestManager, TestCoreContainer, TestRTGBase,
UpdateParamsTest, ResourceLoaderTest, FieldAnalysisRequestHandlerTest,
DisMaxRequestHandlerTest, AliasIntegrationTest,
StatelessScriptUpdateProcessorFactoryTest, TestSuggestSpellingConverter,
TestDynamicFieldCollectionResource, TestCloudInspectUtil, DistanceUnitsTest,
CopyFieldTest, TestEmbeddedSolrServerConstructors,
HdfsWriteToMultipleCollectionsTest, TestStandardQParsers, TestSolrXml,
ZkSolrClientTest, RemoteQueryErrorTest, TestJsonFacets,
OverriddenZkACLAndCredentialsProvidersTest, TestFoldingMultitermQuery,
TestNoOpRegenerator, CollectionsAPIDistributedZkTest,
FullSolrCloudDistribCmdsTest, TestRecovery, TermVectorComponentDistributedTest,
TestRealTimeGet, TestStressVersions, SimpleFacetsTest, SolrCoreTest,
TestFiltering, TestReversedWildcardFilterFactory, RequestHandlersTest,
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, IndexSchemaTest,
JSONWriterTest, JsonLoaderTest, CSVRequestHandlerTest, HighlighterConfigTest,
TestQuerySenderNoQuery, TestMergePolicyConfig, TestSearchPerf,
TestElisionMultitermQuery, OutputWriterTest, TestPhraseSuggestions,
TestBM25SimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest,
URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest,
SpellingQueryConverterTest, TestSolrJ, TestUtils, FileUtilsTest,
DistributedIntervalFacetingTest, CustomCollectionTest,
LeaderFailoverAfterPartitionTest, OverseerStatusTest,
RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverUtilsTest,
SimpleCollectionCreateDeleteTest, TestDistribDocBasedVersion]
[junit4] Completed [406/482] on J1 in 84.99s, 1 test, 1 error <<< FAILURES!
[...truncated 235 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:229: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1434: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991:
There were test failures: 482 suites, 1915 tests, 1 error, 50 ignored (22
assumptions)
Total time: 48 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_60-ea-b06 -client
-XX:+UseG1GC
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]