Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1744/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:53555/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53555/collection1 at __randomizedtesting.SeedInfo.seed([110DA194ADBEDF60:90EB2F8CDAE1BF5C]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54) at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865) at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449) ... 46 more Build Log: [...truncated 11933 lines...] [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/init-core-data-001 [junit4] 2> 7026412 T17192 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 7026413 T17192 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 7026420 T17192 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 7026421 T17192 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 7026423 T17193 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 7026524 T17192 oasc.ZkTestServer.run start zk server on port:53531 [junit4] 2> 7026526 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7026532 T17199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@490b8dd1 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7026532 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7026533 T17192 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 7026545 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7026550 T17201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27ba643f name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7026551 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7026552 T17192 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 7026563 T17192 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 7026570 T17192 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 7026576 T17192 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 7026583 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml [junit4] 2> 7026583 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 7026593 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml [junit4] 2> 7026593 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 7026601 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 7026601 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 7026607 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 7026607 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 7026613 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 7026614 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 7026620 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 7026622 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 7026628 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 7026629 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 7026637 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 7026638 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 7026650 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 7026650 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 7026658 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 7026659 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 7026667 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 7026667 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 7026680 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7026684 T17203 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69c8ff6d name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7026685 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7028729 T17192 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7028743 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7028749 T17192 oejs.AbstractConnector.doStart Started [email protected]:53535 [junit4] 2> 7028753 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7028753 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7028754 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002 [junit4] 2> 7028754 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/' [junit4] 2> 7028805 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/solr.xml [junit4] 2> 7028889 T17192 oasc.CoreContainer.<init> New CoreContainer 1826532288 [junit4] 2> 7028890 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/] [junit4] 2> 7028891 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7028892 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7028894 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7028895 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7028895 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7028896 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7028901 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7028905 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7028905 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7028905 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7028905 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr [junit4] 2> 7028906 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7028908 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7028911 T17214 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f9a0c11 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7028911 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7028916 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7028921 T17216 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7110fcca name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7028921 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7028925 T17192 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 7028936 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 7028947 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 7028958 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 7028969 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 7028979 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 7028984 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53535_ [junit4] 2> 7028987 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53535_ [junit4] 2> 7028995 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 7029001 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 7029013 T17192 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53535_ [junit4] 2> 7029013 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 7029020 T17192 oasc.Overseer.start Overseer (id=92201541749899268-127.0.0.1:53535_-n_0000000000) starting [junit4] 2> 7029027 T17192 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 7029060 T17218 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 7029061 T17192 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 7029067 T17192 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 7029073 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7029084 T17217 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 7029096 T17219 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 7029097 T17219 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7029099 T17219 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7029099 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7029104 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7029107 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:53535", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53535_", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"1", [junit4] 2> "core_node_name":null} [junit4] 2> 7029107 T17217 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 7029108 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 7029118 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7029119 T17220 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> 7030100 T17219 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7030101 T17219 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 7030104 T17219 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7030104 T17219 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 7030107 T17219 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7030107 T17219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/' [junit4] 2> 7030109 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 7030110 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 7030111 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 7030212 T17219 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7030269 T17219 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7030272 T17219 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead [junit4] 2> 7030275 T17219 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 7030284 T17219 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7030350 T17219 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7030354 T17219 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema [junit4] 2> 7030359 T17219 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak [junit4] 2> 7030370 T17219 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak [junit4] 2> 7030370 T17219 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 7030371 T17219 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7030372 T17219 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/ [junit4] 2> 7030372 T17219 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7030374 T17219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data [junit4] 2> 7030375 T17219 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index/ [junit4] 2> 7030376 T17219 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7030376 T17219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index [junit4] 2> 7030377 T17219 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 7030387 T17219 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af4866b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7030388 T17219 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7030391 T17219 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7030394 T17219 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7030395 T17219 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7030396 T17219 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7030397 T17219 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7030398 T17219 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7030399 T17219 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7030399 T17219 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7030419 T17219 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7030426 T17219 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7030426 T17219 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7030427 T17219 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7030429 T17219 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af4866b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7030430 T17219 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7030430 T17219 oass.SolrIndexSearcher.<init> Opening Searcher@4d3827f6[collection1] main [junit4] 2> 7030431 T17219 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 7030434 T17219 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7030435 T17219 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7030437 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7030437 T17219 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7030438 T17219 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7030440 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 7030440 T17219 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7030442 T17219 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 7030449 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 7030449 T17219 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7030450 T17219 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7030450 T17219 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7030454 T17219 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7030454 T17221 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d3827f6[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7030458 T17224 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53535 collection:control_collection shard:shard1 [junit4] 2> 7030458 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7030459 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7030460 T17224 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 7030468 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7030473 T17226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e5a77b5 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7030473 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7030479 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7030481 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 7030485 T17192 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 7030487 T17224 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7030487 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C4243 name=collection1 org.apache.solr.core.SolrCore@49650240 url=https://127.0.0.1:53535/collection1 node=127.0.0.1:53535_ C4243_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:53535, core=collection1, node_name=127.0.0.1:53535_} [junit4] 2> 7030488 T17224 C4243 P53535 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53535/collection1/ [junit4] 2> 7030489 T17224 C4243 P53535 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7030490 T17224 C4243 P53535 oasc.SyncStrategy.syncToMe https://127.0.0.1:53535/collection1/ has no replicas [junit4] 2> 7030491 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53535/collection1/ shard1 [junit4] 2> 7030491 T17224 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 7030499 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030509 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7030516 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030524 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030631 T17220 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> 7030631 T17227 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> 7030659 T17224 oasc.ZkController.register We are https://127.0.0.1:53535/collection1/ and leader is https://127.0.0.1:53535/collection1/ [junit4] 2> 7030660 T17224 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53535 [junit4] 2> 7030660 T17224 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7030660 T17224 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 7030661 T17224 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7030664 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030664 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030665 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030667 T17224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7030670 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7030672 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:53535", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53535_", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 7030678 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7030783 T17227 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> 7030784 T17229 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> 7032386 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 7032387 T17192 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7032394 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7032396 T17192 oejs.AbstractConnector.doStart Started [email protected]:53539 [junit4] 2> 7032401 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7032401 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7032401 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003 [junit4] 2> 7032402 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/' [junit4] 2> 7032442 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/solr.xml [junit4] 2> 7032503 T17192 oasc.CoreContainer.<init> New CoreContainer 159208254 [junit4] 2> 7032504 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/] [junit4] 2> 7032505 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7032507 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7032510 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7032512 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7032513 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7032513 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7032513 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr [junit4] 2> 7032514 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7032515 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7032519 T17240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5411db49 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7032520 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7032524 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7032527 T17242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71cc9145 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7032527 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7032546 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7033557 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53539_ [junit4] 2> 7033562 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53539_ [junit4] 2> 7033595 T17244 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7033596 T17244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7033599 T17244 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7033599 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7033599 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7033599 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7033605 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7033607 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:53539", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53539_", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":null} [junit4] 2> 7033607 T17217 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4] [junit4] 2> 7033608 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4 [junit4] 2> 7033614 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7033616 T17228 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7033617 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7033617 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7034600 T17244 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7034601 T17244 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 7034605 T17244 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7034606 T17244 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7034613 T17244 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7034613 T17244 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/' [junit4] 2> 7034616 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 7034618 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 7034619 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 7034694 T17244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7034761 T17244 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7034769 T17244 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 7034777 T17244 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7034817 T17244 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7034818 T17244 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 7034818 T17244 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7034820 T17244 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/ [junit4] 2> 7034820 T17244 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7034821 T17244 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data [junit4] 2> 7034821 T17244 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index/ [junit4] 2> 7034822 T17244 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7034823 T17244 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index [junit4] 2> 7034824 T17244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 7034829 T17244 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e3ab08b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7034829 T17244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7034831 T17244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7034832 T17244 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7034832 T17244 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7034834 T17244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7034834 T17244 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7034847 T17244 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7034854 T17244 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7034854 T17244 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7034856 T17244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7034858 T17244 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e3ab08b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7034858 T17244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7034858 T17244 oass.SolrIndexSearcher.<init> Opening Searcher@5828360a[collection1] main [junit4] 2> 7034859 T17244 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7034863 T17244 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7034864 T17244 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7034866 T17244 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7034866 T17244 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7034867 T17244 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7034871 T17244 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 7034872 T17244 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7034872 T17244 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 7034872 T17244 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7034873 T17244 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7034879 T17244 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7034881 T17245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5828360a[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7034882 T17248 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53539 collection:collection1 shard:shard4 [junit4] 2> 7034884 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7034884 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7034898 T17248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election [junit4] 2> 7034948 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4 [junit4] 2> 7034957 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7034960 T17248 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7034960 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C4244 name=collection1 org.apache.solr.core.SolrCore@340b17c5 url=https://127.0.0.1:53539/collection1 node=127.0.0.1:53539_ C4244_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53539, core=collection1, node_name=127.0.0.1:53539_} [junit4] 2> 7034961 T17248 C4244 P53539 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53539/collection1/ [junit4] 2> 7034961 T17248 C4244 P53539 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7034962 T17248 C4244 P53539 oasc.SyncStrategy.syncToMe https://127.0.0.1:53539/collection1/ has no replicas [junit4] 2> 7034962 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53539/collection1/ shard4 [junit4] 2> 7034964 T17248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4 [junit4] 2> 7034963 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7034972 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7034996 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035012 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035120 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7035121 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7035122 T17228 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7035153 T17248 oasc.ZkController.register We are https://127.0.0.1:53539/collection1/ and leader is https://127.0.0.1:53539/collection1/ [junit4] 2> 7035153 T17248 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53539 [junit4] 2> 7035153 T17248 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7035154 T17248 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 7035154 T17248 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7035161 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035161 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035162 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035165 T17248 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7035167 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7035170 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:53539", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53539_", [junit4] 2> "shard":"shard4", [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 7035177 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7035284 T17229 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7035284 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7035285 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 7036931 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 7036932 T17192 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7036938 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7036940 T17192 oejs.AbstractConnector.doStart Started [email protected]:53542 [junit4] 2> 7036945 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7036945 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7036946 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004 [junit4] 2> 7036946 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/' [junit4] 2> 7036993 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/solr.xml [junit4] 2> 7037077 T17192 oasc.CoreContainer.<init> New CoreContainer 85330245 [junit4] 2> 7037078 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/] [junit4] 2> 7037079 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7037082 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7037082 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7037085 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7037089 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7037089 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7037091 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7037091 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr [junit4] 2> 7037092 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7037096 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7037100 T17259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72bbb6b0 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7037100 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7037106 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7037110 T17261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@354e3b25 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7037111 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7037136 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7038149 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53542_ [junit4] 2> 7038153 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53542_ [junit4] 2> 7038185 T17263 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7038185 T17263 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7038187 T17263 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 7038188 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7038188 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7038188 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7038197 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7038199 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"https://127.0.0.1:53542", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53542_", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":null} [junit4] 2> 7038199 T17217 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4 [junit4] 2> 7038200 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 7038209 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7038211 T17262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7038211 T17220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7038212 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7038211 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039189 T17263 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 7039191 T17263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 7039195 T17263 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 7039195 T17263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7039201 T17263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7039202 T17263 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/' [junit4] 2> 7039205 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 7039207 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 7039208 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 7039328 T17263 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 7039370 T17263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 7039374 T17263 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema [junit4] 2> 7039383 T17263 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor [junit4] 2> 7039437 T17263 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 7039439 T17263 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 7039439 T17263 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4] 2> 7039440 T17263 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/ [junit4] 2> 7039441 T17263 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1 [junit4] 2> 7039442 T17263 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data [junit4] 2> 7039443 T17263 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index/ [junit4] 2> 7039444 T17263 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 7039445 T17263 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index [junit4] 2> 7039446 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 7039455 T17263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ce6da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7039456 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7039461 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema" [junit4] 2> 7039465 T17263 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 7039467 T17263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 7039467 T17263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 7039468 T17263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 7039495 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 7039511 T17263 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 7039511 T17263 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 7039513 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 7039517 T17263 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ce6da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 7039518 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 7039519 T17263 oass.SolrIndexSearcher.<init> Opening Searcher@e858cae[collection1] main [junit4] 2> 7039519 T17263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 7039522 T17263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 7039522 T17263 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 7039524 T17263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 7039524 T17263 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 7039525 T17263 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7039528 T17263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 7039529 T17263 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 7039530 T17263 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 7039530 T17263 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 7039530 T17263 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ... [junit4] 2> 7039536 T17263 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 7039536 T17264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e858cae[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 7039539 T17267 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53542 collection:collection1 shard:shard3 [junit4] 2> 7039540 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 7039540 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 7039541 T17267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 7039554 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 7039558 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039560 T17267 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 7039560 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C4245 name=collection1 org.apache.solr.core.SolrCore@1def6f2e url=https://127.0.0.1:53542/collection1 node=127.0.0.1:53542_ C4245_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53542, core=collection1, node_name=127.0.0.1:53542_} [junit4] 2> 7039560 T17267 C4245 P53542 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53542/collection1/ [junit4] 2> 7039561 T17267 C4245 P53542 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 7039561 T17267 C4245 P53542 oasc.SyncStrategy.syncToMe https://127.0.0.1:53542/collection1/ has no replicas [junit4] 2> 7039561 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53542/collection1/ shard3 [junit4] 2> 7039562 T17267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 7039566 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7039577 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039582 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039590 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039696 T17262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039697 T17220 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039706 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039707 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039738 T17267 oasc.ZkController.register We are https://127.0.0.1:53542/collection1/ and leader is https://127.0.0.1:53542/collection1/ [junit4] 2> 7039739 T17267 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53542 [junit4] 2> 7039740 T17267 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 7039740 T17267 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 7039740 T17267 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7039746 T17267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7039749 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039750 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039750 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039755 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 7039756 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"https://127.0.0.1:53542", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53542_", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"4", [junit4] 2> "core_node_name":"core_node2"} [junit4] 2> 7039763 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 7039868 T17229 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039872 T17262 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039873 T17227 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7039873 T17243 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 7041531 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 7041532 T17192 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 7041541 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 7041543 T17192 oejs.AbstractConnector.doStart Started [email protected]:53545 [junit4] 2> 7041548 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 7041549 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 7041549 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005 [junit4] 2> 7041550 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/' [junit4] 2> 7041607 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/solr.xml [junit4] 2> 7041742 T17192 oasc.CoreContainer.<init> New CoreContainer 1072880950 [junit4] 2> 7041742 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/] [junit4] 2> 7041743 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 7041745 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 7041745 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 7041748 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 7041749 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 7041749 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 7041756 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 7041762 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 7041763 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 7041763 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 7041764 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr [junit4] 2> 7041764 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 7041769 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7041773 T17278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66ddcb97 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7041774 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7041781 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 7041785 T17280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a206471 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 7041787 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 7041813 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 7042824 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53545_ [junit4] 2> 7042827 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53545_ [junit4] 2> 7042862 T17282 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 7042863 T17282 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 7042865 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /ov [...truncated too long message...] TestQuerySenderListener, SuggesterTest, TestQueryTypes, BadIndexSchemaTest, TestZkChroot, TestStressLucene, TestRecoveryHdfs, SearchHandlerTest, TestSchemaVersionResource, TestLFUCache, TestComponentsName, SpellPossibilityIteratorTest, TestJmxMonitoredMap, TestBadConfig, CursorPagingTest, HighlighterConfigTest, TestNonDefinedSimilarityFactory, PolyFieldTest, ZkSolrClientTest, ResponseHeaderTest, RAMDirectoryFactoryTest, ModifyConfFileTest, TestManagedResource, OpenExchangeRatesOrgProviderTest, TestManagedSynonymFilterFactory, DefaultValueUpdateProcessorTest, TestCursorMarkWithoutUniqueKey, DocumentBuilderTest, ZkCLITest, NotRequiredUniqueKeyTest, ScriptEngineTest, ZkControllerTest, DistributedQueryComponentCustomSortTest, TestFaceting, TestBinaryField, TestDistributedGrouping, TestPseudoReturnFields, HdfsUnloadDistributedZkTest, ShardSplitTest, TestSolrQueryParser, TestRTGBase, EnumFieldTest, BadComponentTest, TestFastOutputStream, TestReload, TestQueryUtils, TestArbitraryIndexDir, HdfsSyncSliceTest, TestAddFieldRealTimeGet, XmlUpdateRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, BasicDistributedZkTest, TestConfig, IndexBasedSpellCheckerTest, MoreLikeThisHandlerTest, TestLeaderElectionZkExpiry, TestImplicitCoreProperties, PluginInfoTest, PrimUtilsTest, SOLR749Test, TestCopyFieldCollectionResource, TestTrie, TestCollationField, TestIndexSearcher, CollectionsAPIAsyncDistributedZkTest, TestLazyCores, TestSort, FieldFacetTest, SampleTest, TestUtils, TestMergePolicyConfig, SignatureUpdateProcessorFactoryTest, TestJoin, TestMissingGroups, TestCSVLoader, AutoCommitTest, DocumentAnalysisRequestHandlerTest, TestPostingsSolrHighlighter, TestFuzzyAnalyzedSuggestions, TestLMDirichletSimilarityFactory, TestCloudInspectUtil, TestSolr4Spatial, HdfsRecoveryZkTest, TestSchemaSimilarityResource, TestDocBasedVersionConstraints, QueryEqualityTest, TestSimpleQParserPlugin, AnalyticsQueryTest, BJQParserTest, TestLRUCache, SolrIndexSplitterTest, TestUpdate, DebugComponentTest, MBeansHandlerTest, TestComplexPhraseQParserPlugin, UUIDUpdateProcessorFallbackTest, SynonymTokenizerTest, HdfsDirectoryTest, StressHdfsTest, DOMUtilTest, TestAnalyzeInfixSuggestions, QueryResultKeyTest, TestSolrXml, RemoteQueryErrorTest, TestValueSourceCache, TestCloudManagedSchemaConcurrent, HdfsCollectionsAPIDistributedZkTest, TestFoldingMultitermQuery, CursorMarkTest, TestHashPartitioner, SpellCheckComponentTest, CoreAdminCreateDiscoverTest, TestManagedSchemaFieldResource, TestExpandComponent, ParsingFieldUpdateProcessorsTest, LegacyHTMLStripCharFilterTest, TestJmxIntegration, TestNRTOpen, TestSolrDeletionPolicy1, SchemaVersionSpecificBehaviorTest, TestElisionMultitermQuery, FileUtilsTest, BlockDirectoryTest, TestTolerantSearch, PathHierarchyTokenizerFactoryTest, TestAnalyzedSuggestions, CoreContainerCoreInitFailuresTest, TestWriterPerf, AddSchemaFieldsUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, TestRealTimeGet, WordBreakSolrSpellCheckerTest, RequiredFieldsTest, SolrRequestParserTest, TestMultiCoreConfBootstrap, DocValuesMissingTest, TestPhraseSuggestions, TestConfigSets, BadCopyFieldTest, TestRestManager, TestModifyConfFiles, TestSchemaNameResource, TestFreeTextSuggestions, CollectionsAPIDistributedZkTest, TestSystemIdResolver, CurrencyFieldOpenExchangeTest, FastVectorHighlighterTest, TestCustomSort, MergeStrategyTest, TestCollationFieldDocValues, AbstractAnalyticsFacetTest, AnalysisErrorHandlingTest, TestSolrJ, OverseerRolesTest, URLClassifyProcessorTest, SolrPluginUtilsTest, TestSolrXMLSerializer, DateMathParserTest, PreAnalyzedUpdateProcessorTest, DistribDocExpirationUpdateProcessorTest, AnalyticsMergeStrategyTest, QueryFacetTest, SpatialFilterTest, TestWordDelimiterFilterFactory, AliasIntegrationTest, TestCollectionAPI, SolrCoreTest, TermVectorComponentTest, TestManagedSchema, HdfsWriteToMultipleCollectionsTest, OpenCloseCoreStressTest, TermsComponentTest, SpellCheckCollatorTest, TestFastWriter, SuggestComponentTest, SimpleFacetsTest, ExpressionTest, DateFieldTest, TestIndexingPerformance, TestIBSimilarityFactory, SolrIndexConfigTest, DistributedExpandComponentTest, CoreMergeIndexesAdminHandlerTest, TestSearchPerf, TriLevelCompositeIdRoutingTest, DisMaxRequestHandlerTest, ReturnFieldsTest, BasicDistributedZk2Test, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, TestDistributedSearch, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, SuggesterWFSTTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, FileBasedSpellCheckerTest, RequestHandlersTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, TestStressRecovery, MultiTermTest, TestDocSet, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, TestCharFilters, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastLRUCache, PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, AbstractAnalyticsStatsTest, NoFacetTest, FieldFacetExtrasTest, RangeFacetTest, FunctionTest, AssignTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, HttpPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, SSLMigrationTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, CachingDirectoryFactoryTest, TestInfoStreamLogging, TestNonNRTOpen, TestShardHandlerFactory, TestSolrXmlPersistence, TestSolrXmlPersistor, TestReplicationHandlerBackup, CoreAdminRequestStatusTest, InfoHandlerTest, DistributedDebugComponentTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, TestIntervalFaceting, TestChildDocTransformer, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestSolrQueryParserResource, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, ChangedSchemaMergeTest, TestCloudManagedSchema, TestCloudSchemaless] [junit4] Completed in 156.48s, 1 test, 1 error <<< FAILURES! [...truncated 69 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 422 suites, 1754 tests, 1 error, 44 ignored (17 assumptions) Total time: 167 minutes 31 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
