You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/10/17 09:05:04 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 913 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/913/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:47406/ttp",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:47406_ttp"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:34659/ttp",           "node_name":"127.0.0.1:34659_ttp",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:33273/ttp",           "node_name":"127.0.0.1:33273_ttp",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:47406/ttp",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:47406_ttp"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:34659/ttp",
          "node_name":"127.0.0.1:34659_ttp",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:33273/ttp",
          "node_name":"127.0.0.1:33273_ttp",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([F54CFD45AD68D7CB:7D18C29F0394BA33]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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(Thread.java:745)




Build Log:
[...truncated 11387 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/init-core-data-001
   [junit4]   2> 885346 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 885346 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ttp/
   [junit4]   2> 885348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 885348 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 885348 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 885449 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkTestServer start zk server on port:64803
   [junit4]   2> 885468 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 885472 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 885475 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 885478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 885480 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 885483 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 885485 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 885488 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 885491 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 885493 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 885495 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 885648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1
   [junit4]   2> 885649 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 885650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12f4613b{/ttp,null,AVAILABLE}
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@71dae005{HTTP/1.1,[http/1.1]}{127.0.0.1:42861}
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server Started @889411ms
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/control/data, hostContext=/ttp, hostPort=47406, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores}
   [junit4]   2> 885652 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 885652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T08:10:33.406Z
   [junit4]   2> 885659 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 885659 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/solr.xml
   [junit4]   2> 885666 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 885711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:47406_ttp    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47406_ttp
   [junit4]   2> 885713 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:47406_ttp    ] o.a.s.c.Overseer Overseer (id=96776475974303748-127.0.0.1:47406_ttp-n_0000000000) starting
   [junit4]   2> 885725 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:47406_ttp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47406_ttp
   [junit4]   2> 885733 INFO  (OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) [n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 885758 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:47406_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores
   [junit4]   2> 885758 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:47406_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 885763 INFO  (OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) [n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 886777 WARN  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 886778 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 886807 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 886892 WARN  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 886894 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 886911 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 886912 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/control-001/cores/collection1/data/]
   [junit4]   2> 886912 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 886913 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 886916 WARN  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 886923 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 886923 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 886924 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 886924 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 886924 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 886924 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36636c09[collection1] main]
   [junit4]   2> 886926 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 886927 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 886927 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 886927 INFO  (searcherExecutor-3759-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36636c09[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 886927 INFO  (coreLoadExecutor-3758-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548423617242464256
   [junit4]   2> 886940 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 886940 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 886940 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47406/ttp/collection1/
   [junit4]   2> 886940 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 886940 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47406/ttp/collection1/ has no replicas
   [junit4]   2> 886946 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47406/ttp/collection1/ shard1
   [junit4]   2> 887098 INFO  (coreZkRegister-3751-thread-1-processing-n:127.0.0.1:47406_ttp x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 887274 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 887276 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 887416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1
   [junit4]   2> 887416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001
   [junit4]   2> 887417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 887419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@af69bb1{/ttp,null,AVAILABLE}
   [junit4]   2> 887419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@8a1c520{HTTP/1.1,[http/1.1]}{127.0.0.1:37119}
   [junit4]   2> 887419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server Started @891179ms
   [junit4]   2> 887419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=34659, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores}
   [junit4]   2> 887420 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 887420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 887420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 887420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 887420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T08:10:35.174Z
   [junit4]   2> 887426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 887426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/solr.xml
   [junit4]   2> 887450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 887471 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 887479 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:34659_ttp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34659_ttp
   [junit4]   2> 887482 INFO  (zkCallback-1179-thread-3-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 887483 INFO  (zkCallback-1183-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 887484 INFO  (zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 887503 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:34659_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores
   [junit4]   2> 887503 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:34659_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 887507 INFO  (OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) [n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 888524 WARN  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 888525 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 888539 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 888642 WARN  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 888644 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 888662 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 888662 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 888662 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 888663 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 888667 WARN  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 888675 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 888675 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 888675 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 888676 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 888677 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 888677 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@626870f2[collection1] main]
   [junit4]   2> 888679 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 888679 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 888680 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 888680 INFO  (searcherExecutor-3770-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@626870f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 888681 INFO  (coreLoadExecutor-3769-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548423619081666560
   [junit4]   2> 888693 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 888693 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 888693 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34659/ttp/collection1/
   [junit4]   2> 888693 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 888693 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34659/ttp/collection1/ has no replicas
   [junit4]   2> 888703 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34659/ttp/collection1/ shard2
   [junit4]   2> 888856 INFO  (coreZkRegister-3764-thread-1-processing-n:127.0.0.1:34659_ttp x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 889158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1
   [junit4]   2> 889159 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001
   [junit4]   2> 889160 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 889162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26304130{/ttp,null,AVAILABLE}
   [junit4]   2> 889162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5029a9a4{HTTP/1.1,[http/1.1]}{127.0.0.1:53594}
   [junit4]   2> 889162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server Started @892923ms
   [junit4]   2> 889162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=33273, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores}
   [junit4]   2> 889163 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 889163 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 889164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 889164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 889164 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T08:10:36.918Z
   [junit4]   2> 889168 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 889168 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/solr.xml
   [junit4]   2> 889175 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 889194 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 889204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:33273_ttp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33273_ttp
   [junit4]   2> 889207 INFO  (zkCallback-1183-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 889207 INFO  (zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 889207 INFO  (zkCallback-1179-thread-3-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 889209 INFO  (zkCallback-1194-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 889233 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:33273_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores
   [junit4]   2> 889233 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:33273_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 889236 INFO  (OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) [n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 890258 WARN  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 890260 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 890274 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 890394 WARN  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 890397 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 890417 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 890417 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 890417 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 890418 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 890422 WARN  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 890432 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 890432 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 890433 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 890433 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 890434 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 890434 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3232f14f[collection1] main]
   [junit4]   2> 890437 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 890437 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 890438 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 890438 INFO  (searcherExecutor-3781-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3232f14f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 890439 INFO  (coreLoadExecutor-3780-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548423620925063168
   [junit4]   2> 890451 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 890451 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 890451 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33273/ttp/collection1/
   [junit4]   2> 890451 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 890451 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:33273/ttp/collection1/ has no replicas
   [junit4]   2> 890458 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33273/ttp/collection1/ shard1
   [junit4]   2> 890611 INFO  (coreZkRegister-3775-thread-1-processing-n:127.0.0.1:33273_ttp x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 890881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1
   [junit4]   2> 890881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001
   [junit4]   2> 890882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 890884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45ad908c{/ttp,null,AVAILABLE}
   [junit4]   2> 890884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.ServerConnector Started ServerConnector@25a0ae0e{HTTP/1.1,[http/1.1]}{127.0.0.1:44131}
   [junit4]   2> 890884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.Server Started @894645ms
   [junit4]   2> 890884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/ttp, hostPort=48173, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores}
   [junit4]   2> 890884 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 890885 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 890885 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 890885 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 890885 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T08:10:38.639Z
   [junit4]   2> 890889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 890889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/solr.xml
   [junit4]   2> 890897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64803/solr
   [junit4]   2> 890917 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:48173_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 890924 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:48173_ttp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48173_ttp
   [junit4]   2> 890927 INFO  (zkCallback-1194-thread-1-processing-n:127.0.0.1:33273_ttp) [n:127.0.0.1:33273_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890927 INFO  (zkCallback-1179-thread-2-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890928 INFO  (zkCallback-1188-thread-1-processing-n:127.0.0.1:34659_ttp) [n:127.0.0.1:34659_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890928 INFO  (zkCallback-1183-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890929 INFO  (zkCallback-1200-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 890945 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:48173_ttp    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores
   [junit4]   2> 890945 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [n:127.0.0.1:48173_ttp    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 890949 INFO  (OverseerStateUpdate-96776475974303748-127.0.0.1:47406_ttp-n_0000000000) [n:127.0.0.1:47406_ttp    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 891961 WARN  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 891962 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 891990 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 892072 WARN  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 892074 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 892104 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 892105 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 892105 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 892105 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 892110 WARN  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 892121 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 892121 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 892122 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 892122 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 892122 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=76.80078125, floorSegmentMB=0.3994140625, forceMergeDeletesPctAllowed=24.558067251952306, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 892123 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67a76241[collection1] main]
   [junit4]   2> 892125 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 892125 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 892125 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 892126 INFO  (searcherExecutor-3792-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@67a76241[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 892126 INFO  (coreLoadExecutor-3791-thread-1-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548423622694010880
   [junit4]   2> 892132 INFO  (coreZkRegister-3786-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 892133 INFO  (updateExecutor-1197-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 892133 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 892134 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 892134 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 892134 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 892134 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:34659/ttp/collection1/] and I am [http://127.0.0.1:48173/ttp/collection1/]
   [junit4]   2> 892136 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34659/ttp]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:48173_ttp&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 892142 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38764,localport=34659], receiveBufferSize:130880
   [junit4]   2> 892143 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=50710], receiveBufferSize=139264
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 892146 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:48173_ttp, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:48173/ttp","node_name":"127.0.0.1:48173_ttp","state":"down"}
   [junit4]   2> 892455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 892455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 892455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 893147 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:48173_ttp, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:48173/ttp","node_name":"127.0.0.1:48173_ttp","state":"recovering"}
   [junit4]   2> 893147 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 893148 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:48173_ttp&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 900149 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:34659/ttp/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 900149 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:48173/ttp START replicas=[http://127.0.0.1:34659/ttp/collection1/] nUpdates=100
   [junit4]   2> 900150 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36685,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900151 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=38215], receiveBufferSize=139264
   [junit4]   2> 900152 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 900152 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/ttp path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 900153 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 900153 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 900153 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 900153 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900154 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900154 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 900154 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 900154 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 900155 INFO  (recoveryExecutor-1198-thread-1-processing-n:127.0.0.1:48173_ttp x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 900471 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 900471 INFO  (SocketProxy-Acceptor-47406) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35643,localport=47406], receiveBufferSize:130880
   [junit4]   2> 900472 INFO  (SocketProxy-Acceptor-47406) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42861,localport=57089], receiveBufferSize=139264
   [junit4]   2> 900473 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 900473 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900474 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900474 INFO  (qtp465111952-7595) [n:127.0.0.1:47406_ttp c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 900475 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=32858,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900476 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53594,localport=34526], receiveBufferSize=139264
   [junit4]   2> 900500 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54961,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900500 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53594,localport=35367], receiveBufferSize=139264
   [junit4]   2> 900502 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55575,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900503 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 900503 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900503 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=64371], receiveBufferSize=139264
   [junit4]   2> 900505 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900505 INFO  (SocketProxy-Acceptor-48173) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60218,localport=48173], receiveBufferSize:130880
   [junit4]   2> 900505 INFO  (qtp1994422427-7665) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 900505 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 900505 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900506 INFO  (SocketProxy-Acceptor-48173) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44131,localport=52881], receiveBufferSize=139264
   [junit4]   2> 900507 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900507 INFO  (qtp1912849334-7633) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 900509 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 900510 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 900511 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 900511 INFO  (qtp1741277414-7691) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33273/ttp/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 900511 INFO  (qtp1994422427-7664) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ttp path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 13
   [junit4]   2> 900513 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=33441,localport=34659], receiveBufferSize:130880
   [junit4]   2> 900513 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=49559], receiveBufferSize=139264
   [junit4]   2> 900514 INFO  (qtp1912849334-7635) [n:127.0.0.1:34659_ttp c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/ttp path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 900515 INFO  (SocketProxy-Acceptor-48173) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34351,localport=48173], receiveBufferSize:130880
   [junit4]   2> 900515 INFO  (SocketProxy-Acceptor-48173) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44131,localport=50240], receiveBufferSize=139264
   [junit4]   2> 900517 INFO  (qtp1741277414-7694) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/ttp path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 900517 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54750,localport=33273], receiveBufferSize:130880
   [junit4]   2> 900518 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53594,localport=45285], receiveBufferSize=139264
   [junit4]   2> 900520 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/ttp path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 902522 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 902524 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=64344,localport=34659], receiveBufferSize:130880
   [junit4]   2> 902525 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=37817], receiveBufferSize=139264
   [junit4]   2> 902526 INFO  (qtp1912849334-7637) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 902530 INFO  (OverseerThreadFactory-3756-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 902531 INFO  (OverseerThreadFactory-3756-thread-1-processing-n:127.0.0.1:47406_ttp) [n:127.0.0.1:47406_ttp    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 902640 INFO  (SocketProxy-Acceptor-47406) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=33589,localport=47406], receiveBufferSize:130880
   [junit4]   2> 902641 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34807,localport=33273], receiveBufferSize:130880
   [junit4]   2> 902642 INFO  (SocketProxy-Acceptor-47406) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42861,localport=64638], receiveBufferSize=139264
   [junit4]   2> 902642 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49769,localport=34659], receiveBufferSize:130880
   [junit4]   2> 902643 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 902643 INFO  (SocketProxy-Acceptor-34659) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37119,localport=57912], receiveBufferSize=139264
   [junit4]   2> 902645 INFO  (qtp1912849334-7639) [n:127.0.0.1:34659_ttp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 902645 INFO  (SocketProxy-Acceptor-33273) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53594,localport=59142], receiveBufferSize=139264
   [junit4]   2> 902650 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 903665 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 903666 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 903679 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 903736 WARN  (qtp465111952-7597) [n:127.0.0.1:47406_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 903737 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 903798 INFO  (qtp465111952-7597) [n:127.0.0.1:47406_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 903838 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 903840 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 903858 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 903859 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 903859 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8dc6e91
   [junit4]   2> 903860 INFO  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 903865 WARN  (qtp1994422427-7666) [n:127.0.0.1:33273_ttp c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RequestHandlers INVAL

[...truncated too long message...]

eaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1003458 INFO  (zkCallback-1200-thread-3-processing-n:127.0.0.1:48173_ttp) [n:127.0.0.1:48173_ttp c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@741ee006
   [junit4]   2> 1003466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@25a0ae0e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1003466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@45ad908c{/ttp,null,UNAVAILABLE}
   [junit4]   2> 1003470 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64803 64803
   [junit4]   2> 1003569 INFO  (Thread-1852) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64803 64803
   [junit4]   2> 1003570 WARN  (Thread-1852) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96776475974303752-127.0.0.1:34659_ttp-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	114	/solr/overseer/collection-queue-work
   [junit4]   2> 	60	/solr/overseer/queue
   [junit4]   2> 	10	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1003571 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:33273/ttp, target: http://127.0.0.1:53594/ttp
   [junit4]   2> 1003571 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:48173/ttp, target: http://127.0.0.1:44131/ttp
   [junit4]   2> 1003571 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:47406/ttp, target: http://127.0.0.1:42861/ttp
   [junit4]   2> 1003571 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F54CFD45AD68D7CB]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:34659/ttp, target: http://127.0.0.1:37119/ttp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=F54CFD45AD68D7CB -Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Bangui -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  118s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34659/ttp","node_name":"127.0.0.1:34659_ttp","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:47406/ttp",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:47406_ttp"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:34659/ttp",
   [junit4]    >           "node_name":"127.0.0.1:34659_ttp",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:33273/ttp",
   [junit4]    >           "node_name":"127.0.0.1:33273_ttp",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F54CFD45AD68D7CB:7D18C29F0394BA33]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1003575 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F54CFD45AD68D7CB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F54CFD45AD68D7CB-001
   [junit4]   2> Oct 17, 2016 8:12:31 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {range_facet_l_dv=PostingsFormat(name=Direct), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Direct), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=MockRandom), range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=520, maxMBSortInHeap=5.833812066850708, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-OM, timezone=Africa/Bangui
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=101882848,total=465752064
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, TestSolrCLIRunExample, TestSolrConfigHandlerConcurrent, SoftAutoCommitTest, TestBM25SimilarityFactory, TestPartialUpdateDeduplication, SynonymTokenizerTest, TestLockTree, TimeZoneUtilsTest, TestManagedResourceStorage, AnalyticsMergeStrategyTest, TestImplicitCoreProperties, SyncSliceTest, BadCopyFieldTest, ExitableDirectoryReaderTest, TestShortCircuitedRequests, TestUseDocValuesAsStored, TestRemoteStreaming, ConnectionManagerTest, DistribDocExpirationUpdateProcessorTest, TestTolerantUpdateProcessorRandomCloud, SpatialRPTFieldTypeTest, TestAnalyzeInfixSuggestions, FileUtilsTest, SampleTest, TestPostingsSolrHighlighter, IndexSchemaRuntimeFieldTest, ClusterStateUpdateTest, TestStressReorder, MigrateRouteKeyTest, TestMissingGroups, SpatialHeatmapFacetsTest, TestSchemaSimilarityResource, OutOfBoxZkACLAndCredentialsProvidersTest, DocValuesMultiTest, SuggestComponentTest, TestXIncludeConfig, TestReplicationHandlerBackup, StatelessScriptUpdateProcessorFactoryTest, MBeansHandlerTest, OpenExchangeRatesOrgProviderTest, SpatialFilterTest, TestCollapseQParserPlugin, CdcrReplicationDistributedZkTest, TestQuerySenderNoQuery, TestRestoreCore, OverseerRolesTest, HLLUtilTest, TestAddFieldRealTimeGet, UniqFieldsUpdateProcessorFactoryTest, AddBlockUpdateTest, TestReloadDeadlock, TestWordDelimiterFilterFactory, TestLazyCores, QueryEqualityTest, PathHierarchyTokenizerFactoryTest, CollectionsAPIAsyncDistributedZkTest, SolrIndexConfigTest, TestHighlightDedupGrouping, SolrRequestParserTest, TestFieldTypeCollectionResource, ChangedSchemaMergeTest, HdfsCollectionsAPIDistributedZkTest, HdfsDirectoryTest, TestSort, SolrTestCaseJ4Test, DistributedQueueTest, TestFieldCollectionResource, AnalysisAfterCoreReloadTest, BaseCdcrDistributedZkTest, TestFieldCacheSort, SolrPluginUtilsTest, CurrencyFieldXmlFileTest, RankQueryTest, TestNumericTerms64, PolyFieldTest, SSLMigrationTest, DocumentBuilderTest, ForceLeaderTest, CursorPagingTest, DistributedFacetPivotSmallTest, TestRequestStatusCollectionAPI, TestSimpleQParserPlugin, TestHashQParserPlugin, HardAutoCommitTest, TermsComponentTest, TestBulkSchemaAPI, UUIDUpdateProcessorFallbackTest, TestCursorMarkWithoutUniqueKey, BasicAuthIntegrationTest, WrapperMergePolicyFactoryTest, TestConfigOverlay, HdfsBasicDistributedZk2Test, TestSolrDeletionPolicy1, TestRawTransformer, TestStandardQParsers, TestBinaryField, TestManagedSchemaThreadSafety, MoreLikeThisHandlerTest, DisMaxRequestHandlerTest, TestAuthorizationFramework, XsltUpdateRequestHandlerTest, BasicDistributedZkTest, TestRTGBase, AssignTest, TestOnReconnectListenerSupport, TestExtendedDismaxParser, SystemInfoHandlerTest, TestJettySolrRunner, TestNamedUpdateProcessors, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [263/638 (1!)] on J0 in 119.01s, 1 test, 1 failure <<< FAILURES!

[...truncated 61554 lines...]


[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 914 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/914/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	at __randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:3660CA4DF5ADB492]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:69440B791DFB7BDA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:130)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:315)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:332)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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(Thread.java:745)




Build Log:
[...truncated 11024 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_5EDFFF672537A67E-001/init-core-data-001
   [junit4]   2> 747955 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 747957 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_5EDFFF672537A67E-001/tempDir-001
   [junit4]   2> 747958 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 747958 INFO  (Thread-1453) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 747958 INFO  (Thread-1453) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 748058 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:52868
   [junit4]   2> 748069 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 748069 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 748073 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b64df9d{/solr,null,AVAILABLE}
   [junit4]   2> 748073 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@77c2423a{HTTP/1.1,[http/1.1]}{127.0.0.1:53368}
   [junit4]   2> 748073 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fcabb20{/solr,null,AVAILABLE}
   [junit4]   2> 748075 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@14788823{HTTP/1.1,[http/1.1]}{127.0.0.1:55539}
   [junit4]   2> 748075 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.Server Started @751765ms
   [junit4]   2> 748075 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.Server Started @751764ms
   [junit4]   2> 748075 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55539}
   [junit4]   2> 748075 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53368}
   [junit4]   2> 748075 ERROR (jetty-launcher-811-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 748075 ERROR (jetty-launcher-811-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T22:20:48.444Z
   [junit4]   2> 748077 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-17T22:20:48.444Z
   [junit4]   2> 748082 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 748082 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 748097 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52868/solr
   [junit4]   2> 748097 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52868/solr
   [junit4]   2> 748151 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55539_solr
   [junit4]   2> 748154 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.c.Overseer Overseer (id=96779819307958278-127.0.0.1:55539_solr-n_0000000000) starting
   [junit4]   2> 748170 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55539_solr
   [junit4]   2> 748175 INFO  (OverseerStateUpdate-96779819307958278-127.0.0.1:55539_solr-n_0000000000) [n:127.0.0.1:55539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 748177 INFO  (zkCallback-821-thread-1-processing-n:127.0.0.1:53368_solr) [n:127.0.0.1:53368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 748183 INFO  (jetty-launcher-811-thread-2) [n:127.0.0.1:53368_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53368_solr
   [junit4]   2> 748193 INFO  (zkCallback-821-thread-1-processing-n:127.0.0.1:53368_solr) [n:127.0.0.1:53368_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 748193 INFO  (zkCallback-822-thread-2-processing-n:127.0.0.1:55539_solr) [n:127.0.0.1:55539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 748203 INFO  (jetty-launcher-811-thread-2) [n:127.0.0.1:53368_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 748218 INFO  (jetty-launcher-811-thread-2) [n:127.0.0.1:53368_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 748244 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 748244 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 748325 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 748325 INFO  (jetty-launcher-811-thread-2) [n:127.0.0.1:53368_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 748354 INFO  (jetty-launcher-811-thread-1-EventThread) [n:127.0.0.1:55539_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 748356 INFO  (jetty-launcher-811-thread-2-EventThread) [n:127.0.0.1:53368_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 748521 INFO  (jetty-launcher-811-thread-1) [n:127.0.0.1:55539_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_5EDFFF672537A67E-001/tempDir-001/node1/.
   [junit4]   2> 748532 INFO  (jetty-launcher-811-thread-2) [n:127.0.0.1:53368_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_5EDFFF672537A67E-001/tempDir-001/node2/.
   [junit4]   2> 748597 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 748675 INFO  (qtp1554006542-5618) [n:127.0.0.1:55539_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 748675 INFO  (qtp1554006542-5618) [n:127.0.0.1:55539_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 748700 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748711 INFO  (qtp1558156402-5611) [n:127.0.0.1:53368_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 748711 INFO  (qtp1558156402-5611) [n:127.0.0.1:53368_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 748721 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 748725 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748727 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 748760 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 748782 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748786 INFO  (qtp1554006542-5622) [n:127.0.0.1:55539_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6JoigFX-MgmaAIDFFgjxtbV0Ov8a9p2W2d1qVNW_eJ9B3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 748786 INFO  (qtp1554006542-5622) [n:127.0.0.1:55539_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6JoigFX-MgmaAIDFFgjxtbV0Ov8a9p2W2d1qVNW_eJ9B3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 748787 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 748820 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 748846 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenCancelFail -Dtests.seed=5EDFFF672537A67E -Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<404>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:3660CA4DF5ADB492]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 748888 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 748899 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 748934 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 748943 WARN  (qtp1554006542-5622) [n:127.0.0.1:55539_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 748944 WARN  (qtp1554006542-5622) [n:127.0.0.1:55539_solr    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 748944 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748946 WARN  (qtp1558156402-5619) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 748946 WARN  (qtp1558156402-5619) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 748946 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748959 WARN  (qtp1554006542-5608) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 748959 WARN  (qtp1554006542-5608) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 748959 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748960 WARN  (qtp1558156402-5607) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 748961 WARN  (qtp1558156402-5607) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 748961 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 748961 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 748996 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 749015 WARN  (qtp1554006542-5612) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar is trying to renew a token with wrong password
   [junit4]   2> 749015 WARN  (qtp1554006542-5612) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.kerberosplugin.requestcontinues
   [junit4]   2> 749016 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 749016 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenRenew -Dtests.seed=5EDFFF672537A67E -Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:69440B791DFB7BDA]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:130)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:315)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:332)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 749064 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 749069 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 749075 INFO  (qtp1554006542-5614) [n:127.0.0.1:55539_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 749076 INFO  (qtp1554006542-5614) [n:127.0.0.1:55539_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 749076 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1476778849441&s=6wHgH93l9qLYNTZojXA8e8hz/10="; Path=/; Domain=127.0.0.1; Expires= , 18-   -2016 08:20:49 GMT; HttpOnly". Invalid 'expires' attribute: , 18- -2016 08:20:49 GMT
   [junit4]   2> 749079 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 749123 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 749141 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 749146 ERROR (qtp1554006542-5621) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 749162 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 749165 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 749171 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 749183 ERROR (qtp1558156402-5619) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 749188 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 749192 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-   -1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
   [junit4]   2> 749192 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 749194 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@14788823{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 749195 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1087392872
   [junit4]   2> 749196 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@77c2423a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 749199 INFO  (jetty-launcher-811-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1882961
   [junit4]   2> 749207 INFO  (jetty-launcher-811-thread-2) [    ] o.a.s.c.Overseer Overseer (id=96779819307958278-127.0.0.1:55539_solr-n_0000000000) closing
   [junit4]   2> 749207 INFO  (OverseerStateUpdate-96779819307958278-127.0.0.1:55539_solr-n_0000000000) [n:127.0.0.1:55539_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55539_solr
   [junit4]   2> 749212 ERROR (Thread[Thread-1473,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:53368_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 749227 INFO  (jetty-launcher-811-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b64df9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 750711 WARN  (zkCallback-822-thread-1-processing-n:127.0.0.1:55539_solr) [n:127.0.0.1:55539_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 750712 ERROR (Thread[Thread-1470,5,TGRP-TestSolrCloudWithDelegationTokens]) [n:127.0.0.1:55539_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 750717 INFO  (jetty-launcher-811-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2fcabb20{/solr,null,UNAVAILABLE}
   [junit4]   2> 750719 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52868 52868
   [junit4]   2> 750742 INFO  (Thread-1453) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52868 52868
   [junit4]   2> 750744 WARN  (Thread-1453) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 750744 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_5EDFFF672537A67E-001
   [junit4]   2> Oct 17, 2016 10:20:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2036, maxMBSortInHeap=7.644908529861745, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-OM, timezone=Africa/Monrovia
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=129226080,total=434110464
   [junit4]   2> NOTE: All tests run in this JVM: [TestNamedUpdateProcessors, DateFieldTest, CdcrRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestMacros, TestSolrJ, GraphQueryTest, TestSort, PrimUtilsTest, DistributedQueryElevationComponentTest, TestRandomCollapseQParserPlugin, TestCloudSchemaless, XmlUpdateRequestHandlerTest, TestRequestStatusCollectionAPI, DocumentBuilderTest, UniqFieldsUpdateProcessorFactoryTest, TestHashQParserPlugin, TestRawTransformer, BitVectorTest, TestSolrDeletionPolicy1, TestReplicaProperties, DistributedQueueTest, TestStressVersions, OverseerRolesTest, TestSQLHandlerNonCloud, TestReRankQParserPlugin, UnloadDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestHdfsCloudBackupRestore, TestGroupingSearch, HdfsRecoverLeaseTest, CdcrReplicationDistributedZkTest, MultiTermTest, DistribDocExpirationUpdateProcessorTest, RankQueryTest, TestFastOutputStream, QueryElevationComponentTest, DeleteLastCustomShardedReplicaTest, TestDownShardTolerantSearch, CloudMLTQParserTest, TestManagedSchemaThreadSafety, IndexSchemaRuntimeFieldTest, DocValuesMissingTest, HdfsBasicDistributedZk2Test, ForceLeaderTest, TestHighlightDedupGrouping, LeaderFailoverAfterPartitionTest, TestPseudoReturnFields, ZkStateReaderTest, HighlighterMaxOffsetTest, TestSolrConfigHandlerConcurrent, TestFastLRUCache, TestCollectionAPI, MoreLikeThisHandlerTest, TestRTGBase, BadCopyFieldTest, TestImplicitCoreProperties, RequestLoggingTest, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsDirectoryTest, TestExtendedDismaxParser, OverseerCollectionConfigSetProcessorTest, TestStandardQParsers, SSLMigrationTest, TestSchemaNameResource, TestSurroundQueryParser, DocValuesTest, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [150/638 (1!)] on J0 in 3.82s, 8 tests, 2 failures <<< FAILURES!

[...truncated 61920 lines...]