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 2015/12/25 00:05:41 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_66) - Build # 15314 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15314/
Java: 32bit/jdk1.8.0_66 -client -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_replica2","base_url":"http://127.0.0.1:34510/_q/g","node_name":"127.0.0.1:34510__q%2Fg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:39894/_q/g",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:39894__q%2Fg"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:34510/_q/g",           "node_name":"127.0.0.1:34510__q%2Fg",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:53773/_q/g",           "node_name":"127.0.0.1:53773__q%2Fg",           "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_replica2","base_url":"http://127.0.0.1:34510/_q/g","node_name":"127.0.0.1:34510__q%2Fg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:39894/_q/g",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:39894__q%2Fg"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:34510/_q/g",
          "node_name":"127.0.0.1:34510__q%2Fg",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:53773/_q/g",
          "node_name":"127.0.0.1:53773__q%2Fg",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([EEC288BDACC9549F:6696B76702353967]: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:171)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:965)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10335 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/init-core-data-001
   [junit4]   2> 741484 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[EEC288BDACC9549F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_q/g
   [junit4]   2> 741486 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 741486 INFO  (Thread-2382) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 741486 INFO  (Thread-2382) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 741586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkTestServer start zk server on port:50319
   [junit4]   2> 741587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 741588 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741590 INFO  (zkCallback-957-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b491d2 name:ZooKeeperConnection Watcher:127.0.0.1:50319 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741591 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 741591 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 741593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 741593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741594 INFO  (zkCallback-958-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a8743 name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 741595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 741597 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 741599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 741601 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 741602 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 741603 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 741605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 741606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 741608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 741608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 741609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 741610 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 741611 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 741612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 741613 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 741613 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 741615 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 741616 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 741617 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 741617 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 741619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 741619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 741621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 741621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 741622 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 741623 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 741689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1
   [junit4]   2> 741692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 741693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1eaf8fb{/_q/g,null,AVAILABLE}
   [junit4]   2> 741696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1a79e29{HTTP/1.1,[http/1.1]}{127.0.0.1:34220}
   [junit4]   2> 741696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.Server Started @742957ms
   [junit4]   2> 741696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/tempDir-001/control/data, hostContext=/_q/g, hostPort=53773, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores}
   [junit4]   2> 741696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 741697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001'
   [junit4]   2> 741697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 741697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 741697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 741698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741699 INFO  (zkCallback-959-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fb657 name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741700 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 741700 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 741700 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/solr.xml
   [junit4]   2> 741706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores
   [junit4]   2> 741706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer New CoreContainer 29605696
   [junit4]   2> 741706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001]
   [junit4]   2> 741706 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/lib
   [junit4]   2> 741706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 741708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 741709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 741709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 741709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50319/solr
   [junit4]   2> 741709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 741709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 741710 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741711 INFO  (zkCallback-962-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c62a0 name:ZooKeeperConnection Watcher:127.0.0.1:50319 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 741713 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 741714 INFO  (zkCallback-963-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@789654 name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 741714 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 741715 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 741717 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 741719 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 741721 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 741722 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 741724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 741725 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 741726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 741727 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 741728 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53773__q%2Fg
   [junit4]   2> 741728 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53773__q%2Fg
   [junit4]   2> 741730 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 741731 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 741732 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 741733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000
   [junit4]   2> 741733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53773__q%2Fg
   [junit4]   2> 741733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 741735 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer Overseer (id=95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) starting
   [junit4]   2> 741736 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 741741 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 741742 INFO  (OverseerCollectionConfigSetProcessor-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 741742 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 741742 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 741793 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 741793 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 741794 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores
   [junit4]   2> 741795 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 741795 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1
   [junit4]   2> 741796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 741796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 741796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 741797 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 741797 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 741798 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:53773__q%2Fg",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 741799 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 741799 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:53773__q%2Fg",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 741800 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 741800 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 741801 INFO  (zkCallback-963-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 742800 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 742800 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 742800 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 742800 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 742801 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 742801 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1'
   [junit4]   2> 742801 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 742801 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 742803 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 742813 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 742818 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 742829 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 742839 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 742989 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 742996 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 742997 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 743010 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 743013 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 743017 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 743017 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 743017 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 743017 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 743018 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 743018 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 743019 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 743019 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 743020 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 743020 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/]
   [junit4]   2> 743020 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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@d78e7c
   [junit4]   2> 743021 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data
   [junit4]   2> 743021 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/index/
   [junit4]   2> 743021 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 743021 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/index
   [junit4]   2> 743022 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1825578185, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 743023 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3d3240 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cd8cd9),segFN=segments_1,generation=1}
   [junit4]   2> 743023 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 743023 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/
   [junit4]   2> 743024 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 743027 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 743028 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 743029 WARN  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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> 743031 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 743032 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 743033 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 743034 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 743041 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 743041 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 743042 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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> 743042 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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> 743042 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 743042 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 743043 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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=15, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=4.4326171875, floorSegmentMB=1.361328125, forceMergeDeletesPctAllowed=28.993561002505924, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6872579755036203
   [junit4]   2> 743044 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3d3240 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cd8cd9),segFN=segments_1,generation=1}
   [junit4]   2> 743044 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 743044 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@b4142d[collection1] main
   [junit4]   2> 743044 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 743045 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 743045 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 743045 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 743045 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 743045 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 743046 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 743046 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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> 743046 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 743046 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 743047 INFO  (searcherExecutor-2558-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b4142d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 743047 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 743047 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 743047 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 743047 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg 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 1521480803449569280
   [junit4]   2> 743049 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1521480803449569280
   [junit4]   2> 743049 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 743050 INFO  (coreLoadExecutor-2557-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 743050 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:53773/_q/g collection:control_collection shard:shard1
   [junit4]   2> 743051 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 743055 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95092550113427460-core_node1-n_0000000000
   [junit4]   2> 743055 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 743057 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 743057 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg 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> 743057 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53773/_q/g/collection1/
   [junit4]   2> 743057 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 743057 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53773/_q/g/collection1/ has no replicas
   [junit4]   2> 743057 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 743058 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 743060 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 743062 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg 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:53773/_q/g/collection1/ shard1
   [junit4]   2> 743064 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 743166 INFO  (zkCallback-963-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 743214 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53773/_q/g/collection1/ and leader is http://127.0.0.1:53773/_q/g/collection1/
   [junit4]   2> 743214 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53773/_q/g
   [junit4]   2> 743214 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 743214 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 743214 INFO  (coreZkRegister-2551-thread-1-processing-n:127.0.0.1:53773__q%2Fg x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53773__q%2Fg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 743216 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:53773__q%2Fg",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 743217 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:53773__q%2Fg",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 743299 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 743300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 743301 INFO  (zkCallback-965-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c460ad name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 743301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 743301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 743303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 743303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 743303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 743304 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 743304 INFO  (zkCallback-966-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11ecf9f name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 743305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 743307 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 743307 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 743308 INFO  (zkCallback-965-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 743308 INFO  (zkCallback-963-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 743392 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores/collection1
   [junit4]   2> 743392 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001
   [junit4]   2> 743393 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 743394 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1dd1333{/_q/g,null,AVAILABLE}
   [junit4]   2> 743395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c6046e{HTTP/1.1,[http/1.1]}{127.0.0.1:36063}
   [junit4]   2> 743395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.e.j.s.Server Started @744657ms
   [junit4]   2> 743395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_q/g, hostPort=39894, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores}
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001'
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 743396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 743398 INFO  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e0cbd9 name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743398 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 743398 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 743399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 743400 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/solr.xml
   [junit4]   2> 743410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores
   [junit4]   2> 743410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer New CoreContainer 2322775
   [junit4]   2> 743410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001]
   [junit4]   2> 743411 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/lib
   [junit4]   2> 743412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 743414 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 743415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 743415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50319/solr
   [junit4]   2> 743415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 743415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 743416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 743417 INFO  (zkCallback-970-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d1325e name:ZooKeeperConnection Watcher:127.0.0.1:50319 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 743418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 743420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 743421 INFO  (zkCallback-971-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f7e9b name:ZooKeeperConnection Watcher:127.0.0.1:50319/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 743421 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 743426 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 743427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 744433 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39894__q%2Fg
   [junit4]   2> 744433 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39894__q%2Fg
   [junit4]   2> 744434 INFO  (zkCallback-965-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 744434 INFO  (zkCallback-963-thread-1-processing-n:127.0.0.1:53773__q%2Fg) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 744434 INFO  (zkCallback-971-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 744435 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 744436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95092550113427465-127.0.0.1:39894__q%2Fg-n_0000000001
   [junit4]   2> 744436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000 to know if I could be the leader
   [junit4]   2> 744462 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 744463 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 744463 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores
   [junit4]   2> 744464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 744464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores/collection1
   [junit4]   2> 744464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 744465 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 744465 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 744465 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 744465 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 744467 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 744467 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 744467 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39894/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:39894__q%2Fg",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 744468 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 744468 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 744468 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39894/_q/g",
   [junit4]   2>   "node_name":"127.0.0.1:39894__q%2Fg",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 744468 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 744468 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 744570 INFO  (OverseerStateUpdate-95092550113427460-127.0.0.1:53773__q%2Fg-n_0000000000) [n:127.0.0.1:53773__q%2Fg    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 744570 INFO  (zkCallback-971-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 744571 INFO  (zkCallback-971-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 745469 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 745469 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 745469 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 745469 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 745470 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 745470 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001/shard-1-001/cores/collection1'
   [junit4]   2> 745470 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 745470 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 745471 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 745481 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 745485 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 745496 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 745515 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 745660 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 745668 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 745669 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 745680 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 745683 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 745686 INFO  (coreLoadExecutor-2568-thread-1-processing-n:127.0.0.1:39894__q%2Fg) [n:127.0.0.1:39894__q%2Fg c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [j

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

topped o.e.j.s.ServletContextHandler@15326a4{/_q/g,null,UNAVAILABLE}
   [junit4]   2> 862050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50319 50319
   [junit4]   2> 862064 INFO  (Thread-2382) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:50319 50319
   [junit4]   2> 862065 WARN  (Thread-2382) [    ] 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> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 862065 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:55154/_q/g, target: http://127.0.0.1:59188/_q/g
   [junit4]   2> 862065 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:39894/_q/g, target: http://127.0.0.1:36063/_q/g
   [junit4]   2> 862065 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53773/_q/g, target: http://127.0.0.1:34220/_q/g
   [junit4]   2> 862065 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[EEC288BDACC9549F]) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:34510/_q/g, target: http://127.0.0.1:39812/_q/g
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=EEC288BDACC9549F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  121s J1 | 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_replica2","base_url":"http://127.0.0.1:34510/_q/g","node_name":"127.0.0.1:34510__q%2Fg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
   [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:39894/_q/g",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:39894__q%2Fg"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:34510/_q/g",
   [junit4]    >           "node_name":"127.0.0.1:34510__q%2Fg",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:53773/_q/g",
   [junit4]    >           "node_name":"127.0.0.1:53773__q%2Fg",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EEC288BDACC9549F:6696B76702353967]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:171)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 862069 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[EEC288BDACC9549F]-worker) [n:127.0.0.1:55154__q%2Fg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_EEC288BDACC9549F-001
   [junit4]   2> Dec 24, 2015 10:48:04 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=MockRandom), text=FST50, range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=mt, timezone=Pacific/Palau
   [junit4]   2> NOTE: Linux 3.19.0-42-generic i386/Oracle Corporation 1.8.0_66 (32-bit)/cpus=12,threads=1,free=94257136,total=278421504
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, TestCollectionAPI, OpenCloseCoreStressTest, SolrIndexSplitterTest, DocExpirationUpdateProcessorFactoryTest, TestExceedMaxTermLength, TestAuthenticationFramework, TestLRUStatsCache, DistributedVersionInfoTest, CleanupOldIndexTest, SimplePostToolTest, TestRestManager, OverseerStatusTest, MultiTermTest, TestSurroundQueryParser, ShardRoutingCustomTest, OverriddenZkACLAndCredentialsProvidersTest, HdfsLockFactoryTest, TestAnalyzeInfixSuggestions, CachingDirectoryFactoryTest, TestQuerySenderNoQuery, TestSortingResponseWriter, TestBM25SimilarityFactory, TestImplicitCoreProperties, TestQueryUtils, TestCopyFieldCollectionResource, MBeansHandlerTest, MoreLikeThisHandlerTest, TestCodecSupport, ZkControllerTest, TestQueryTypes, SolrIndexConfigTest, FileUtilsTest, TestRebalanceLeaders, BlockDirectoryTest, TestAuthorizationFramework, TestConfigSetProperties, TestLMJelinekMercerSimilarityFactory, FastVectorHighlighterTest, AddSchemaFieldsUpdateProcessorFactoryTest, TriLevelCompositeIdRoutingTest, InfoHandlerTest, TestPerFieldSimilarityWithDefaultOverride, SpellPossibilityIteratorTest, TestDocumentBuilder, HdfsCollectionsAPIDistributedZkTest, CollectionStateFormat2Test, TestSolrConfigHandler, TestReRankQParserPlugin, DistanceFunctionTest, BitVectorTest, MigrateRouteKeyTest, WordBreakSolrSpellCheckerTest, SolrPluginUtilsTest, TestSchemaVersionResource, SimpleCollectionCreateDeleteTest, PreAnalyzedUpdateProcessorTest, TestHashQParserPlugin, TestStressVersions, TestSolrCoreProperties, TestSystemIdResolver, TestDownShardTolerantSearch, TermsComponentTest, TestManagedSchema, TestQuerySenderListener, JavabinLoaderTest, ConvertedLegacyTest, TestSolrDeletionPolicy2, GraphQueryTest, AnalyticsQueryTest, SolrCmdDistributorTest, DistributedSuggestComponentTest, TestLeaderInitiatedRecoveryThread, TestMacros, TestSchemaNameResource, ClusterStateUpdateTest, RequestLoggingTest, DistributedIntervalFacetingTest, TestUpdate, OpenExchangeRatesOrgProviderTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [258/571 (1!)] on J1 in 121.63s, 1 test, 1 failure <<< FAILURES!

[...truncated 1030 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:784: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:728: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1436: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:991: There were test failures: 571 suites (8 ignored), 2276 tests, 1 failure, 114 ignored (70 assumptions) [seed: EEC288BDACC9549F]

Total time: 56 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+95) - Build # 15315 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15315/
Java: 64bit/jdk-9-ea+95 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-CompactStrings

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest

Error Message:
9 threads leaked from SUITE scope at org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest:     1) Thread[id=158, name=CloudSolrClient ThreadPool-28-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    2) Thread[id=157, name=zkCallback-29-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    3) Thread[id=184, name=zkCallback-29-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    4) Thread[id=155, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441), state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)    5) Thread[id=186, name=zkCallback-29-thread-4, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    6) Thread[id=159, name=CloudSolrClient ThreadPool-28-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    7) Thread[id=156, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-EventThread, state=WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:178)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2061)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)    8) Thread[id=160, name=CloudSolrClient ThreadPool-28-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    9) Thread[id=185, name=zkCallback-29-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest: 
   1) Thread[id=158, name=CloudSolrClient ThreadPool-28-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   2) Thread[id=157, name=zkCallback-29-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   3) Thread[id=184, name=zkCallback-29-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   4) Thread[id=155, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441), state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   5) Thread[id=186, name=zkCallback-29-thread-4, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   6) Thread[id=159, name=CloudSolrClient ThreadPool-28-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   7) Thread[id=156, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-EventThread, state=WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:178)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2061)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   8) Thread[id=160, name=CloudSolrClient ThreadPool-28-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   9) Thread[id=185, name=zkCallback-29-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
	at __randomizedtesting.SeedInfo.seed([432430E7654B68DF]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=158, name=CloudSolrClient ThreadPool-28-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    2) Thread[id=157, name=zkCallback-29-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    3) Thread[id=184, name=zkCallback-29-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    4) Thread[id=155, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441), state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)    5) Thread[id=186, name=zkCallback-29-thread-4, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    6) Thread[id=159, name=CloudSolrClient ThreadPool-28-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    7) Thread[id=160, name=CloudSolrClient ThreadPool-28-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)    8) Thread[id=185, name=zkCallback-29-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:747)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=158, name=CloudSolrClient ThreadPool-28-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   2) Thread[id=157, name=zkCallback-29-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   3) Thread[id=184, name=zkCallback-29-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   4) Thread[id=155, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441), state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   5) Thread[id=186, name=zkCallback-29-thread-4, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   6) Thread[id=159, name=CloudSolrClient ThreadPool-28-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   7) Thread[id=160, name=CloudSolrClient ThreadPool-28-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
   8) Thread[id=185, name=zkCallback-29-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:747)
	at __randomizedtesting.SeedInfo.seed([432430E7654B68DF]:0)


FAILED:  org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:47554/collection1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:47554/collection1
	at __randomizedtesting.SeedInfo.seed([432430E7654B68DF:CB700F3DCBB70527]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:635)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:982)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:107)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:72)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:86)
	at org.apache.solr.morphlines.solr.SolrClientDocumentLoader.loadBatch(SolrClientDocumentLoader.java:92)
	at org.apache.solr.morphlines.solr.SolrClientDocumentLoader.load(SolrClientDocumentLoader.java:72)
	at org.apache.solr.morphlines.solr.LoadSolrBuilder$LoadSolr.doProcess(LoadSolrBuilder.java:121)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.Connector.process(Connector.java:64)
	at org.kitesdk.morphline.stdlib.LogDebugBuilder$LogDebug.doProcess(LogDebugBuilder.java:58)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.Connector.process(Connector.java:64)
	at org.kitesdk.morphline.base.AbstractCommand.doProcess(AbstractCommand.java:181)
	at org.apache.solr.morphlines.solr.SanitizeUnknownSolrFieldsBuilder$SanitizeUnknownSolrFields.doProcess(SanitizeUnknownSolrFieldsBuilder.java:94)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.Connector.process(Connector.java:64)
	at org.kitesdk.morphline.base.AbstractCommand.doProcess(AbstractCommand.java:181)
	at org.kitesdk.morphline.stdlib.ConvertTimestampBuilder$ConvertTimestamp.doProcess(ConvertTimestampBuilder.java:161)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.Connector.process(Connector.java:64)
	at org.kitesdk.morphline.avro.ExtractAvroPathsBuilder$ExtractAvroPaths.doProcess(ExtractAvroPathsBuilder.java:143)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.Connector.process(Connector.java:64)
	at org.kitesdk.morphline.avro.ReadAvroContainerBuilder$ReadAvroContainer.extract(ReadAvroContainerBuilder.java:160)
	at org.kitesdk.morphline.avro.ReadAvroContainerBuilder$ReadAvroContainer.doProcess(ReadAvroContainerBuilder.java:137)
	at org.kitesdk.morphline.stdio.AbstractParser.doProcess(AbstractParser.java:96)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.kitesdk.morphline.base.AbstractCommand.doProcess(AbstractCommand.java:181)
	at org.kitesdk.morphline.base.AbstractCommand.process(AbstractCommand.java:156)
	at org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest.test(SolrMorphlineZkAvroTest.java:72)
	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:520)
	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:965)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:747)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:47554/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:608)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:605)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
	... 1 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
	... 11 more




Build Log:
[...truncated 19387 lines...]
   [junit4] Suite: org.apache.solr.morphlines.solr.SolrMorphlineZkAvroTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/test/J2/temp/solr.morphlines.solr.SolrMorphlineZkAvroTest_432430E7654B68DF-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-SolrMorphlineZkAvroTest-seed#[432430E7654B68DF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 19   INFO  (SUITE-SolrMorphlineZkAvroTest-seed#[432430E7654B68DF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 192  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 212  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 212  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 242  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
   [junit4]   2> 242  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:host.name=serv1
   [junit4]   2> 242  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.version=9-ea
   [junit4]   2> 243  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.vendor=Oracle Corporation
   [junit4]   2> 243  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.home=/home/jenkins/tools/java/64bit/jdk-9-ea+95
   [junit4]   2> 243  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.class.path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/classes/test:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/test-framework/lib/junit4-ant-2.3.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/src/test-files:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/backward-codecs/lucene-backward-codecs-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/expressions/lucene-expressions-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/join/lucene-join-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/sandbox/lucene-sandbox-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/asm-5.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/asm-commons-5.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/caffeine-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-configuration-1.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-exec-1.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/dom4j-1.6.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-14.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-annotations-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-auth-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-hdfs-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hppc-0.7.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/htrace-core-3.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jackson-core-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/joda-time-2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/log4j-1.2.17.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/presto-parser-0.122.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/protobuf-java-2.5.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/slf4j-log4j12-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/slice-0.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/t-digest-3.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-continuation-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-deploy-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-http-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-io-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-jmx-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-rewrite-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-security-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-server-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-servlet-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-servlets-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-util-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-webapp-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-xml-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/config-1.0.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/kite-morphlines-avro-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/kite-morphlines-core-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/metrics-core-3.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/metrics-healthchecks-3.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-cell/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/apache-mime4j-dom-0.7.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/aspectjrt-1.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/bcmail-jdk15-1.45.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/bcprov-jdk15-1.45.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/boilerpipe-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/commons-compress-1.8.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/fontbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/icu4j-54.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/isoparser-1.0.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/java-libpst-0.8.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jdom-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jempbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jmatio-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/juniversalchardet-1.0.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/metadata-extractor-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/pdfbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-ooxml-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-ooxml-schemas-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-scratchpad-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/rome-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tagsoup-1.2.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-core-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-java7-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-parsers-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-xmp-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/vorbis-java-core-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/vorbis-java-tika-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xercesImpl-2.9.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xmlbeans-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xmpcore-5.1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xz-1.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/aopalliance-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/avro-1.7.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/curator-client-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/curator-framework-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/guice-3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/guice-servlet-3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-common-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-app-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-core-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-hs-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-jobclient-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-jobclient-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-shuffle-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-api-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-client-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-applicationhistoryservice-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-nodemanager-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-resourcemanager-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-tests-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-web-proxy-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-annotations-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-core-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-core-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-databind-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-jaxrs-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-mapper-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/javax.inject-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jaxb-impl-2.2.3-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-bundle-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-guice-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-json-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Sol
   [junit4]   2> r-trunk-Linux/solr/contrib/morphlines-core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/kite-morphlines-core-1.1.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/kite-morphlines-core-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldb-0.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldb-api-0.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldbjni-1.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/mockito-core-1.9.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/mrunit-1.0.0-hadoop2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/netty-3.7.0.Final.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/objenesis-1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/paranamer-2.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/snappy-java-1.0.5.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar
   [junit4]   2> 250  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
   [junit4]   2> 250  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.io.tmpdir=./temp
   [junit4]   2> 250  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:java.compiler=<NA>
   [junit4]   2> 250  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:os.name=Linux
   [junit4]   2> 250  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:os.arch=amd64
   [junit4]   2> 251  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:os.version=3.19.0-42-generic
   [junit4]   2> 251  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:user.name=jenkins
   [junit4]   2> 251  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:user.home=/var/lib/jenkins
   [junit4]   2> 251  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Server environment:user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/test/J2
   [junit4]   2> 269  INFO  (Thread-1) [    ] o.a.z.s.ZooKeeperServer Created server with tickTime 1000 minSessionTimeout 2000 maxSessionTimeout 20000 datadir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/test/J2/temp/solr.morphlines.solr.SolrMorphlineZkAvroTest_432430E7654B68DF-001/tempDir-002/zookeeper/server1/data/version-2 snapdir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/test/J2/temp/solr.morphlines.solr.SolrMorphlineZkAvroTest_432430E7654B68DF-001/tempDir-002/zookeeper/server1/data/version-2
   [junit4]   2> 275  INFO  (Thread-1) [    ] o.a.z.s.NIOServerCnxnFactory binding to port 0.0.0.0/0.0.0.0:0
   [junit4]   2> 311  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.ZkTestServer start zk server on port:60441
   [junit4]   2> 331  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 347  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
   [junit4]   2> 348  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:host.name=serv1
   [junit4]   2> 348  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.version=9-ea
   [junit4]   2> 348  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.vendor=Oracle Corporation
   [junit4]   2> 348  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.home=/home/jenkins/tools/java/64bit/jdk-9-ea+95
   [junit4]   2> 348  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.class.path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/classes/test:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/test-framework/lib/junit4-ant-2.3.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/src/test-files:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/backward-codecs/lucene-backward-codecs-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/expressions/lucene-expressions-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/join/lucene-join-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/sandbox/lucene-sandbox-6.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/asm-5.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/asm-commons-5.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/caffeine-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-configuration-1.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-exec-1.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/dom4j-1.6.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-14.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-annotations-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-auth-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hadoop-hdfs-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/hppc-0.7.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/htrace-core-3.0.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jackson-core-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/joda-time-2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/log4j-1.2.17.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/presto-parser-0.122.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/protobuf-java-2.5.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/slf4j-log4j12-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/slice-0.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/t-digest-3.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.7.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-continuation-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-deploy-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-http-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-io-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-jmx-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-rewrite-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-security-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-server-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-servlet-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-servlets-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-util-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-webapp-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/server/lib/jetty-xml-9.3.6.v20151106.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/config-1.0.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/kite-morphlines-avro-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/kite-morphlines-core-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/metrics-core-3.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/lib/metrics-healthchecks-3.0.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-cell/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/apache-mime4j-dom-0.7.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/aspectjrt-1.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/bcmail-jdk15-1.45.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/bcprov-jdk15-1.45.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/boilerpipe-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/commons-compress-1.8.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/fontbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/icu4j-54.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/isoparser-1.0.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/java-libpst-0.8.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jdom-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jempbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/jmatio-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/juniversalchardet-1.0.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/metadata-extractor-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/pdfbox-1.8.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-ooxml-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-ooxml-schemas-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/poi-scratchpad-3.11.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/rome-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tagsoup-1.2.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-core-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-java7-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-parsers-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/tika-xmp-1.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/vorbis-java-core-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/vorbis-java-tika-0.6.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xercesImpl-2.9.1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xmlbeans-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xmpcore-5.1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/extraction/lib/xz-1.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/aopalliance-1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/avro-1.7.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/curator-client-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/curator-framework-2.8.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/guice-3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/guice-servlet-3.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-common-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-app-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-core-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-hs-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-jobclient-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-jobclient-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-mapreduce-client-shuffle-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-api-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-client-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-applicationhistoryservice-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-common-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-nodemanager-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-resourcemanager-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-tests-2.6.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/hadoop-yarn-server-web-proxy-2.6.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-annotations-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-core-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-core-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-databind-2.5.4.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-jaxrs-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jackson-mapper-asl-1.9.13.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/javax.inject-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jaxb-impl-2.2.3-1.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-bundle-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-guice-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-json-1.9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jersey-server-1
   [junit4]   2> .9.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/kite-morphlines-core-1.1.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/kite-morphlines-core-1.1.0.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldb-0.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldb-api-0.7.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/leveldbjni-1.8.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/mockito-core-1.9.5.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/mrunit-1.0.0-hadoop2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/netty-3.7.0.Final.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/objenesis-1.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/paranamer-2.3.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/contrib/morphlines-core/test-lib/snappy-java-1.0.5.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.io.tmpdir=./temp
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:java.compiler=<NA>
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:os.name=Linux
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:os.arch=amd64
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:os.version=3.19.0-42-generic
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:user.name=jenkins
   [junit4]   2> 354  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:user.home=/var/lib/jenkins
   [junit4]   2> 355  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Client environment:user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/contrib/solr-morphlines-core/test/J2
   [junit4]   2> 356  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Initiating client connection, connectString=127.0.0.1:60441 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.SolrZkClient$3@1e47953
   [junit4]   2> 381  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 383  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Opening socket connection to server 127.0.0.1/127.0.0.1:60441. Will not attempt to authenticate using SASL (unknown error)
   [junit4]   2> 387  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Socket connection established to 127.0.0.1/127.0.0.1:60441, initiating session
   [junit4]   2> 387  INFO  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Accepted socket connection from /127.0.0.1:59009
   [junit4]   2> 399  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 399  INFO  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Closed socket connection for client /127.0.0.1:59009 (no session established for client)
   [junit4]   2> 399  INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect
   [junit4]   2> 1735 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Opening socket connection to server 127.0.0.1/127.0.0.1:60441. Will not attempt to authenticate using SASL (unknown error)
   [junit4]   2> 1736 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Socket connection established to 127.0.0.1/127.0.0.1:60441, initiating session
   [junit4]   2> 1736 INFO  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Accepted socket connection from /127.0.0.1:59016
   [junit4]   2> 1739 INFO  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.ZooKeeperServer Client attempting to establish new session at /127.0.0.1:59016
   [junit4]   2> 1743 INFO  (SyncThread:0) [    ] o.a.z.s.p.FileTxnLog Creating new log file: log.1
   [junit4]   2> 1756 INFO  (SyncThread:0) [    ] o.a.z.s.ZooKeeperServer Established session 0x151d6bb42380000 with negotiated timeout 10000 for client /127.0.0.1:59016
   [junit4]   2> 1756 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Session establishment complete on server 127.0.0.1/127.0.0.1:60441, sessionid = 0x151d6bb42380000, negotiated timeout = 10000
   [junit4]   2> 1765 INFO  (zkCallback-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48abd90a name:ZooKeeperConnection Watcher:127.0.0.1:60441 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1766 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1769 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1771 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1809 INFO  (ProcessThread(sid:0 cport:-1):) [    ] o.a.z.s.PrepRequestProcessor Processed session termination for sessionid: 0x151d6bb42380000
   [junit4]   2> 1810 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-EventThread) [    ] o.a.z.ClientCnxn EventThread shut down
   [junit4]   2> 1810 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Session: 0x151d6bb42380000 closed
   [junit4]   2> 1811 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1811 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.z.ZooKeeper Initiating client connection, connectString=127.0.0.1:60441/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.SolrZkClient$3@55f1d77e
   [junit4]   2> 1815 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151d6bb42380000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:747)
   [junit4]   2> 1836 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1838 INFO  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Closed socket connection for client /127.0.0.1:59016 which had sessionid 0x151d6bb42380000
   [junit4]   2> 1824 INFO  (TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441)) [    ] o.a.z.ClientCnxn Opening socket connection to server 127.0.0.1/127.0.0.1

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

ueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([432430E7654B68DF]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=158, name=CloudSolrClient ThreadPool-28-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    2) Thread[id=157, name=zkCallback-29-thread-1, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    3) Thread[id=184, name=zkCallback-29-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    4) Thread[id=155, name=TEST-SolrMorphlineZkAvroTest.test-seed#[432430E7654B68DF]-SendThread(127.0.0.1:60441), state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]    >    5) Thread[id=186, name=zkCallback-29-thread-4, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    6) Thread[id=159, name=CloudSolrClient ThreadPool-28-thread-2, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    7) Thread[id=160, name=CloudSolrClient ThreadPool-28-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    >    8) Thread[id=185, name=zkCallback-29-thread-3, state=TIMED_WAITING, group=TGRP-SolrMorphlineZkAvroTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:218)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:461)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1082)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:747)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([432430E7654B68DF]:0)
   [junit4] Completed [4/4 (1!)] on J2 in 43.67s, 1 test, 3 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:784: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:728: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:253: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1436: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:991: There were test failures: 4 suites, 5 tests, 2 suite-level errors, 1 error [seed: 432430E7654B68DF]

Total time: 54 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any