Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1096/
2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory] Stack Trace: java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory] at __randomizedtesting.SeedInfo.seed([A17758EE270828B3]: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.afterClass(SolrTestCaseJ4.java:228) at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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) FAILED: org.apache.solr.search.TestIndexSearcher.testReopen Error Message: nothing changed, searcher should be the same expected same:<Searcher@7af24215[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.6.0):c2) Uninverting(_1(5.6.0):c2) Uninverting(_2(5.6.0):c2)))}> was not:<Searcher@1fe5e594[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.6.0):c2) Uninverting(_1(5.6.0):c2) Uninverting(_2(5.6.0):c2)))}> Stack Trace: java.lang.AssertionError: nothing changed, searcher should be the same expected same:<Searcher@7af24215[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.6.0):c2) Uninverting(_1(5.6.0):c2) Uninverting(_2(5.6.0):c2)))}> was not:<Searcher@1fe5e594[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.6.0):c2) Uninverting(_1(5.6.0):c2) Uninverting(_2(5.6.0):c2)))}> at __randomizedtesting.SeedInfo.seed([A17758EE270828B3:8D3F89F85434A790]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotSame(Assert.java:641) at org.junit.Assert.assertSame(Assert.java:580) at org.apache.solr.search.TestIndexSearcher.testReopen(TestIndexSearcher.java:134) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 11662 lines...] [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.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-NightlyTests-5.x/heapdumps/java_pid16312.hprof ... [junit4] Heap dump file created [612537982 bytes in 10.829 secs] [junit4] <<< JVM J1: EOF ---- [junit4] JVM J1: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.syserr [junit4] >>> JVM J1 emitted unexpected output (verbatim) ---- [junit4] [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0" [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded [junit4] <<< JVM J1: EOF ---- [...truncated 8 lines...] [junit4] Suite: org.apache.solr.handler.TestReplicationHandler [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/init-core-data-001 [junit4] 2> 1129771 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication [junit4] 2> 1129772 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1 [junit4] 2> 1129775 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 1129777 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61be759f{/solr,null,AVAILABLE} [junit4] 2> 1129777 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Started ServerConnector@7ab826d1{HTTP/1.1}{127.0.0.1:38378} [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server Started @1132928ms [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data, hostPort=38378, hostContext=/solr} [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24 [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001' [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1129778 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/solr.xml [junit4] 2> 1129792 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/. [junit4] 2> 1129792 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer New CoreContainer 425109510 [junit4] 2> 1129792 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001] [junit4] 2> 1129792 WARN (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/lib [junit4] 2> 1129793 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 1129794 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1129794 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1129794 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1129794 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1129794 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1129795 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/. [junit4] 2> 1129796 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true, config=solrconfig.xml, transient=false, name=collection1, dataDir=data/, configSetProperties=configsetprops.json, schema=schema.xml} [junit4] 2> 1129796 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1 [junit4] 2> 1129797 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 1129797 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1' [junit4] 2> 1129797 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1129797 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0 [junit4] 2> 1129797 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1129797 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1129805 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 1129818 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0 [junit4] 2> 1129843 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 1129848 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1129855 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 1129858 INFO (coreLoadExecutor-3225-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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1' [junit4] 2> 1129858 INFO (coreLoadExecutor-3225-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1 [junit4] 2> 1129858 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1129858 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/] [junit4] 2> 1129858 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 1129859 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data [junit4] 2> 1129859 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index/ [junit4] 2> 1129859 WARN (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 1129859 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index [junit4] 2> 1129859 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6263090211337061] [junit4] 2> 1129860 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5ed8a42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e0ff618),segFN=segments_1,generation=1} [junit4] 2> 1129860 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1129860 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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/ [junit4] 2> 1129862 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1129864 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1129877 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1129878 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1129879 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1129884 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 1129884 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,/admin/properties,/update/json,lazy,/admin/logging,/update,/admin/file,/admin/plugins,defaults,standard,/schema,/config,/admin/mbeans,/admin/segments,/update/csv,/update/json/docs,/admin/ping,/replication,/admin/luke,/get,/admin/system [junit4] 2> 1129885 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 1129886 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1129886 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1129886 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=8.455078125, floorSegmentMB=1.513671875, forceMergeDeletesPctAllowed=17.116185295796623, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 1129886 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5ed8a42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e0ff618),segFN=segments_1,generation=1} [junit4] 2> 1129886 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@38626651[collection1] main [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf} [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl [junit4] 2> 1129887 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1129888 INFO (searcherExecutor-3226-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38626651[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1129888 INFO (coreLoadExecutor-3225-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 1130299 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1 [junit4] 2> 1130303 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 1130304 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d832230{/solr,null,AVAILABLE} [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Started ServerConnector@70b9bd20{HTTP/1.1}{127.0.0.1:34055} [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server Started @1133455ms [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34055, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data} [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24 [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002' [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1130305 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1130306 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/solr.xml [junit4] 2> 1130320 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/. [junit4] 2> 1130320 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer New CoreContainer 120288616 [junit4] 2> 1130320 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002] [junit4] 2> 1130320 WARN (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/lib [junit4] 2> 1130321 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 1130322 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1130322 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1130322 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1130323 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1130323 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1130323 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/. [junit4] 2> 1130325 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, schema=schema.xml, name=collection1, configSetProperties=configsetprops.json, config=solrconfig.xml, loadOnStartup=true, dataDir=data/} [junit4] 2> 1130325 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1 [junit4] 2> 1130325 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 1130325 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1' [junit4] 2> 1130325 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1130325 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0 [junit4] 2> 1130325 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1130325 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1130333 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 1130345 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0 [junit4] 2> 1130370 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 1130374 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1130382 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 1130384 INFO (coreLoadExecutor-3235-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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1' [junit4] 2> 1130384 INFO (coreLoadExecutor-3235-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1 [junit4] 2> 1130384 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1130385 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/] [junit4] 2> 1130385 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 1130385 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data [junit4] 2> 1130385 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index/ [junit4] 2> 1130385 WARN (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 1130385 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index [junit4] 2> 1130386 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6263090211337061] [junit4] 2> 1130386 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1cdf9e19 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d048a1e),segFN=segments_1,generation=1} [junit4] 2> 1130386 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1130387 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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/ [junit4] 2> 1130388 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1130391 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130392 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130393 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130394 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130396 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 1130396 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,/admin/properties,/update/json,lazy,/admin/logging,/update,/admin/file,/admin/plugins,defaults,standard,/schema,/config,/admin/mbeans,/admin/segments,/update/csv,/update/json/docs,/admin/ping,/replication,/admin/luke,/get,/admin/system [junit4] 2> 1130397 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 1130397 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1130397 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1130397 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=8.455078125, floorSegmentMB=1.513671875, forceMergeDeletesPctAllowed=17.116185295796623, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1cdf9e19 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d048a1e),segFN=segments_1,generation=1} [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5f746a22[collection1] main [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf} [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf [junit4] 2> 1130398 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 1130400 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms [junit4] 2> 1130400 INFO (searcherExecutor-3236-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5f746a22[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1130400 INFO (coreLoadExecutor-3235-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 1130828 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@70b9bd20{HTTP/1.1}{127.0.0.1:0} [junit4] 2> 1130828 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=120288616 [junit4] 2> 1130829 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@2cacff43 [junit4] 2> 1130829 INFO (coreCloseExecutor-3241-thread-1) [ 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4] 2> 1130829 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState [junit4] 2> 1130829 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1130829 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request. [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index;done=false>>] [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data;done=false>>] [junit4] 2> 1130830 INFO (coreCloseExecutor-3241-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data [junit4] 2> 1130831 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d832230{/solr,null,UNAVAILABLE} [junit4] 2> 1130832 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 1130836 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69a28927{/solr,null,AVAILABLE} [junit4] 2> 1130836 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Started ServerConnector@6995113d{HTTP/1.1}{127.0.0.1:52930} [junit4] 2> 1130836 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server Started @1133986ms [junit4] 2> 1130836 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data, hostPort=52930} [junit4] 2> 1130837 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24 [junit4] 2> 1130837 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002' [junit4] 2> 1130837 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1130837 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1130837 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/solr.xml [junit4] 2> 1130852 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/. [junit4] 2> 1130852 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer New CoreContainer 362868542 [junit4] 2> 1130852 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002] [junit4] 2> 1130852 WARN (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/lib [junit4] 2> 1130852 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 1130854 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1130854 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1130854 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1130854 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1130854 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1130855 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/. [junit4] 2> 1130857 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data/, schema=schema.xml, configSetProperties=configsetprops.json, name=collection1, loadOnStartup=true, config=solrconfig.xml, transient=false} [junit4] 2> 1130857 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1 [junit4] 2> 1130857 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 1130857 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1' [junit4] 2> 1130857 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0 [junit4] 2> 1130857 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1130857 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1130857 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1130866 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 1130879 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0 [junit4] 2> 1130904 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 1130908 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1130916 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 1130918 INFO (coreLoadExecutor-3247-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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1' [junit4] 2> 1130918 INFO (coreLoadExecutor-3247-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1 [junit4] 2> 1130918 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory [junit4] 2> 1130918 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/] [junit4] 2> 1130918 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 1130919 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data [junit4] 2> 1130919 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index/ [junit4] 2> 1130919 WARN (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 1130919 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data/index [junit4] 2> 1130920 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 1130924 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6db0a810; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 1130924 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1130925 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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/./collection1/data/ [junit4] 2> 1130926 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1130929 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130930 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130931 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130932 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1130934 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 1130934 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,/admin/properties,/update/json,lazy,/admin/logging,/update,/admin/file,/admin/plugins,defaults,standard,/schema,/config,/admin/mbeans,/admin/segments,/update/csv,/update/json/docs,/admin/ping,/replication,/admin/luke,/get,/admin/system [junit4] 2> 1130935 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 1130935 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1130935 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1130936 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4016066351153501] [junit4] 2> 1130936 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6db0a810; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@642689ac[collection1] main [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf} [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/conf [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 1130937 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1130938 INFO (coreLoadExecutor-3247-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 1130938 INFO (searcherExecutor-3248-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@642689ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1131361 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@7ab826d1{HTTP/1.1}{127.0.0.1:0} [junit4] 2> 1131361 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=425109510 [junit4] 2> 1131361 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@7ef15784 [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ 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=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request. [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index;done=false>>] [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index [junit4] 2> 1131362 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data;done=false>>] [junit4] 2> 1131363 INFO (coreCloseExecutor-3252-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data [junit4] 2> 1131363 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61be759f{/solr,null,UNAVAILABLE} [junit4] 2> 1131365 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server jetty-9.2.13.v20150730 [junit4] 2> 1131366 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a56c351{/solr,null,AVAILABLE} [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.ServerConnector Started ServerConnector@7150b596{HTTP/1.1}{127.0.0.1:44895} [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.e.j.s.Server Started @1134517ms [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data, hostPort=44895, hostContext=/solr} [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24 [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001' [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1131367 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1131368 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/solr.xml [junit4] 2> 1131382 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/. [junit4] 2> 1131382 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer New CoreContainer 378475896 [junit4] 2> 1131382 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001] [junit4] 2> 1131382 WARN (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/lib [junit4] 2> 1131382 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 1131383 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1131384 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1131384 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1131384 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1131384 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 1131385 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/. [junit4] 2> 1131386 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml, dataDir=data/, name=collection1, loadOnStartup=true, schema=schema.xml, transient=false, configSetProperties=configsetprops.json} [junit4] 2> 1131386 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1 [junit4] 2> 1131386 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 1131387 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1' [junit4] 2> 1131387 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1131387 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1131394 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 1131401 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0 [junit4] 2> 1131401 INFO (TEST-TestReplicationHandler.doTestStressReplication-seed#[A17758EE270828B3]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1131407 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.6.0 [junit4] 2> 1131448 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 1131452 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 1131460 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1' [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1 [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/] [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 1131462 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data [junit4] 2> 1131463 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index/ [junit4] 2> 1131463 WARN (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 1131463 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data/index [junit4] 2> 1131463 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 1131469 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5459c07d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 1131469 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1131470 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-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/./collection1/data/ [junit4] 2> 1131471 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1131474 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1131475 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1131476 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1131477 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 1131479 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 1131479 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,/admin/properties,/update/json,lazy,/admin/logging,/update,/admin/file,/admin/plugins,defaults,standard,/schema,/config,/admin/mbeans,/admin/segments,/update/csv,/update/json/docs,/admin/ping,/replication,/admin/luke,/get,/admin/system [junit4] 2> 1131480 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 1131480 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1131480 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1131481 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4016066351153501] [junit4] 2> 1131481 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5459c07d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> 1131481 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4987e31f[collection1] main [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf} [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-001/collection1/conf [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml [junit4] 2> 1131482 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1131483 INFO (searcherExecutor-3259-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4987e31f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1131483 INFO (coreLoadExecutor-3258-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 1131904 INFO (qtp1810677227-16630) [ x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 1131905 INFO (qtp1810677227-16630) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{deleteByQuery=*:*} 0 0 [junit4] 2> 1131906 INFO (qtp299939495-16608) [ x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 1131907 INFO (qtp299939495-16608) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{deleteByQuery=*:*} 0 0 [junit4] 2> 1131908 INFO (qtp299939495-16611) [ x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 1131914 INFO (qtp299939495-16611) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6db0a810; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1} [junit4] 2> commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_A17758EE270828B3-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6db0a810; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2} [junit4] 2> 1131914 INFO (qtp299939495-16611) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2 [junit4] 2> 1131916 INFO (qtp299939495-16611) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2142eae6[collection1] main [junit4] 2> 1131916 INFO (qtp299939495-16611) [ x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 1131916 INFO (searcherExecutor-3248-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2142eae6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1131916 INFO (qtp299939495-16611) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&version=2&softCommit=false&wt=javabin}{commit=} 0 7 [junit4] 2> 1131920 INFO (qtp1810677227-16631) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{add=[0]} 0 1 [junit4] 2> 1131922 INFO (qtp1810677227-16632) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{add=[1]} 0 0 [junit4] 2> 1131924 INFO (qtp1810677227-16633) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{add=[2]} 0 0 [junit4] 2> 1131926 INFO (qtp1810677227-16634) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update params={version=2&wt=javabin}{add=[3]} 0 0 [...truncated too long message...] enkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/analysis/icu/lucene-analyzers-icu-5.6.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.suites -stdin [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs. [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952) [junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:262) [junit4] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [junit4] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [junit4] at java.lang.Thread.run(Thread.java:745) BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:757: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:694: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:534: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1477: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1033: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs. Total time: 205 minutes 32 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts ERROR: Failed to archive {README.txt=README.txt, solr/build/solr-core/test/temp/junit4-J0-20160213_092621_820.events=solr/build/solr-core/test/temp/junit4-J0-20160213_092621_820.events, solr/build/solr-core/test/temp/junit4-J2-20160213_092621_824.events=solr/build/solr-core/test/temp/junit4-J2-20160213_092621_824.events, heapdumps/java_pid16312.hprof=heapdumps/java_pid16312.hprof, solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.events=solr/build/solr-core/test/temp/junit4-J1-20160213_092621_820.events} due to internal error; falling back to full archiving java.lang.NullPointerException at jsync.protocol.ChangeInputStream.read(ChangeInputStream.java:69) at com.cloudbees.jenkins.plugins.jsync.archiver.MD5DigestingInputStream.read(MD5DigestingInputStream.java:39) at com.google.common.io.LimitInputStream.read(LimitInputStream.java:79) at java.io.FilterInputStream.read(FilterInputStream.java:107) at com.google.common.io.ByteStreams.copy(ByteStreams.java:193) at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:35) at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:148) at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:72) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:219) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670) at hudson.model.Run.execute(Run.java:1763) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:381) Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org