You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/13 13:27:35 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 1212 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1212/

All tests passed

Build Log:
[...truncated 63141 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj166341476
 [ecj-lint] Compiling 932 source files to /tmp/ecj166341476
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java (at line 22)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java (at line 45)
 [ecj-lint] 	import org.apache.solr.handler.component.ShardHandlerFactory;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.handler.component.ShardHandlerFactory is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java (at line 22)
 [ecj-lint] 	import java.util.Set;
 [ecj-lint] 	       ^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Set is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 213)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 213)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 213)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 226)
 [ecj-lint] 	dir = new BlockDirectory(path, hdfsDir, cache, null, blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 120)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 144)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1194)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line 254)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line 393)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/ExpandComponent.java (at line 223)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), field), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java (at line 31)
 [ecj-lint] 	import java.util.stream.Collector;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.stream.Collector is never used
 [ecj-lint] ----------
 [ecj-lint] 18. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java (at line 32)
 [ecj-lint] 	import java.util.stream.Collectors;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.stream.Collectors is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 544)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 829)
 [ecj-lint] 	fastForRandomSet = new HashDocSet(sset.getDocs(), 0, sset.size());
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1187)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 184)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java (at line 98)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 640)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 34 problems (5 errors, 29 warnings)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:652: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1976: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2015: Compile failed; see the compiler error output for details.

Total time: 77 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-master - Build # 1216 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1216/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

Error Message:
ObjectTracker found 0 object(s) that were not released!!! [MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 0 object(s) that were not released!!! [MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([5D791D594562815B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10645 lines...]
   [junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/init-core-data-001
   [junit4]   2> 133210 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 133212 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 133221 INFO  (Thread-388) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 133221 INFO  (Thread-388) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 133324 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37891
   [junit4]   2> 133324 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 133341 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133349 INFO  (zkCallback-171-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22872aea name:ZooKeeperConnection Watcher:127.0.0.1:37891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133349 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133349 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 133349 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 133350 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 133363 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 133365 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 133441 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@103d70b{/solr,null,AVAILABLE}
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@545eeb5d{SSL,[ssl, http/1.1]}{127.0.0.1:44845}
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.Server Started @137810ms
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44845}
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1'
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 133452 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 133497 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133557 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b5da0b4{/solr,null,AVAILABLE}
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d985d6b{SSL,[ssl, http/1.1]}{127.0.0.1:46207}
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.e.j.s.Server Started @137924ms
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46207}
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2'
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 133565 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 133566 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 133597 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133615 INFO  (zkCallback-172-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@78b3f973 name:ZooKeeperConnection Watcher:127.0.0.1:37891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133616 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133616 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 133621 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133639 INFO  (zkCallback-173-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fff3cad name:ZooKeeperConnection Watcher:127.0.0.1:37891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/.
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1870607422
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1]
   [junit4]   2> 133641 WARN  (jetty-launcher-170-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/lib
   [junit4]   2> 133641 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 133649 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 133665 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 133665 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 133665 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37891/solr
   [junit4]   2> 133665 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 133665 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 133673 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133683 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133687 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/.
   [junit4]   2> 133688 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1144759316
   [junit4]   2> 133688 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2]
   [junit4]   2> 133688 WARN  (jetty-launcher-170-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/lib
   [junit4]   2> 133688 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 133689 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 133696 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 133696 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 133696 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37891/solr
   [junit4]   2> 133696 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 133696 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 133701 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133734 INFO  (zkCallback-176-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56ab79ab name:ZooKeeperConnection Watcher:127.0.0.1:37891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133736 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133736 INFO  (jetty-launcher-170-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 133759 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1881213233@2a3c4606
   [junit4]   2> 133761 INFO  (zkCallback-179-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4cd2cf5b name:ZooKeeperConnection Watcher:127.0.0.1:37891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133761 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133761 INFO  (jetty-launcher-170-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 133787 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133793 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$27/1881213233@7f83a62e
   [junit4]   2> 133793 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 0x15558e10e4b0004, 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:745)
   [junit4]   2> 133821 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133877 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@466ed766 name:ZooKeeperConnection Watcher:127.0.0.1:37891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133877 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3508a97d name:ZooKeeperConnection Watcher:127.0.0.1:37891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 133877 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133883 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 133890 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 133891 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 133892 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 133893 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133905 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 133913 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 133917 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 133922 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 133927 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 133930 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 133931 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 133931 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 133931 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 133933 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 133933 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 133933 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 133933 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 133934 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 133934 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 133935 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96080690689015814-127.0.0.1:46207_solr-n_0000000000
   [junit4]   2> 133935 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46207_solr
   [junit4]   2> 133935 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 133935 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 133935 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96080690689015813-127.0.0.1:44845_solr-n_0000000001
   [junit4]   2> 133936 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96080690689015814-127.0.0.1:46207_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 133936 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44845_solr
   [junit4]   2> 133936 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer Overseer (id=96080690689015814-127.0.0.1:46207_solr-n_0000000000) starting
   [junit4]   2> 133936 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44845_solr
   [junit4]   2> 133937 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 133937 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 133946 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 133938 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 133938 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 133947 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 133947 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/.
   [junit4]   2> 133947 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 133954 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 133957 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 133957 INFO  (jetty-launcher-170-thread-1) [n:127.0.0.1:44845_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 133970 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 133977 INFO  (OverseerCollectionConfigSetProcessor-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 133981 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 133988 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 133993 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46207_solr as DOWN
   [junit4]   2> 133997 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46207_solr"} current state version: 0
   [junit4]   2> 133997 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46207_solr
   [junit4]   2> 134995 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46207_solr
   [junit4]   2> 134995 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46207_solr
   [junit4]   2> 134996 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] 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> 134996 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 134996 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] 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> 134998 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 135009 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 135010 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 135010 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/.
   [junit4]   2> 135010 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 135011 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 135011 INFO  (jetty-launcher-170-thread-2) [n:127.0.0.1:46207_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 135011 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 135021 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 135037 INFO  (zkCallback-184-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d796a3d name:ZooKeeperConnection Watcher:127.0.0.1:37891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 135037 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 135038 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 135040 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:37891/solr
   [junit4]   2> 135042 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 135042 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 135054 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ce97001 name:ZooKeeperConnection Watcher:127.0.0.1:37891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 135054 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 135054 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 135054 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 135058 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 135059 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 135059 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
   [junit4]   2> 135061 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 135094 INFO  (TEST-TestManagedSchemaAPI.test-seed#[5D791D594562815B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 135144 INFO  (qtp1496293317-1156) [n:127.0.0.1:44845_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=testschemaapi&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 135152 INFO  (OverseerCollectionConfigSetProcessor-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 135167 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 135167 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection testschemaapi
   [junit4]   2> 135167 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/testschemaapi 
   [junit4]   2> 135168 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi
   [junit4]   2> 135175 INFO  (zkCallback-187-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 135175 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 135175 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 135178 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testschemaapi",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 135178 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testschemaapi
   [junit4]   2> 135179 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testschemaapi/state.json
   [junit4]   2> 135278 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection testschemaapi, shardNames [shard1] , replicationFactor : 2
   [junit4]   2> 135278 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica2 as part of shard shard1 of collection testschemaapi on 127.0.0.1:44845_solr
   [junit4]   2> 135279 INFO  (OverseerThreadFactory-467-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core testschemaapi_shard1_replica1 as part of shard shard1 of collection testschemaapi on 127.0.0.1:46207_solr
   [junit4]   2> 135349 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 135349 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 135350 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 135350 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 135350 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 135361 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 135361 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44845/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44845_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 135362 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44845/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44845_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 135394 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2
   [junit4]   2> 135395 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=testschemaapi_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=testschemaapi, numShards=1, dataDir=data/, shard=shard1}
   [junit4]   2> 135395 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 135396 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Registering watch for collection testschemaapi
   [junit4]   2> 135396 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46207/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46207_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 135396 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46207/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46207_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 135396 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
   [junit4]   2> 135405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 135498 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 0
   [junit4]   2> 135498 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 135498 INFO  (zkCallback-181-thread-5-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 135499 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 135499 INFO  (zkCallback-181-thread-5-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [0] to [1]
   [junit4]   2> 136361 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica2
   [junit4]   2> 136361 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 136361 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 136361 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 136362 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 136362 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/testschemaapi_shard1_replica2'
   [junit4]   2> 136362 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 136362 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 136363 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 136365 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 136367 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 136370 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136378 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema [testschemaapi_shard1_replica2] Schema name=minimal
   [junit4]   2> 136380 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 136381 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 136381 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica2' using configuration from collection testschemaapi
   [junit4]   2> 136381 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 136381 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [[testschemaapi_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/testschemaapi_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/]
   [junit4]   2> 136381 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica2
   [junit4]   2> 136382 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 136389 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index/
   [junit4]   2> 136389 WARN  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 136389 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 136390 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52f3c10d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ae258f6),segFN=segments_1,generation=1}
   [junit4]   2> 136390 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 136396 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 136402 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136402 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136403 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136403 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136404 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 136404 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 136405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for testschemaapi_shard1_replica1
   [junit4]   2> 136405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:testschemaapi
   [junit4]   2> 136405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 136405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 136405 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 136406 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/testschemaapi_shard1_replica1'
   [junit4]   2> 136406 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 136406 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 136406 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 136408 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/
   [junit4]   2> 136408 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica2) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 136417 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136417 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136417 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136418 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136419 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52f3c10d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ae258f6),segFN=segments_1,generation=1}
   [junit4]   2> 136419 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 136419 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ac58d17[testschemaapi_shard1_replica2] main]
   [junit4]   2> 136420 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 136420 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 136420 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 136421 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 136421 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 136471 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 136471 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica2:4451257660309127
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 136472 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537291054431076352
   [junit4]   2> 136474 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537291054431076352
   [junit4]   2> 136474 INFO  (searcherExecutor-470-thread-1-processing-n:127.0.0.1:44845_solr x:testschemaapi_shard1_replica2 s:shard1 c:testschemaapi r:core_node1) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Registered new searcher Searcher@3ac58d17[testschemaapi_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 136478 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 136479 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica2
   [junit4]   2> 136479 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica2 address:https://127.0.0.1:44845/solr collection:testschemaapi shard:shard1
   [junit4]   2> 136479 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leader_elect/shard1/election
   [junit4]   2> 136480 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 136480 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96080690689015813-core_node1-n_0000000000
   [junit4]   2> 136481 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 136481 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 136482 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi"} current state version: 0
   [junit4]   2> 136494 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 136496 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 136499 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0
   [junit4]   2> 136499 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1  x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'testschemaapi_shard1_replica1' using configuration from collection testschemaapi
   [junit4]   2> 136501 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 136509 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [[testschemaapi_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/testschemaapi_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/]
   [junit4]   2> 136510 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: testschemaapi_shard1_replica1
   [junit4]   2> 136510 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data
   [junit4]   2> 136514 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index/
   [junit4]   2> 136514 WARN  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 136519 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/index
   [junit4]   2> 136520 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4970b680 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11bcfd24),segFN=segments_1,generation=1}
   [junit4]   2> 136520 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 136537 INFO  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core testschemaapi_shard1_replica1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/
   [junit4]   2> 136537 WARN  (OldIndexDirectoryCleanupThreadForCore-testschemaapi_shard1_replica1) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node2/./testschemaapi_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 136541 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 136544 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136546 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136553 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136554 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 136555 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 136555 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 136557 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136557 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136560 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136560 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136567 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4970b680 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11bcfd24),segFN=segments_1,generation=1}
   [junit4]   2> 136567 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 136567 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6975d697[testschemaapi_shard1_replica1] main]
   [junit4]   2> 136567 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/testschemaapi]
   [junit4]   2> 136571 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/testschemaapi] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 136571 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 136571 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 136571 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 136571 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Added new OnReconnect listener ZkIndexSchemaReader: /configs/conf1/managed-schema, uniqueCoreId: testschemaapi_shard1_replica1:4451257778761197
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 136572 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537291054535933952
   [junit4]   2> 136572 INFO  (searcherExecutor-475-thread-1-processing-n:127.0.0.1:46207_solr x:testschemaapi_shard1_replica1 s:shard1 c:testschemaapi r:core_node2) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.SolrCore [testschemaapi_shard1_replica1] Registered new searcher Searcher@6975d697[testschemaapi_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 136574 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537291054535933952
   [junit4]   2> 136574 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 136574 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.CoreContainer registering core: testschemaapi_shard1_replica1
   [junit4]   2> 136575 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Register replica - core:testschemaapi_shard1_replica1 address:https://127.0.0.1:46207/solr collection:testschemaapi shard:shard1
   [junit4]   2> 136576 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/testschemaapi/leader_elect/shard1/election/96080690689015814-core_node2-n_0000000001
   [junit4]   2> 136577 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.LeaderElector Watching path /collections/testschemaapi/leader_elect/shard1/election/96080690689015813-core_node1-n_0000000000 to know if I could be the leader
   [junit4]   2> 136584 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 1
   [junit4]   2> 136584 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 136584 INFO  (zkCallback-181-thread-2-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 136585 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 136585 INFO  (zkCallback-181-thread-2-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [1] to [2]
   [junit4]   2> 136995 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 136995 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 136995 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44845/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 136995 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=https://127.0.0.1:44845/solr START replicas=[https://127.0.0.1:46207/solr/testschemaapi_shard1_replica1/] nUpdates=100
   [junit4]   2> 136998 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=testschemaapi_shard1_replica2 url=https://127.0.0.1:44845/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 136998 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 136998 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 136999 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.c.SolrZkClient makePath: /collections/testschemaapi/leaders/shard1
   [junit4]   2> 137002 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testschemaapi/leaders/shard1/leader after winning as /collections/testschemaapi/leader_elect/shard1/election/96080690689015813-core_node1-n_0000000000
   [junit4]   2> 137011 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "base_url":"https://127.0.0.1:44845/solr",
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 137011 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44845/solr/testschemaapi_shard1_replica2/ shard1
   [junit4]   2> 137016 INFO  (qtp481585139-1168) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.S.Request [testschemaapi_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 137112 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 2
   [junit4]   2> 137113 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 137113 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 137113 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 137113 INFO  (zkCallback-181-thread-1-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [2] to [3]
   [junit4]   2> 137162 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController We are https://127.0.0.1:44845/solr/testschemaapi_shard1_replica2/ and leader is https://127.0.0.1:44845/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 137162 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica2 baseURL=https://127.0.0.1:44845/solr
   [junit4]   2> 137162 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 137162 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 137164 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44845/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44845_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 137164 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testschemaapi_shard1_replica2",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44845/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44845_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testschemaapi",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 137164 INFO  (qtp1496293317-1154) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica2&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=1815
   [junit4]   2> 137265 INFO  (OverseerStateUpdate-96080690689015814-127.0.0.1:46207_solr-n_0000000000) [n:127.0.0.1:46207_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testschemaapi/state.json version: 3
   [junit4]   2> 137266 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 137266 INFO  (zkCallback-180-thread-1-processing-n:127.0.0.1:44845_solr) [n:127.0.0.1:44845_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [3] to [4]
   [junit4]   2> 137266 INFO  (zkCallback-181-thread-2-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testschemaapi/state.json] for collection [testschemaapi] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 137268 INFO  (zkCallback-181-thread-2-processing-n:127.0.0.1:46207_solr) [n:127.0.0.1:46207_solr    ] o.a.s.c.c.ZkStateReader Updating data for [testschemaapi] from [3] to [4]
   [junit4]   2> 137577 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController We are https://127.0.0.1:46207/solr/testschemaapi_shard1_replica1/ and leader is https://127.0.0.1:44845/solr/testschemaapi_shard1_replica2/
   [junit4]   2> 137577 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController No LogReplay needed for core=testschemaapi_shard1_replica1 baseURL=https://127.0.0.1:46207/solr
   [junit4]   2> 137577 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController Core needs to recover:testschemaapi_shard1_replica1
   [junit4]   2> 137583 INFO  (qtp481585139-1170) [n:127.0.0.1:46207_solr c:testschemaapi s:shard1 r:core_node2 x:testschemaapi_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=testschemaapi_shard1_replica1&action=CREATE&numShards=1&collection=testschemaapi&shard=shard1&wt=javabin&version=2} status=0 QTime=2188
   [

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

tCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 146927 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52f3c10d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ae258f6),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52f3c10d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ae258f6),segFN=segments_2,generation=2}
   [junit4]   2> 146927 INFO  (jetty-launcher-170-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b5da0b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 146927 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 146928 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37891 37891
   [junit4]   2> 147133 INFO  (Thread-388) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37891 37891
   [junit4]   2> 147134 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Closing main searcher on request.
   [junit4]   2> 147134 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data;done=false>>]
   [junit4]   2> 147135 WARN  (Thread-388) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	5	/solr/configs/conf1/managed-schema
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index;done=false>>]
   [junit4]   2> 147135 INFO  (SUITE-TestManagedSchemaAPI-seed#[5D791D594562815B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 147135 INFO  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_5D791D594562815B-001/tempDir-001/node1/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> ObjectTracker found 0 object(s) that were not released!!! [MockDirectoryWrapper]
   [junit4]   2> Jun 16, 2016 11:03:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 147142 WARN  (Thread-421) [n:127.0.0.1:44845_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:943)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2509)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$4.run(ZkController.java:2405)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:772)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:461)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:937)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2304)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:748)
   [junit4]   2> 	... 4 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneFixedGap), myNewField1=PostingsFormat(name=LuceneFixedGap), myNewField=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=434, maxMBSortInHeap=5.51342586467196, sim=ClassicSimilarity, locale=fr-BE, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=184789144,total=417857536
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetRandomTest, RAMDirectoryFactoryTest, CollectionTooManyReplicasTest, JsonLoaderTest, ReturnFieldsTest, ReplicationFactorTest, TestUseDocValuesAsStored2, TestConfigSetsAPIExclusivity, TestHashQParserPlugin, EchoParamsTest, DistributedSpellCheckComponentTest, DistribJoinFromCollectionTest, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.seed=5D791D594562815B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-BE -Dtests.timezone=Europe/Amsterdam -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 0 object(s) that were not released!!! [MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D791D594562815B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:256)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [32/614 (1!)] on J0 in 14.23s, 1 test, 1 failure <<< FAILURES!

[...truncated 1876 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:531: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:984: There were test failures: 614 suites (10 ignored), 2584 tests, 1 suite-level error, 87 ignored (72 assumptions) [seed: 5D791D594562815B]

Total time: 63 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-master - Build # 1215 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1215/

All tests passed

Build Log:
[...truncated 53803 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:138: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:480: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2496: Can't get https://issues.apache.org/jira/rest/api/2/project/LUCENE to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/docs/changes/jiraVersionList.json

Total time: 74 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-master - Build # 1214 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1214/

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51838/eu","node_name":"127.0.0.1:51838_eu","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:43082/eu",           "node_name":"127.0.0.1:43082_eu",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:44208/eu",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:44208_eu"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:51838/eu",           "node_name":"127.0.0.1:51838_eu",           "state":"active",           "leader":"true"}}}},   "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_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51838/eu","node_name":"127.0.0.1:51838_eu","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:43082/eu",
          "node_name":"127.0.0.1:43082_eu",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:44208/eu",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:44208_eu"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:51838/eu",
          "node_name":"127.0.0.1:51838_eu",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([9302E203687B66A4:1B56DDD9C6870B5C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.testVariousAddsViaNoCollectionClient

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([9302E203687B66A4:D74C603742D20FAA]:0)
	at java.lang.Integer.valueOf(Integer.java:832)
	at sun.security.ssl.CipherSuite.valueOf(CipherSuite.java:252)
	at sun.security.ssl.HandshakeMessage$ServerHello.<init>(HandshakeMessage.java:360)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:206)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1228)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)




Build Log:
[...truncated 11099 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/init-core-data-001
   [junit4]   2> 351906 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[9302E203687B66A4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 351906 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[9302E203687B66A4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /eu/
   [junit4]   2> 351909 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 351910 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 351910 INFO  (Thread-907) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 352009 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkTestServer start zk server on port:39306
   [junit4]   2> 352010 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 352011 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 352015 INFO  (zkCallback-525-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@20ee3301 name:ZooKeeperConnection Watcher:127.0.0.1:39306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 352016 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352016 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 352016 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 352017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 352020 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 352031 INFO  (zkCallback-526-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f26d52 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 352031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 352031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 352033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 352033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 352034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 352036 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 352036 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 352040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 352040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 352041 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 352042 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 352042 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 352042 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 352043 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 352043 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 352044 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 352044 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 352045 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 352045 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 352046 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 352046 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 352047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 352047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 352047 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 352048 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 352048 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 352048 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 352130 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1
   [junit4]   2> 352133 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 352156 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46d6de2c{/eu,null,AVAILABLE}
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2531ad2a{HTTP/1.1,[http/1.1]}{127.0.0.1:54457}
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.Server Started @356246ms
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/tempDir-001/control/data, hostContext=/eu, hostPort=51838, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores}
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001'
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 352158 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 352159 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 352160 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 352161 INFO  (zkCallback-527-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3bb6fbe8 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 352161 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 352162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 352162 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/solr.xml
   [junit4]   2> 352166 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores
   [junit4]   2> 352166 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer New CoreContainer 1301322138
   [junit4]   2> 352166 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001]
   [junit4]   2> 352166 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/lib
   [junit4]   2> 352166 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] 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,
   [junit4]   2> 352170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 352180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 352180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 352180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39306/solr
   [junit4]   2> 352180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 352180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 352214 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 352214 INFO  (zkCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3416e222 name:ZooKeeperConnection Watcher:127.0.0.1:39306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 352216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352216 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 352222 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/1572832865@6229cf0
   [junit4]   2> 352223 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 352223 INFO  (zkCallback-531-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a22f802 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 352224 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352224 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 352225 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 352233 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 352234 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 352235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 352235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 352236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 352236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 352237 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 352237 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 352237 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 352238 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 352239 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 352239 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 352240 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 352240 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96076900174725124-127.0.0.1:51838_eu-n_0000000000
   [junit4]   2> 352241 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51838_eu
   [junit4]   2> 352241 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 352242 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.Overseer Overseer (id=96076900174725124-127.0.0.1:51838_eu-n_0000000000) starting
   [junit4]   2> 352247 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 352250 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 352260 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 352287 INFO  (OverseerCollectionConfigSetProcessor-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 352287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51838_eu
   [junit4]   2> 352287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51838_eu
   [junit4]   2> 352288 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 352288 INFO  (zkCallback-531-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 352288 INFO  (zkCallback-531-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 352294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 352294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 352295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores
   [junit4]   2> 352295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] 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> 352295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1
   [junit4]   2> 352295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 352299 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 352299 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 352300 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 352300 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 352311 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
   [junit4]   2> 352311 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:51838_eu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 352312 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:51838/eu",
   [junit4]   2>   "node_name":"127.0.0.1:51838_eu",
   [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> 352312 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:51838/eu",
   [junit4]   2>   "node_name":"127.0.0.1:51838_eu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 352312 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 352313 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 352315 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 352316 INFO  (zkCallback-531-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] 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> 353315 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1'
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 353316 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 353317 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 353320 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 353366 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 353374 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353378 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 353440 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 353445 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 353446 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 353454 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 353456 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 353457 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 353457 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 353458 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2
   [junit4]   2> 353458 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 353458 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 353458 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/]
   [junit4]   2> 353458 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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@ed2d2b8
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 353459 WARN  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/index
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1630063919663204]
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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@1b624d8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6481bba5),segFN=segments_1,generation=1}
   [junit4]   2> 353459 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 353461 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353462 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353462 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353462 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353462 WARN  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353463 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 353463 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51838_eu 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/
   [junit4]   2> 353463 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 353464 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 353465 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 353465 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 353467 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 353467 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353467 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353468 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353468 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353468 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353475 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 353475 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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@1b624d8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6481bba5),segFN=segments_1,generation=1}
   [junit4]   2> 353475 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 353475 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a2a79af[collection1] main]
   [junit4]   2> 353475 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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> 353476 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu 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 1537230404435574784
   [junit4]   2> 353478 INFO  (searcherExecutor-1123-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a2a79af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353478 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537230404435574784
   [junit4]   2> 353478 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 353479 INFO  (coreLoadExecutor-1122-thread-1-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 353479 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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:51838/eu collection:control_collection shard:shard1
   [junit4]   2> 353480 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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> 353482 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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/96076900174725124-core_node1-n_0000000000
   [junit4]   2> 353482 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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> 353483 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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> 353484 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353484 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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> 353484 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51838/eu/collection1/
   [junit4]   2> 353484 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 353484 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51838/eu/collection1/ has no replicas
   [junit4]   2> 353485 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 353485 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96076900174725124-core_node1-n_0000000000
   [junit4]   2> 353486 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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:51838/eu/collection1/ shard1
   [junit4]   2> 353487 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:51838/eu",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 353648 INFO  (zkCallback-531-thread-4-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] 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> 353695 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:51838/eu/collection1/ and leader is http://127.0.0.1:51838/eu/collection1/
   [junit4]   2> 353695 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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:51838/eu
   [junit4]   2> 353695 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 353695 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 353695 INFO  (coreZkRegister-1116-thread-1-processing-n:127.0.0.1:51838_eu x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51838_eu 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> 353701 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:51838/eu",
   [junit4]   2>   "node_name":"127.0.0.1:51838_eu",
   [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> 353701 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:51838/eu",
   [junit4]   2>   "node_name":"127.0.0.1:51838_eu",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 353803 INFO  (zkCallback-531-thread-2-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] 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> 353830 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:39306/solr
   [junit4]   2> 353844 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 353853 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353880 INFO  (zkCallback-535-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@498a7199 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 353880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 353880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 353880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 353881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 353881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 353881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 353881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 353904 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353914 INFO  (zkCallback-536-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33172cc4 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 353914 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353914 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 353916 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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: 3
   [junit4]   2> 353916 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 354024 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 354202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/cores/collection1
   [junit4]   2> 354202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001
   [junit4]   2> 354203 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 354244 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44dbf347{/eu,null,AVAILABLE}
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6a0de17a{HTTP/1.1,[http/1.1]}{127.0.0.1:41056}
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.e.j.s.Server Started @358333ms
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/eu, hostPort=44208, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/cores}
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001'
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 354245 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 354260 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354360 INFO  (zkCallback-537-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74a1e401 name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 354360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 354361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 354361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/solr.xml
   [junit4]   2> 354366 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/cores
   [junit4]   2> 354366 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer New CoreContainer 715675140
   [junit4]   2> 354368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001]
   [junit4]   2> 354368 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/lib
   [junit4]   2> 354369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] 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,
   [junit4]   2> 354378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 354384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 354384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 354384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39306/solr
   [junit4]   2> 354384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 354384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 354396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354397 INFO  (zkCallback-540-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@423d11ce name:ZooKeeperConnection Watcher:127.0.0.1:39306 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 354404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 354405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$39/1572832865@66a2e4c
   [junit4]   2> 354417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354428 INFO  (zkCallback-541-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2996206b name:ZooKeeperConnection Watcher:127.0.0.1:39306/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 354428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354430 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 354431 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 354431 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 354433 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 354433 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96076900174725129-127.0.0.1:44208_eu-n_0000000001
   [junit4]   2> 354434 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96076900174725124-127.0.0.1:51838_eu-n_0000000000 to know if I could be the leader
   [junit4]   2> 354434 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.ZkController Publish node=127.0.0.1:44208_eu as DOWN
   [junit4]   2> 354435 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44208_eu"} current state version: 3
   [junit4]   2> 354435 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44208_eu
   [junit4]   2> 354435 INFO  (zkCallback-531-thread-4-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] 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> 354435 INFO  (zkCallback-535-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> 354436 INFO  (zkCallback-541-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu    ] 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> 354648 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 355494 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44208_eu
   [junit4]   2> 355495 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44208_eu
   [junit4]   2> 355496 INFO  (zkCallback-531-thread-4-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] 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> 355497 INFO  (zkCallback-531-thread-4-processing-n:127.0.0.1:51838_eu) [n:127.0.0.1:51838_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355501 INFO  (zkCallback-535-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> 355504 INFO  (zkCallback-541-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu    ] 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> 355504 INFO  (zkCallback-535-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355504 INFO  (zkCallback-541-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 355507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 355507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/cores
   [junit4]   2> 355508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] 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> 355508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9302E203687B66A4-001/shard-1-001/cores/collection1
   [junit4]   2> 355508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[9302E203687B66A4]) [n:127.0.0.1:44208_eu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 355512 INFO  (coreLoadExecutor-1133-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 355512 INFO  (coreLoadExecutor-1133-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 355513 INFO  (coreLoadExecutor-1133-thread-1-processing-n:127.0.0.1:44208_eu) [n:127.0.0.1:44208_eu c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 355513 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:44208/eu",
   [junit4]   2>   "node_name":"127.0.0.1:44208_eu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 355513 INFO  (OverseerStateUpdate-96076900174725124-127.0.0.1:51838_eu-n_0000000000) [n:127.0.0.1:51838_eu    ] 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:44208/eu",
   [junit4]   2>   "node_name":"127.0.0.1:44208_eu",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 355513 I

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

rue
   [junit4]   2> 2072182 INFO  (recoveryExecutor-2495-thread-2-processing-n:127.0.0.1:56672_solr x:test_col_shard1_replica2 s:shard1 c:test_col r:core_node3) [n:127.0.0.1:56672_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_9302E203687B66A4-001/tempDir-001/node5/./test_col_shard1_replica2/data
   [junit4]   2> 2072183 INFO  (jetty-launcher-2481-thread-8) [    ] o.a.s.c.Overseer Overseer (id=96077002751803403-127.0.0.1:56672_solr-n_0000000003) closing
   [junit4]   2> 2072183 INFO  (OverseerStateUpdate-96077002751803403-127.0.0.1:56672_solr-n_0000000003) [n:127.0.0.1:56672_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:56672_solr
   [junit4]   2> 2072184 INFO  (zkCallback-2501-thread-4-processing-n:127.0.0.1:56672_solr) [n:127.0.0.1:56672_solr    ] 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> 2073684 WARN  (zkCallback-2501-thread-4-processing-n:127.0.0.1:56672_solr) [n:127.0.0.1:56672_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2073684 INFO  (jetty-launcher-2481-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31ef8230{/solr,null,UNAVAILABLE}
   [junit4]   2> 2073686 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[9302E203687B66A4]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42471 42471
   [junit4]   2> 2073823 INFO  (Thread-8085) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42471 42471
   [junit4]   2> 2073823 WARN  (Thread-8085) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96077002751803401-127.0.0.1:60836_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	144	/solr/overseer/collection-queue-work
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2073824 INFO  (SUITE-TestTolerantUpdateProcessorCloud-seed#[9302E203687B66A4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestTolerantUpdateProcessorCloud_9302E203687B66A4-001
   [junit4]   2> Jun 15, 2016 7:27:55 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(Lucene62): {foo_i=FSTOrd50, expected_shard_s=Lucene50(blocksize=128), _version_=FSTOrd50, id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=913, maxMBSortInHeap=6.481159511120121, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-OM, timezone=America/Argentina/Jujuy
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=225037880,total=482869248
   [junit4]   2> NOTE: All tests run in this JVM: [DistanceUnitsTest, FacetPivotSmallTest, SecurityConfHandlerTest, TestInitQParser, TestRecoveryHdfs, FileUtilsTest, TermsComponentTest, TestStressVersions, MultiTermTest, TestNonDefinedSimilarityFactory, LeaderInitiatedRecoveryOnShardRestartTest, SolrInfoMBeanTest, TestCustomDocTransformer, SpellingQueryConverterTest, TestFieldResource, DistributedExpandComponentTest, TestFilteredDocIdSet, TestBM25SimilarityFactory, HighlighterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, TermVectorComponentTest, TestReqParamsAPI, ConfigSetsAPITest, SaslZkACLProviderTest, CheckHdfsIndexTest, TestSolrQueryParserResource, TestLeaderInitiatedRecoveryThread, TimeZoneUtilsTest, DistanceFunctionTest, TestSSLRandomization, TestMiniSolrCloudClusterBase, SolrPluginUtilsTest, WordBreakSolrSpellCheckerTest, TestSubQueryTransformerCrossCore, UniqFieldsUpdateProcessorFactoryTest, TestCursorMarkWithoutUniqueKey, SolrIndexConfigTest, TestUpdate, TriLevelCompositeIdRoutingTest, MergeStrategyTest, TestInfoStreamLogging, TestWordDelimiterFilterFactory, TestNoOpRegenerator, TestLFUCache, EnumFieldTest, TestDocBasedVersionConstraints, HighlighterMaxOffsetTest, TestQueryUtils, DocValuesTest, DistributedMLTComponentTest, TestFastLRUCache, SuggesterFSTTest, SpellCheckComponentTest, CSVRequestHandlerTest, TestReloadAndDeleteDocs, RestartWhileUpdatingTest, SortByFunctionTest, CdcrReplicationHandlerTest, LoggingHandlerTest, ShardRoutingCustomTest, TestQuerySenderListener, TestReplicaProperties, NumericFieldsTest, SparseHLLTest, TestFieldCacheSort, TestFiltering, PKIAuthenticationIntegrationTest, HdfsCollectionsAPIDistributedZkTest, SpatialFilterTest, DistributedTermsComponentTest, BasicFunctionalityTest, BJQParserTest, TestExactStatsCache, TestAddFieldRealTimeGet, TestScoreJoinQPScore, SoftAutoCommitTest, TestDocumentBuilder, TestCodecSupport, ShardRoutingTest, TestOnReconnectListenerSupport, AsyncMigrateRouteKeyTest, OverseerRolesTest, TestSchemaVersionResource, AnalysisErrorHandlingTest, TestHashPartitioner, TestCloudManagedSchema, BlockJoinFacetSimpleTest, TestBlobHandler, TestEmbeddedSolrServerConstructors, OpenCloseCoreStressTest, TestConfigSets, TestCollationFieldDocValues, TestDistributedGrouping, TestCloudDeleteByQuery, TestFieldCacheWithThreads, TestManagedSynonymFilterFactory, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, ZkCLITest, TermVectorComponentDistributedTest, TestJoin, StatsComponentTest, TestLazyCores, TestIndexSearcher, DistributedQueryElevationComponentTest, TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTest, TestTrie, TestCSVLoader, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestBinaryResponseWriter, TestQuerySenderNoQuery, ResponseLogComponentTest, TestStressRecovery, DateMathParserTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, CircularListTest, CursorPagingTest, DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, ConnectionReuseTest, TestJettySolrRunner, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestTolerantUpdateProcessorCloud]
   [junit4] Completed [507/614 (2!)] on J1 in 157.46s, 19 tests, 1 error <<< FAILURES!

[...truncated 357 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20160615_185317_493.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid3325.hprof ...
   [junit4] Heap dump file created [504048537 bytes in 1.457 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 17 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:531: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:984: There were test failures: 614 suites (10 ignored), 2584 tests, 1 error, 1 failure, 87 ignored (72 assumptions) [seed: 9302E203687B66A4]

Total time: 66 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-master - Build # 1213 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1213/

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([E430797AF7E409C:B49168EF2C50AE89]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
	... 40 more




Build Log:
[...truncated 11592 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001
   [junit4]   2> 1069733 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1069740 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1069785 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1069798 WARN  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1069800 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1070061 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1070064 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1070199 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1070203 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1070204 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1070206 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1070207 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1070208 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070208 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr'
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 253680510
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr]
   [junit4]   2> 1070209 WARN  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib
   [junit4]   2> 1070209 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1070214 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1070218 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1070218 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1070218 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1070218 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1070219 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1070219 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1070219 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1070219 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1070219 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1070219 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1070230 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1070235 WARN  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1070236 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1070257 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1070275 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1070577 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1070587 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1070588 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1070590 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1070591 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1070592 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070592 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070593 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1070593 INFO  (coreLoadExecutor-4204-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1070593 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/]
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fa6592d
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index/
   [junit4]   2> 1070594 WARN  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index
   [junit4]   2> 1070594 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=14.94921875, floorSegmentMB=1.591796875, forceMergeDeletesPctAllowed=9.957517218038737, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1070595 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_1,generation=1}
   [junit4]   2> 1070595 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1070600 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1070601 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070602 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/
   [junit4]   2> 1070607 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070607 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070608 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070609 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1070615 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1070615 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1070634 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1070634 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1070634 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1070634 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1070635 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=20.9326171875, floorSegmentMB=0.5224609375, forceMergeDeletesPctAllowed=8.061592603749633, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1070636 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_1,generation=1}
   [junit4]   2> 1070636 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1070636 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c505619[collection1] main]
   [junit4]   2> 1070636 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1070639 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1070639 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1070639 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1070654 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1070748 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1070748 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1070748 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1070748 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1070748 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1070748 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1070749 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1070749 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1070749 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1537112275993755648
   [junit4]   2> 1070749 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1070749 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1070749 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1070749 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1070749 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1070750 INFO  (searcherExecutor-4205-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c505619[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1070762 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 13.0ms to seed version buckets with highest version 1537112275993755648
   [junit4]   2> 1070763 INFO  (coreLoadExecutor-4204-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1070766 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1070768 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1070769 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1537112276013678592)} 0 0
   [junit4]   2> 1070770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1070770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1070770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1070770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1070770 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1070797 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1070836 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1070842 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1070879 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1070891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1071072 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1071075 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1071076 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1071079 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1071079 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1071080 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1071081 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1071082 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1071082 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1071082 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/]
   [junit4]   2> 1071082 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fa6592d
   [junit4]   2> 1071114 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index/
   [junit4]   2> 1071116 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1071117 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1071118 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071119 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071119 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071120 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1071121 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/
   [junit4]   2> 1071124 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1071125 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1071125 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1071125 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1071125 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73f4d37e[collection1] main]
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1071126 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1071128 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1071129 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1071129 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1071129 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1071131 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537112276013678592
   [junit4]   2> 1071131 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1071131 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1071131 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_1,generation=1}
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1071138 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@600a8ae7[collection1] main]
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@427b3827
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1071138 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1071140 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1071141 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1071141 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1071141 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@73f4d37e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1071142 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1071143 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1071143 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@600a8ae7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1071148 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1537112276412137472)]} 0 0
   [junit4]   2> 1071149 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1072148 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1072150 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21fd2987[collection1] main]
   [junit4]   2> 1072150 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1072151 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21fd2987[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1072256 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1537112277573959680)]} 0 1108
   [junit4]   2> 1072256 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1072257 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1072258 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1537112277576056832)]} 0 0
   [junit4]   2> 1072258 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1073256 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1073258 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@585559b6[collection1] main]
   [junit4]   2> 1073258 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1073258 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@585559b6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 1073260 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1537112278626729984)]} 0 2112
   [junit4]   2> 1073260 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1073260 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278626729985)]} 0 2112
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778560)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778561)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778562)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778563)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778564)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778565)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778566)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778567)]} 0 2113
   [junit4]   2> 1073261 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1537112278627778568)]} 0 2113
   [junit4]   2> 1073262 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1074260 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1074264 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@150b788c[collection1] main]
   [junit4]   2> 1074264 INFO  (commitScheduler-4213-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1074265 INFO  (searcherExecutor-4210-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@150b788c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1) Uninverting(_2(7.0.0):C11/9:delGen=1)))}
   [junit4]   2> 1074275 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1537112279689986048)]} 0 3127
   [junit4]   2> 1074276 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1074276 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1074280 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1074285 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@160d3200[collection1] realtime]
   [junit4]   2> 1074286 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1537112279696277504)} 0 5
   [junit4]   2> 1074286 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1074286 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1074286 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1074287 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1074287 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1074511 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1074525 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1074527 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1074558 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1074570 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1074722 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1074727 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1074728 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1074746 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1074747 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1074748 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1074748 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1074749 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1074749 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1074758 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/]
   [junit4]   2> 1074758 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fa6592d
   [junit4]   2> 1074759 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index/
   [junit4]   2> 1074772 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1074773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1074773 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/
   [junit4]   2> 1074783 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074783 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074784 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074784 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1074800 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1074802 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1074802 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4470f2e4[collection1] main]
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1074822 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1074823 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1074825 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1074826 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1074826 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1074826 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1074828 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537112279696277504
   [junit4]   2> 1074828 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1074830 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1074831 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1074831 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1074930 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_2,generation=2}
   [junit4]   2> 1074930 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1074930 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=94.1083984375, floorSegmentMB=1.052734375, forceMergeDeletesPctAllowed=10.87716526514095, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45917277928362454
   [junit4]   2> 1074931 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_2,generation=2}
   [junit4]   2> 1074931 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1074931 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1075210 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4470f2e4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1075214 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38b5a004[collection1] main]
   [junit4]   2> 1075214 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1075214 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8f13714
   [junit4]   2> 1075214 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommit maxTime=1000ms,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1075214 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1075221 INFO  (searcherExecutor-4214-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38b5a004[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1075235 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1537112280681938944)]} 0 14
   [junit4]   2> 1075235 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1075235 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1537112280697667584)]} 0 15
   [junit4]   2> 1075236 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1075236 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1537112280698716160)]} 0 16
   [junit4]   2> 1075236 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1075236 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1075237 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1075237 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=E430797AF7E409C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=America/Jujuy -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.96s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E430797AF7E409C:B49168EF2C50AE89]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:325)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
   [junit4]    > 	... 40 more
   [junit4]   2> 1075246 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1075250 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ca4e56[collection1] realtime]
   [junit4]   2> 1075250 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1537112280709201920)} 0 3
   [junit4]   2> 1075250 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1075251 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1075251 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 1075251 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1075251 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1075314 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1075548 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1075549 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1075597 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1075600 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1075747 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1075763 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1075767 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1075785 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1075794 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1075802 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1075802 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1075810 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1075810 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1075811 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/]
   [junit4]   2> 1075811 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fa6592d
   [junit4]   2> 1075820 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index/
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1075830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1075831 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1075831 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1075831 INFO  (TEST

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

1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1537112281713737728)]} 0 254
   [junit4]   2> 1076205 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1076207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1076207 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E430797AF7E409C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1076208 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1076208 INFO  (SUITE-AutoCommitTest-seed#[E430797AF7E409C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=253680510
   [junit4]   2> 1076226 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77557a97
   [junit4]   2> 1076226 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1076226 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1076226 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1076226 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1076229 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1076232 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@413800bd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b02951d),segFN=segments_4,generation=4}
   [junit4]   2> 1076232 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1076232 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001/index
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001;done=false>>]
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1076254 INFO  (coreCloseExecutor-4222-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E430797AF7E409C-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=en, timezone=America/Jujuy
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=130407864,total=510132224
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerTest, TestXmlQParser, TestManagedSchema, ScriptEngineTest, TestConfigSetsAPI, LeaderElectionTest, BasicDistributedZk2Test, TestCustomSort, DateRangeFieldTest, TestTestInjection, AddSchemaFieldsUpdateProcessorFactoryTest, DocValuesMultiTest, TestJmxMonitoredMap, TestShortCircuitedRequests, TestOrdValues, FieldAnalysisRequestHandlerTest, TestDistribIDF, TestCharFilters, TestDistributedStatsComponentCardinality, TestSchemaResource, TestIntervalFaceting, LukeRequestHandlerTest, TestConfigReload, TestRawTransformer, TestElisionMultitermQuery, BinaryUpdateRequestHandlerTest, TestSolrQueryParser, BaseCdcrDistributedZkTest, FullSolrCloudDistribCmdsTest, RankQueryTest, TestSort, CdcrUpdateLogTest, StatsComponentTest, XmlUpdateRequestHandlerTest, TestInitParams, TestSolrIndexConfig, ZkStateWriterTest, LeaderFailoverAfterPartitionTest, TestSuggestSpellingConverter, TestExceedMaxTermLength, OverriddenZkACLAndCredentialsProvidersTest, SuggesterTSTTest, TestConfigSetImmutable, DistributedVersionInfoTest, DeleteShardTest, DirectSolrConnectionTest, SpatialHeatmapFacetsTest, TestGeoJSONResponseWriter, PluginInfoTest, HardAutoCommitTest, TestChildDocTransformer, TestUtils, TestFieldTypeCollectionResource, TestMaxScoreQueryParser, TestUninvertingReader, RequestHandlersTest, HdfsTlogReplayBufferedWhileIndexingTest, CleanupOldIndexTest, BitVectorTest, TestExtendedDismaxParser, TestPostingsSolrHighlighter, RegexBoostProcessorTest, TestReversedWildcardFilterFactory, TestRandomRequestDistribution, TestTolerantSearch, RollingRestartTest, HdfsRestartWhileUpdatingTest, AssignTest, TestFuzzyAnalyzedSuggestions, HdfsLockFactoryTest, TestRestManager, TestCSVResponseWriter, ShowFileRequestHandlerTest, SliceStateTest, CdcrRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestFastWriter, TestTolerantUpdateProcessorRandomCloud, TestOverriddenPrefixQueryForCustomFieldType, TestUseDocValuesAsStored, AnalyticsQueryTest, TestUniqueKeyFieldResource, TestSerializedLuceneMatchVersion, TolerantUpdateProcessorTest, TestPHPSerializedResponseWriter, DistributedFacetPivotSmallTest, TestFieldCacheSortRandom, DistribDocExpirationUpdateProcessorTest, BadComponentTest, DistributedFacetPivotLargeTest, SuggesterWFSTTest, PrimitiveFieldTypeTest, DistributedQueryComponentOptimizationTest, TestSolrXml, HdfsChaosMonkeyNothingIsSafeTest, GraphQueryTest, TestLockTree, ConnectionManagerTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, TestReplicationHandler, AutoCommitTest]
   [junit4] Completed [318/614 (1!)] on J2 in 6.79s, 3 tests, 1 error <<< FAILURES!

[...truncated 941 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:531: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:984: There were test failures: 614 suites (10 ignored), 2584 tests, 1 error, 87 ignored (72 assumptions) [seed: E430797AF7E409C]

Total time: 61 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




Re: [JENKINS] Lucene-Solr-Tests-master - Build # 1212 - Failure

Posted by Adrien Grand <jp...@gmail.com>.
I pushed a fix for this one.

Le lun. 13 juin 2016 à 15:30, Apache Jenkins Server <
jenkins@builds.apache.org> a écrit :

> Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1212/
>
> All tests passed
>
> Build Log:
> [...truncated 63141 lines...]
> -ecj-javadoc-lint-src:
>     [mkdir] Created dir: /tmp/ecj166341476
>  [ecj-lint] Compiling 932 source files to /tmp/ecj166341476
>  [ecj-lint] invalid Class-Path header in manifest of jar file:
> /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
>  [ecj-lint] invalid Class-Path header in manifest of jar file:
> /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
>  [ecj-lint] ----------
>  [ecj-lint] 1. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 2. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 3. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 4. ERROR in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java
> (at line 22)
>  [ecj-lint]     import java.util.Collections;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.Collections is never used
>  [ecj-lint] ----------
>  [ecj-lint] 5. ERROR in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java
> (at line 45)
>  [ecj-lint]     import
> org.apache.solr.handler.component.ShardHandlerFactory;
>  [ecj-lint]
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import
> org.apache.solr.handler.component.ShardHandlerFactory is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 6. ERROR in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java
> (at line 22)
>  [ecj-lint]     import java.util.Set;
>  [ecj-lint]            ^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.Set is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 7. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
> (at line 213)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 8. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
> (at line 213)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 9. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java
> (at line 213)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 10. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java
> (at line 226)
>  [ecj-lint]     dir = new BlockDirectory(path, hdfsDir, cache, null,
> blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
>  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'dir' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 11. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java
> (at line 120)
>  [ecj-lint]     reader = cfiltfac.create(reader);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 12. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java
> (at line 144)
>  [ecj-lint]     return namedList;
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this
> location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 13. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java
> (at line 1194)
>  [ecj-lint]     DirectoryReader reader = s==null ? null :
> s.get().getIndexReader();
>  [ecj-lint]                     ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 14. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SQLHandler.java
> (at line 254)
>  [ecj-lint]     ParallelStream parallelStream = new
> ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers,
> comp);
>  [ecj-lint]                    ^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'parallelStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 15. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/SQLHandler.java
> (at line 393)
>  [ecj-lint]     ParallelStream parallelStream = new
> ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers,
> comp);
>  [ecj-lint]                    ^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'parallelStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 16. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/component/ExpandComponent.java
> (at line 223)
>  [ecj-lint]     UninvertingReader uninvertingReader = new
> UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), field),
> mapping);
>  [ecj-lint]                       ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'uninvertingReader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 17. ERROR in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java
> (at line 31)
>  [ecj-lint]     import java.util.stream.Collector;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.stream.Collector is never used
>  [ecj-lint] ----------
>  [ecj-lint] 18. ERROR in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java
> (at line 32)
>  [ecj-lint]     import java.util.stream.Collectors;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.stream.Collectors is never used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 19. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java
> (at line 544)
>  [ecj-lint]     tvWindowStream = new OffsetWindowTokenFilter(tvStream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tvWindowStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 20. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/request/SimpleFacets.java
> (at line 829)
>  [ecj-lint]     fastForRandomSet = new HashDocSet(sset.getDocs(), 0,
> sset.size());
>  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 21. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java
> (at line 146)
>  [ecj-lint]     ratesJsonStream =
> resourceLoader.openResource(ratesFileLocation);
>  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 22. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java
> (at line 1187)
>  [ecj-lint]     UninvertingReader uninvertingReader = new
> UninvertingReader(new ReaderWrapper(searcher.getLeafReader(),
> collapseField), mapping);
>  [ecj-lint]                       ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'uninvertingReader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 23. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java
> (at line 145)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 24. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java
> (at line 154)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 25. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/DocSlice.java
> (at line 163)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 26. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java
> (at line 78)
>  [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
>  [ecj-lint]                       ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 27. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
> (at line 78)
>  [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
>  [ecj-lint]                       ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 28. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
> (at line 184)
>  [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error
> occurred while loading solr.xml from zookeeper", e);
>  [ecj-lint]
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'loader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 29. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java
> (at line 98)
>  [ecj-lint]     ChannelFastInputStream is = new
> ChannelFastInputStream(channel, pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 30. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/TransactionLog.java
> (at line 226)
>  [ecj-lint]     ChannelFastInputStream is = new
> ChannelFastInputStream(channel, pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 31. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/update/TransactionLog.java
> (at line 226)
>  [ecj-lint]     ChannelFastInputStream is = new
> ChannelFastInputStream(channel, pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 32. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
> (at line 640)
>  [ecj-lint]     BAOS bos =  new BAOS();
>  [ecj-lint]          ^^^
>  [ecj-lint] Resource leak: 'bos' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 33. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
> (at line 640)
>  [ecj-lint]     BAOS bos =  new BAOS();
>  [ecj-lint]          ^^^
>  [ecj-lint] Resource leak: 'bos' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 34. WARNING in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java
> (at line 149)
>  [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null :
> requestInfo.getReq();
>  [ecj-lint]                      ^^^
>  [ecj-lint] Resource leak: 'req' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 34 problems (5 errors, 29 warnings)
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:652:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1976:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2015:
> Compile failed; see the compiler error output for details.
>
> Total time: 77 minutes 58 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org