Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18441/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC
1 tests failed. FAILED: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:42239/solr/managed-preanalyzed, https://127.0.0.1:39452/solr/managed-preanalyzed] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42239/solr/managed-preanalyzed, https://127.0.0.1:39452/solr/managed-preanalyzed] at __randomizedtesting.SeedInfo.seed([5167891CA2C0B5F4:F9723BF77EC62602]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:418) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61) at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42239/solr/managed-preanalyzed: No such path /schema/fields/field2 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391) ... 45 more Build Log: [...truncated 11161 lines...] [junit4] Suite: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/init-core-data-001 [junit4] 2> 473234 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 473240 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001 [junit4] 2> 473241 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 473241 INFO (Thread-443) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 473241 INFO (Thread-443) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 473341 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:34578 [junit4] 2> 473351 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 473351 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 473352 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ed2d7f{/solr,null,AVAILABLE} [junit4] 2> 473352 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1abeb64{/solr,null,AVAILABLE} [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@13043c6{SSL,[ssl, http/1.1]}{127.0.0.1:42239} [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1eaf34{SSL,[ssl, http/1.1]}{127.0.0.1:39452} [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.Server Started @475208ms [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.Server Started @475208ms [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42239} [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39452} [junit4] 2> 473354 ERROR (jetty-launcher-316-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 473354 ERROR (jetty-launcher-316-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.0.0 [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 473354 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-12-04T13:10:59.256804Z [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 473354 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2016-12-04T13:10:59.256890Z [junit4] 2> 473356 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 473356 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 473369 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34578/solr [junit4] 2> 473369 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34578/solr [junit4] 2> 473372 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x158c9f57f4a0003, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 473373 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x158c9f57f4a0004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 473387 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42239_solr [junit4] 2> 473387 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39452_solr [junit4] 2> 473388 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.Overseer Overseer (id=97049448228192262-127.0.0.1:42239_solr-n_0000000000) starting [junit4] 2> 473389 INFO (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 473391 INFO (zkCallback-327-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 473395 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42239_solr [junit4] 2> 473396 INFO (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 473396 INFO (zkCallback-327-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 473475 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node2/. [junit4] 2> 473576 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node1/. [junit4] 2> 473578 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ] o.a.z.s.NIOServerCnxn caught end of stream exception [junit4] 2> EndOfStreamException: Unable to read additional data from client sessionid 0x158c9f57f4a0007, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 473581 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 473582 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34578/solr ready [junit4] 2> 473657 INFO (qtp10326226-2194) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 473660 INFO (OverseerThreadFactory-806-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection managed-preanalyzed [junit4] 2> 473773 INFO (qtp10326226-2208) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2 [junit4] 2> 473852 INFO (qtp21400936-2199) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2 [junit4] 2> 473956 INFO (zkCallback-327-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 473956 INFO (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 474783 INFO (qtp10326226-2208) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 474792 INFO (qtp10326226-2208) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 474801 INFO (qtp10326226-2208) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 474802 INFO (qtp10326226-2208) [ ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 474803 INFO (qtp10326226-2208) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/] [junit4] 2> 474810 INFO (qtp10326226-2208) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 474810 INFO (qtp10326226-2208) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 474816 INFO (qtp10326226-2208) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 474816 INFO (qtp10326226-2208) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 474816 INFO (qtp10326226-2208) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12972e8[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 474817 INFO (qtp10326226-2208) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 474817 INFO (qtp10326226-2208) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 474818 INFO (qtp10326226-2208) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 474819 INFO (qtp10326226-2208) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 474819 INFO (searcherExecutor-811-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@12972e8[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 474819 INFO (qtp10326226-2208) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552791173302583296 [junit4] 2> 474823 INFO (qtp10326226-2208) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 474823 INFO (qtp10326226-2208) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 474823 INFO (qtp10326226-2208) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42239/solr/managed-preanalyzed_shard2_replica1/ [junit4] 2> 474823 INFO (qtp10326226-2208) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 474823 INFO (qtp10326226-2208) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:42239/solr/managed-preanalyzed_shard2_replica1/ has no replicas [junit4] 2> 474825 INFO (qtp10326226-2208) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42239/solr/managed-preanalyzed_shard2_replica1/ shard2 [junit4] 2> 474860 INFO (qtp21400936-2199) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 474867 INFO (qtp21400936-2199) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 474875 INFO (qtp21400936-2199) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 474875 INFO (qtp21400936-2199) [ ] o.a.s.c.CoreContainer Creating SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 474876 INFO (qtp21400936-2199) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/] [junit4] 2> 474882 INFO (qtp21400936-2199) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 474882 INFO (qtp21400936-2199) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 474886 INFO (qtp21400936-2199) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 474886 INFO (qtp21400936-2199) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 474887 INFO (qtp21400936-2199) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7485ff[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 474887 INFO (qtp21400936-2199) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 474888 INFO (qtp21400936-2199) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 474888 INFO (qtp21400936-2199) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 474888 INFO (qtp21400936-2199) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 474888 INFO (searcherExecutor-816-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@7485ff[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 474888 INFO (qtp21400936-2199) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552791173374935040 [junit4] 2> 474892 INFO (qtp21400936-2199) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 474892 INFO (qtp21400936-2199) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 474892 INFO (qtp21400936-2199) [ ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39452/solr/managed-preanalyzed_shard1_replica1/ [junit4] 2> 474892 INFO (qtp21400936-2199) [ ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 474892 INFO (qtp21400936-2199) [ ] o.a.s.c.SyncStrategy https://127.0.0.1:39452/solr/managed-preanalyzed_shard1_replica1/ has no replicas [junit4] 2> 474894 INFO (qtp21400936-2199) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39452/solr/managed-preanalyzed_shard1_replica1/ shard1 [junit4] 2> 474996 INFO (zkCallback-327-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 474996 INFO (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 475025 INFO (qtp10326226-2208) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 475028 INFO (qtp10326226-2208) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard2_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard2&wt=javabin&version=2} status=0 QTime=1254 [junit4] 2> 475044 INFO (qtp21400936-2199) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 475047 INFO (qtp21400936-2199) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cloud-managed-preanalyzed&newCollection=true&name=managed-preanalyzed_shard1_replica1&action=CREATE&numShards=2&collection=managed-preanalyzed&shard=shard1&wt=javabin&version=2} status=0 QTime=1194 [junit4] 2> 475049 INFO (qtp10326226-2194) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 475147 INFO (zkCallback-327-thread-3) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 475147 INFO (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed-preanalyzed/state.json] for collection [managed-preanalyzed] has occurred - updating... (live nodes size: [2]) [junit4] 2> 475661 INFO (OverseerCollectionConfigSetProcessor-97049448228192262-127.0.0.1:42239_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 476049 INFO (qtp10326226-2194) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cloud-managed-preanalyzed&maxShardsPerNode=1&name=managed-preanalyzed&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2391 [junit4] 2> 476060 INFO (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[5167891CA2C0B5F4]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testAdd2Fields [junit4] 2> 476068 INFO (qtp10326226-2205) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 0 [junit4] 2> 476070 INFO (qtp10326226-2205) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476078 INFO (qtp10326226-2205) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476095 INFO (qtp10326226-2205) [ ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 476095 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 476095 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 476095 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper [junit4] 2> 476096 INFO (Thread-462) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1 [junit4] 2> 476096 INFO (Thread-463) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1 [junit4] 2> 476096 INFO (qtp10326226-2205) [ ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 1 for collection managed-preanalyzed [junit4] 2> 476097 INFO (Thread-462) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 476098 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476099 INFO (Thread-463) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 476100 INFO (Thread-462) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476109 INFO (Thread-463) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476121 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476122 INFO (Thread-462) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476123 INFO (Thread-462) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1 [junit4] 2> 476123 INFO (Thread-463) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476123 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 27 ms [junit4] 2> 476123 INFO (Thread-463) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1 [junit4] 2> 476129 INFO (qtp21400936-2192) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 476135 INFO (qtp10326226-2205) [ ] o.a.s.s.ManagedIndexSchema Took 39.0ms for 1 replicas to apply schema update version 1 for collection managed-preanalyzed [junit4] 2> 476135 INFO (qtp10326226-2205) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=70 [junit4] 2> 476136 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper [junit4] 2> 476136 INFO (Thread-463) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 476144 INFO (Thread-462) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 476146 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476154 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476154 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 18 ms [junit4] 2> 476159 INFO (qtp21400936-2193) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema/fields/field1 params={wt=javabin&version=2} status=0 QTime=3 [junit4] 2> 476161 INFO (Thread-463) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476163 INFO (qtp21400936-2202) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 1 [junit4] 2> 476169 INFO (Thread-462) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476169 INFO (qtp21400936-2202) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476169 INFO (Thread-463) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476170 INFO (Thread-463) [ ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard2_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 476176 INFO (qtp21400936-2202) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476177 INFO (Thread-463) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node2/managed-preanalyzed_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node2/./managed-preanalyzed_shard2_replica1/data/] [junit4] 2> 476178 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 476178 INFO (qtp21400936-2202) [ ] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 476178 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed-preanalyzed/managed-schema, has occurred - updating schema from ZooKeeper ... [junit4] 2> 476178 INFO (qtp21400936-2202) [ ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection managed-preanalyzed [junit4] 2> 476179 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper [junit4] 2> 476181 INFO (Thread-462) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476181 INFO (Thread-462) [ ] o.a.s.c.CoreContainer Reloading SolrCore 'managed-preanalyzed_shard1_replica1' using configuration from collection managed-preanalyzed [junit4] 2> 476181 INFO (Thread-464) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard1_replica1 [junit4] 2> 476181 INFO (Thread-465) [ ] o.a.s.c.SolrCore config update listener called for core managed-preanalyzed_shard2_replica1 [junit4] 2> 476182 INFO (Thread-462) [ ] o.a.s.c.SolrCore [[managed-preanalyzed_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node1/managed-preanalyzed_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001/tempDir-001/node1/./managed-preanalyzed_shard1_replica1/data/] [junit4] 2> 476182 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476183 INFO (Thread-464) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 2 [junit4] 2> 476184 INFO (Thread-465) [ ] o.a.s.s.SchemaManager managed schema loaded . version : 2 [junit4] 2> 476196 INFO (Thread-464) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476196 INFO (Thread-465) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476197 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476198 INFO (zkCallback-327-thread-3) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 18 ms [junit4] 2> 476209 INFO (Thread-462) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 476209 INFO (Thread-463) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 476209 INFO (Thread-463) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 476209 INFO (Thread-462) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 476212 INFO (Thread-462) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bd59a1[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 476212 INFO (Thread-463) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f7d54e[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 476214 INFO (Thread-465) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476214 INFO (Thread-465) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard2_replica1 [junit4] 2> 476214 INFO (Thread-464) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476214 INFO (Thread-464) [ ] o.a.s.c.SolrCore core reload managed-preanalyzed_shard1_replica1 [junit4] 2> 476214 INFO (Thread-462) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 476214 INFO (Thread-463) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed-preanalyzed [junit4] 2> 476214 INFO (Thread-462) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 476215 INFO (Thread-462) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 476215 INFO (Thread-463) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed-preanalyzed [junit4] 2> 476215 INFO (Thread-463) [ ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 476215 INFO (Thread-462) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 476216 INFO (searcherExecutor-824-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@1bd59a1[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 476216 INFO (Thread-463) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 476216 INFO (Thread-462) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552791174767443968 [junit4] 2> 476216 INFO (searcherExecutor-822-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1f7d54e[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 476216 INFO (Thread-463) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552791174767443968 [junit4] 2> 476217 INFO (qtp10326226-2205) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 476219 INFO (qtp21400936-2202) [ ] o.a.s.s.ManagedIndexSchema Took 40.0ms for 1 replicas to apply schema update version 2 for collection managed-preanalyzed [junit4] 2> 476219 INFO (qtp21400936-2202) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=57 [junit4] 2> 476219 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper [junit4] 2> 476220 INFO (Thread-462) [ ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used. [junit4] 2> 476220 INFO (Thread-462) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@be1851[managed-preanalyzed_shard1_replica1] main] [junit4] 2> 476220 INFO (Thread-462) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@1d6e2ab [junit4] 2> 476220 INFO (searcherExecutor-824-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] Registered new searcher Searcher@be1851[managed-preanalyzed_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 476221 INFO (Thread-463) [ ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used. [junit4] 2> 476221 INFO (Thread-463) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e7ff4c[managed-preanalyzed_shard2_replica1] main] [junit4] 2> 476221 INFO (searcherExecutor-822-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] Registered new searcher Searcher@1e7ff4c[managed-preanalyzed_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 476221 INFO (Thread-463) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@df8cd0 [junit4] 2> 476221 INFO (qtp21400936-2192) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard1_replica1] webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0 [junit4] 2> 476222 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard1_replica1] Schema name=managed-preanalyzed [junit4] 2> 476223 INFO (qtp10326226-2207) [ ] o.a.s.c.S.Request [managed-preanalyzed_shard2_replica1] webapp=/solr path=/schema/fields/field2 params={wt=javabin&version=2} status=404 QTime=0 [junit4] 2> 476229 ERROR (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[5167891CA2C0B5F4]) [ ] o.a.s.c.s.i.CloudSolrClient Request to collection managed-preanalyzed failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42239/solr/managed-preanalyzed: No such path /schema/fields/field2, retry? 0 [junit4] 2> 476229 INFO (TEST-PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields-seed#[5167891CA2C0B5F4]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testAdd2Fields [junit4] 2> 476230 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476230 INFO (zkCallback-326-thread-1) [ ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 11 ms [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PreAnalyzedFieldManagedSchemaCloudTest -Dtests.method=testAdd2Fields -Dtests.seed=5167891CA2C0B5F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-SX -Dtests.timezone=Pacific/Kiritimati -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.18s J0 | PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:42239/solr/managed-preanalyzed, https://127.0.0.1:39452/solr/managed-preanalyzed] [junit4] > at __randomizedtesting.SeedInfo.seed([5167891CA2C0B5F4:F9723BF77EC62602]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:418) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037) [junit4] > at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) [junit4] > at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.addField(PreAnalyzedFieldManagedSchemaCloudTest.java:61) [junit4] > at org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields(PreAnalyzedFieldManagedSchemaCloudTest.java:52) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) [junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42239/solr/managed-preanalyzed: No such path /schema/fields/field2 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391) [junit4] > ... 45 more [junit4] 2> 476237 INFO (Thread-465) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 476237 INFO (Thread-464) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 476237 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@1eaf34{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 476237 INFO (jetty-launcher-316-thread-2) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20605096 [junit4] 2> 476246 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@13043c6{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 476246 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24679290 [junit4] 2> 476247 INFO (coreCloseExecutor-831-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard1_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@1e3a3fa [junit4] 2> 476252 INFO (zkCallback-327-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 476253 ERROR (Thread-464) [ ] o.a.s.s.ManagedIndexSchemaFactory Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353) [junit4] 2> at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126) [junit4] 2> at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45) [junit4] 2> at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75) [junit4] 2> at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107) [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78) [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:968) [junit4] 2> at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2732) [junit4] 2> at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 476253 INFO (coreCloseExecutor-833-thread-1) [ ] o.a.s.c.SolrCore [managed-preanalyzed_shard2_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@114fcb9 [junit4] 2> 476253 WARN (Thread-464) [ ] o.a.s.c.ZkController listener throws error [junit4] 2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard1_replica1] [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:976) [junit4] 2> at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2732) [junit4] 2> at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard1_replica1: Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85) [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:968) [junit4] 2> ... 3 more [junit4] 2> Caused by: org.apache.solr.common.SolrException: Error attempting to access /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141) [junit4] 2> at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45) [junit4] 2> at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75) [junit4] 2> at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107) [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78) [junit4] 2> ... 4 more [junit4] 2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353) [junit4] 2> at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126) [junit4] 2> ... 8 more [junit4] 2> 476256 INFO (Thread-465) [ ] o.a.s.s.IndexSchema [managed-preanalyzed_shard2_replica1] Schema name=managed-preanalyzed [junit4] 2> 476256 INFO (jetty-launcher-316-thread-1) [ ] o.a.s.c.Overseer Overseer (id=97049448228192262-127.0.0.1:42239_solr-n_0000000000) closing [junit4] 2> 476256 INFO (OverseerStateUpdate-97049448228192262-127.0.0.1:42239_solr-n_0000000000) [ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42239_solr [junit4] 2> 476256 WARN (zkCallback-327-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 476257 INFO (jetty-launcher-316-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1abeb64{/solr,null,UNAVAILABLE} [junit4] 2> 476261 INFO (Thread-465) [ ] o.a.s.s.IndexSchema Loaded schema managed-preanalyzed/1.6 with uniqueid field id [junit4] 2> 476261 WARN (Thread-465) [ ] o.a.s.c.ZkController listener throws error [junit4] 2> org.apache.solr.common.SolrException: Unable to reload core [managed-preanalyzed_shard2_replica1] [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:976) [junit4] 2> at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2732) [junit4] 2> at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core managed-preanalyzed_shard2_replica1: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85) [junit4] 2> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:968) [junit4] 2> ... 3 more [junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to load reader for ConfigSet properties: configsetprops.json [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:57) [junit4] 2> at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:117) [junit4] 2> at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:79) [junit4] 2> ... 4 more [junit4] 2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=configsetprops.json from ZK [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118) [junit4] 2> at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:52) [junit4] 2> ... 6 more [junit4] 2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/cloud-managed-preanalyzed/configsetprops.json [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:322) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:319) [junit4] 2> at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:834) [junit4] 2> at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89) [junit4] 2> ... 7 more [junit4] 2> 477750 WARN (zkCallback-326-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 477751 INFO (jetty-launcher-316-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ed2d7f{/solr,null,UNAVAILABLE} [junit4] 2> 477752 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34578 34578 [junit4] 2> 477867 INFO (Thread-443) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34578 34578 [junit4] 2> 477867 WARN (Thread-443) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 6 /solr/configs/cloud-managed-preanalyzed [junit4] 2> 4 /solr/configs/cloud-managed-preanalyzed/managed-schema [junit4] 2> 3 /solr/aliases.json [junit4] 2> 2 /solr/security.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 3 /solr/clusterstate.json [junit4] 2> 3 /solr/collections/managed-preanalyzed/state.json [junit4] 2> 3 /solr/clusterprops.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 8 /solr/overseer/queue [junit4] 2> 3 /solr/live_nodes [junit4] 2> 3 /solr/collections [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 477867 INFO (SUITE-PreAnalyzedFieldManagedSchemaCloudTest-seed#[5167891CA2C0B5F4]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.PreAnalyzedFieldManagedSchemaCloudTest_5167891CA2C0B5F4-001 [junit4] 2> Dec 04, 2016 1:11:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=en-SX, timezone=Pacific/Kiritimati [junit4] 2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=61961440,total=224006144 [junit4] 2> NOTE: All tests run in this JVM: [TestDownShardTolerantSearch, ReturnFieldsTest, OverriddenZkACLAndCredentialsProvidersTest, TestBackupRepositoryFactory, ShardSplitTest, TestMaxScoreQueryParser, CloudMLTQParserTest, CdcrReplicationDistributedZkTest, CursorMarkTest, PreAnalyzedFieldManagedSchemaCloudTest] [junit4] Completed [152/658 (1!)] on J0 in 4.91s, 1 test, 1 error <<< FAILURES! [...truncated 53017 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
